Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dutf.h53 static inline std::size_t MeasureUTF8Bytes(char first) { in MeasureUTF8Bytes() function
H A Dutf.cpp45 std::size_t bytes{MeasureUTF8Bytes(*p0)}; in DecodeUTF8()
H A Dedit-input.cpp732 chunk = MeasureUTF8Bytes(*input); in EditCharacterInput()
H A Dio-stmt.cpp582 std::size_t length{MeasureUTF8Bytes(*p)}; in GetCurrentChar()