Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h28 constexpr uint32_t UTF8_ACCEPT = 0; in BASE_BEGIN_NAMESPACE() local
52 *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()