Home
last modified time | relevance | path

Searched defs:IsLetter (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dcharacters.h39 inline constexpr bool IsLetter(char ch) { in IsLetter() function
/external/tensorflow/tensorflow/core/platform/
Dscanner.h175 static bool IsLetter(char ch) { in IsLetter() function
/external/libtextclassifier/native/utils/utf8/
Dunilib.h152 bool IsLetter(char32 codepoint) const { in IsLetter() function
Dunilib-common.cc654 bool IsLetter(char32 codepoint) { in IsLetter() function
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc74 inline bool IsLetter(char c) { in IsLetter() function