Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dcode_generators.cpp111 if (is_alpha_upper(c)) { in ToDasherizedCase()
/third_party/flatbuffers/grpc/src/compiler/
Dts_generator.cc38 if (flatbuffers::is_alpha_upper(c)) { in ToDasherizedCase()
/third_party/flatbuffers/include/flatbuffers/
Dutil.h55 inline bool is_alpha_upper(char c) { return check_ascii_range(c, 'A', 'Z'); } in is_alpha_upper() function