Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-common.cc708 parse_char (const char **pp, const char *end, char c) in parse_char() function
875 if (parse_char (pp, end, '-')) in parse_feature_value_prefix()
878 parse_char (pp, end, '+'); in parse_feature_value_prefix()
931 if (!parse_char (pp, end, '[')) in parse_feature_indices()
936 if (parse_char (pp, end, ':') || parse_char (pp, end, ';')) { in parse_feature_indices()
943 return parse_char (pp, end, ']'); in parse_feature_indices()
949 bool had_equal = parse_char (pp, end, '='); in parse_feature_value_postfix()
1059 parse_char (pp, end, '='); /* Optional. */ in parse_variation_value()
/external/pcre/pcrecpp/include/
Dpcrecpparg.h73 PCRE_MAKE_PARSER(char, parse_char);
109 static bool parse_char (const char* str, int n, void* dest);
/external/pcre/pcrecpp/
Dpcrecpp.cc484 bool Arg::parse_char(const char* str, int n, void* dest) { in parse_char() function in pcrecpp::Arg