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

/external/chromium_org/third_party/libxml/src/
H A Dtriostr.h77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
H A Dtriostr.c708 return trio_span_function(target, target, trio_to_lower);
829 trio_span_function function
1243 return trio_span_function(target, target, trio_to_upper);
/external/libxml2/
H A Dtriostr.h77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
H A Dtriostr.c708 return trio_span_function(target, target, trio_to_lower);
829 trio_span_function function
1243 return trio_span_function(target, target, trio_to_upper);

Completed in 137 milliseconds