/external/harfbuzz_ng/src/ |
hb-shape.cc | 57 parse_char (const char **pp, const char *end, char c) function 115 if (parse_char (pp, end, '-')) 118 parse_char (pp, end, '+'); 171 if (!parse_char (pp, end, '[')) 176 if (parse_char (pp, end, ':')) { 183 return parse_char (pp, end, ']'); 189 bool had_equal = parse_char (pp, end, '=');
|
/external/pcre/dist/ |
pcrecpp.cc | 681 bool Arg::parse_char(const char* str, int n, void* dest) { function in class:pcrecpp::Arg
|
/external/regex-re2/util/ |
pcre.cc | 712 bool PCRE::Arg::parse_char(const char* str, int n, void* dest) { function in class:re2::PCRE::Arg [all...] |
/external/ltrace/ |
read_config_file.c | 243 parse_char(struct locus *loc, char **str, char expected) function 268 if (parse_char(loc, str, ')') < 0) { 438 if (parse_char(loc, str, '=') < 0) 506 if (parse_char(loc, str, '(') < 0) 516 parse_char(loc, str, ')'); 522 parse_char(loc, str, ','); 599 parse_char(loc, str, ']'); 614 parse_char(loc, str, ')'); 752 if (parse_char(loc, str, '(') < 0) 763 parse_char(loc, str, ',') [all...] |
/external/regex-re2/re2/ |
re2.cc | 955 bool RE2::Arg::parse_char(const char* str, int n, void* dest) { function in class:re2::RE2::Arg [all...] |