Searched refs:UTF8FirstByteTable (Results 1 – 2 of 2) sorted by relevance
52 extern const std::uint8_t UTF8FirstByteTable[256];54 return UTF8FirstByteTable[static_cast<std::uint8_t>(first)]; in MeasureUTF8Bytes()
14 const std::uint8_t UTF8FirstByteTable[256]{ variable