Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Parser/
H A Dcharacters.h274 int UTF_8CharacterBytes(const char *);
/llvm-project/flang/lib/Parser/
H A Dcharacters.cpp20 int UTF_8CharacterBytes(const char *p) { in UTF_8CharacterBytes() function
H A Dtoken-parsers.h529 int chBytes{UTF_8CharacterBytes(state.GetLocation())}; in Parse()