Searched refs:MATCH_ALL (Results 1 - 4 of 4) 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/third_party/sqlite/amalgamation/
H A Dsqlite3.c127759 static const int MATCH_ALL = (UChar32)'%'; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c133473 static const int MATCH_ALL = (UChar32)'%'; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c133519 static const int MATCH_ALL = (UChar32)'%'; local
[all...]

Completed in 457 milliseconds