Home
last modified time | relevance | path

Searched defs:SkUTF8_LeadByteToCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkUtils.h36 #define SkUTF8_LeadByteToCount(c) ((((0xE5 << 24) >> ((unsigned)c >> 4 << 1)) & 3) + 1) macro
DSkUtils.cpp37 int SkUTF8_LeadByteToCount(unsigned c) { in SkUTF8_LeadByteToCount() function