Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_isletter

29 static bool upb_isletter(char c) {
34 return upb_isletter(c) || upb_isbetween(c, '0', '9');
49 if (!upb_isletter(c)) {