Searched defs:SkUTF16_IsLowSurrogate (Results 1 – 2 of 2) sorted by relevance
72 #define SkUTF16_IsLowSurrogate(c) (((c) & 0xFC00) == 0xDC00) macro