Searched defs:matchSet (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp459 * Match each code point in a string against each code point in the matchSet.
461 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
470 /* first part of matchSet contains only BMP code points */
472 while((c = matchSet[matchBMPLen]) != 0 && U16_IS_SINGLE(c)) {
476 /* second part of matchSet contains BMP and supplementary code points */
478 while(matchSet[matchLen] != 0) {
487 if(c == matchSet[matchItr]) {
493 if(c == matchSet[matchItr]) {
513 U16_NEXT(matchSet, matchIt
538 u_strpbrk(const UChar *string, const UChar *matchSet) argument
550 u_strcspn(const UChar *string, const UChar *matchSet) argument
562 u_strspn(const UChar *string, const UChar *matchSet) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dfunc.c498 u8 matchSet; member in struct:compareInfo
562 u8 matchSet = pInfo->matchSet; local
581 }else if( c==matchSet ){
583 assert( matchSet<0x80 ); /* '[' is a single-byte character */
610 }else if( c==matchSet ){
1487 assert( &((char*)&likeInfoAlt)[2] == (char*)&likeInfoAlt.matchSet );
/external/icu/icu4c/source/common/
H A Dustring.cpp459 * Match each code point in a string against each code point in the matchSet.
461 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
470 /* first part of matchSet contains only BMP code points */
472 while((c = matchSet[matchBMPLen]) != 0 && U16_IS_SINGLE(c)) {
476 /* second part of matchSet contains BMP and supplementary code points */
478 while(matchSet[matchLen] != 0) {
487 if(c == matchSet[matchItr]) {
493 if(c == matchSet[matchItr]) {
513 U16_NEXT(matchSet, matchIt
538 u_strpbrk(const UChar *string, const UChar *matchSet) argument
550 u_strcspn(const UChar *string, const UChar *matchSet) argument
562 u_strspn(const UChar *string, const UChar *matchSet) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c82197 u8 matchSet; member in struct:compareInfo
82261 u8 matchSet = pInfo->matchSet; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c92228 u8 matchSet; member in struct:compareInfo
92292 u8 matchSet = pInfo->matchSet; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c92248 u8 matchSet; member in struct:compareInfo
92312 u8 matchSet = pInfo->matchSet; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 732 milliseconds