OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trio_to_upper
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
triostr.c
415
if (
trio_to_upper
(*first) !=
trio_to_upper
(*second))
540
if (
trio_to_upper
(*first) !=
trio_to_upper
(*second))
748
if ((
trio_to_upper
((int)*string) !=
trio_to_upper
((int)*pattern))
994
: 10 + (
trio_to_upper
((int)*source) - 'A'));
1005
: 10 + (
trio_to_upper
((int)*source) - 'A'));
1217
trio_to_upper
function
1249
return trio_span_function(target, target,
trio_to_upper
);
[
all
...]
triostr.h
58
TRIO_STRING_PUBLIC int
trio_to_upper
TRIO_PROTO((int source));
Completed in 1045 milliseconds