OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trio_match_case
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
triostr.h
76
TRIO_STRING_PUBLIC int
trio_match_case
TRIO_PROTO((const char *string, const char *pattern));
triostr.c
781
trio_match_case
function
807
if (
trio_match_case
(string, &pattern[1]) )
[
all
...]
/external/libxml2/
triostr.h
76
TRIO_STRING_PUBLIC int
trio_match_case
TRIO_PROTO((const char *string, const char *pattern));
triostr.c
781
trio_match_case
function
807
if (
trio_match_case
(string, &pattern[1]) )
[
all
...]
Completed in 46 milliseconds