Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dutf.h52 extern const std::uint8_t UTF8FirstByteTable[256];
54 return UTF8FirstByteTable[static_cast<std::uint8_t>(first)]; in MeasureUTF8Bytes()
H A Dutf.cpp14 const std::uint8_t UTF8FirstByteTable[256]{ variable