Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c145 static bool upb_isletter(char c) { in upb_isletter() function
150 return upb_isletter(c) || upb_isbetween(c, '0', '9'); in upb_isalphanum()
946 if (!upb_isletter(c)) { in check_ident()
/external/protobuf/php/ext/google/protobuf/
Dupb.c1231 static bool upb_isletter(char c) { in upb_isletter() function
1236 return upb_isletter(c) || upb_isbetween(c, '0', '9'); in upb_isalphanum()
1253 if (!upb_isletter(c)) { in upb_isident()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1119 static bool upb_isletter(char c) { in upb_isletter() function
1124 return upb_isletter(c) || upb_isbetween(c, '0', '9'); in upb_isalphanum()
1139 if (!upb_isletter(c)) { in upb_isident()