OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upb_isletter
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
29
static bool
upb_isletter
(char c) {
function
34
return
upb_isletter
(c) || upb_isbetween(c, '0', '9');
49
if (!
upb_isletter
(c)) {
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
30
static bool
upb_isletter
(char c) {
function
35
return
upb_isletter
(c) || upb_isbetween(c, '0', '9');
50
if (!
upb_isletter
(c)) {
[
all
...]
Completed in 46 milliseconds