Home
last modified time | relevance | path

Searched refs:utf16_is_low_surrogate (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/utils/
DSkUTF.cpp18 static constexpr inline bool utf16_is_low_surrogate(uint16_t c) { return (c & 0xFC00) == 0xDC00; } in utf16_is_low_surrogate() function
79 if (utf16_is_low_surrogate(c)) { in CountUTF16()
87 if (!utf16_is_low_surrogate(c)) { in CountUTF16()
164 if (utf16_is_low_surrogate(c)) { in NextUTF16()
172 if (!utf16_is_low_surrogate(low)) { in NextUTF16()
/external/skia/src/utils/
DSkUTF.cpp18 static constexpr inline bool utf16_is_low_surrogate(uint16_t c) { return (c & 0xFC00) == 0xDC00; } in utf16_is_low_surrogate() function
79 if (utf16_is_low_surrogate(c)) { in CountUTF16()
87 if (!utf16_is_low_surrogate(c)) { in CountUTF16()
164 if (utf16_is_low_surrogate(c)) { in NextUTF16()
172 if (!utf16_is_low_surrogate(low)) { in NextUTF16()