Searched refs:matchSet (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/common/ |
D | ustring.c | 464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() argument 471 while((c = matchSet[matchBMPLen]) != 0 && U16_IS_SINGLE(c)) { in _matchFromSet() 477 while(matchSet[matchLen] != 0) { in _matchFromSet() 486 if(c == matchSet[matchItr]) { in _matchFromSet() 492 if(c == matchSet[matchItr]) { in _matchFromSet() 512 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet() 519 U16_NEXT(matchSet, matchItr, matchLen, matchCh); in _matchFromSet() 537 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk() argument 539 int32_t idx = _matchFromSet(string, matchSet, TRUE); in u_strpbrk() 549 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn() argument [all …]
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | ustring.h | 340 u_strpbrk(const UChar *string, const UChar *matchSet); 356 u_strcspn(const UChar *string, const UChar *matchSet); 372 u_strspn(const UChar *string, const UChar *matchSet);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ustring.h | 340 u_strpbrk(const UChar *string, const UChar *matchSet); 356 u_strcspn(const UChar *string, const UChar *matchSet); 372 u_strspn(const UChar *string, const UChar *matchSet);
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ustring.h | 340 u_strpbrk(const UChar *string, const UChar *matchSet); 356 u_strcspn(const UChar *string, const UChar *matchSet); 372 u_strspn(const UChar *string, const UChar *matchSet);
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | ustring.h | 340 u_strpbrk(const UChar *string, const UChar *matchSet); 356 u_strcspn(const UChar *string, const UChar *matchSet); 372 u_strspn(const UChar *string, const UChar *matchSet);
|
/external/icu4c/common/unicode/ |
D | ustring.h | 346 u_strpbrk(const UChar *string, const UChar *matchSet); 362 u_strcspn(const UChar *string, const UChar *matchSet); 378 u_strspn(const UChar *string, const UChar *matchSet);
|
/external/sqlite/dist/ |
D | sqlite3.c | 80136 u8 matchSet; 80200 u8 matchSet = pInfo->matchSet; 80219 }else if( c==matchSet ){ 80221 assert( matchSet<0x80 ); /* '[' is a single-byte character */ 80248 }else if( c==matchSet ){ 81130 assert( &((char*)&likeInfoAlt)[2] == (char*)&likeInfoAlt.matchSet );
|
D | sqlite3.c.orig | 80129 u8 matchSet; 80193 u8 matchSet = pInfo->matchSet; 80212 }else if( c==matchSet ){ 80214 assert( matchSet<0x80 ); /* '[' is a single-byte character */ 80241 }else if( c==matchSet ){ 81123 assert( &((char*)&likeInfoAlt)[2] == (char*)&likeInfoAlt.matchSet );
|