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

  /external/chromium_org/third_party/libxml/src/
triostr.h 77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
triostr.c 708 return trio_span_function(target, target, trio_to_lower);
829 trio_span_function function
1243 return trio_span_function(target, target, trio_to_upper);
    [all...]
  /external/libxml2/
triostr.h 77 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
triostr.c 708 return trio_span_function(target, target, trio_to_lower);
829 trio_span_function function
1243 return trio_span_function(target, target, trio_to_upper);
    [all...]

Completed in 5316 milliseconds