Searched defs:SkUTF8_LeadByteToCount (Results 1 – 2 of 2) sorted by relevance
29 #define SkUTF8_LeadByteToCount(c) ((((0xE5 << 24) >> ((unsigned)c >> 4 << 1)) & 3) + 1) macro
53 int SkUTF8_LeadByteToCount(unsigned c) { in SkUTF8_LeadByteToCount() function