Searched refs:UTF8_ACCEPT (Results 1 – 1 of 1) sorted by relevance
28 constexpr uint32_t UTF8_ACCEPT = 0; in BASE_BEGIN_NAMESPACE() local52 *codep = (*state != UTF8_ACCEPT) ? (byte & 0x3fu) | (*codep << 6) : (0xff >> type) & (byte); in BASE_BEGIN_NAMESPACE()72 case UTF8_ACCEPT: in GetCharUtf8()99 if (state != UTF8_ACCEPT) { in CountGlyphsUtf8()