HomeSort by relevance Sort by last modified time
    Searched full:trio_to_upper (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
triostr.c 409 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...]
triostr.h 58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
trio.c     [all...]

Completed in 350 milliseconds