Searched refs:trio_to_upper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c409 if (trio_to_upper(*first) != trio_to_upper(*second))
534 if (trio_to_upper(*first) != trio_to_upper(*second))
742 if ((trio_to_upper((int)*string) != trio_to_upper((int)*pattern))
988 : 10 + (trio_to_upper((int)*source) - 'A'));
999 : 10 + (trio_to_upper((int)*source) - 'A'));
1211 trio_to_upper function
1243 return trio_span_function(target, target, trio_to_upper);
[all...]
H A Dtriostr.h58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
/external/libxml2/
H A Dtriostr.c409 if (trio_to_upper(*first) != trio_to_upper(*second))
534 if (trio_to_upper(*first) != trio_to_upper(*second))
742 if ((trio_to_upper((int)*string) != trio_to_upper((int)*pattern))
988 : 10 + (trio_to_upper((int)*source) - 'A'));
999 : 10 + (trio_to_upper((int)*source) - 'A'));
1211 trio_to_upper function
1243 return trio_span_function(target, target, trio_to_upper);
[all...]
H A Dtriostr.h58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));

Completed in 205 milliseconds