declare IsVariationSelector to be inline, to fix warning
git-svn-id: http://skia.googlecode.com/svn/trunk@2917 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
bb47232dce
commit
cf4b8181c9
@ -91,7 +91,7 @@ size_t SkUTF16_FromUnichar(SkUnichar uni, uint16_t utf16[] = NULL);
|
||||
size_t SkUTF16_ToUTF8(const uint16_t utf16[], int numberOf16BitValues,
|
||||
char utf8[] = NULL);
|
||||
|
||||
static bool SkUnichar_IsVariationSelector(SkUnichar uni) {
|
||||
inline bool SkUnichar_IsVariationSelector(SkUnichar uni) {
|
||||
/* The 'true' ranges are:
|
||||
* 0x180B <= uni <= 0x180D
|
||||
* 0xFE00 <= uni <= 0xFE0F
|
||||
|
Loading…
Reference in New Issue
Block a user