Searched defs:MATCH_ALL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c74 static const int MATCH_ALL = (UChar32)'%'; local
95 if( !prevEscape && uPattern==MATCH_ALL ){
99 /* Skip any MATCH_ALL or MATCH_ONE characters that follow a
100 ** MATCH_ALL. For each MATCH_ONE, skip one character in the
103 while( (c=zPattern[iPattern]) == MATCH_ALL || c == MATCH_ONE ){
/external/chromium_org/components/url_matcher/
H A Durl_matcher.h228 // ensures that every (MATCH_ALL), any (MATCH_ANY), first (MATCH_FIRST) or
230 enum Type { MATCH_ANY, MATCH_FIRST, MATCH_LAST, MATCH_ALL }; enumerator in enum:url_matcher::URLQueryElementMatcherCondition::Type
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c127569 static const int MATCH_ALL = (UChar32)'%'; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c148188 static const int MATCH_ALL = (UChar32)'%'; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c148220 static const int MATCH_ALL = (UChar32)'%'; local
[all...]

Completed in 740 milliseconds