/external/chromium_org/third_party/icu/source/common/unicode/ |
D | unistr.h | 392 inline int8_t compare(const UChar *srcChars, 411 const UChar *srcChars) const; 432 const UChar *srcChars, 546 inline int8_t compareCodePointOrder(const UChar *srcChars, 570 const UChar *srcChars) const; 595 const UChar *srcChars, 719 inline int8_t caseCompare(const UChar *srcChars, 745 const UChar *srcChars, 772 const UChar *srcChars, 837 inline UBool startsWith(const UChar *srcChars, [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 392 inline int8_t compare(const UChar *srcChars, 411 const UChar *srcChars) const; 432 const UChar *srcChars, 546 inline int8_t compareCodePointOrder(const UChar *srcChars, 570 const UChar *srcChars) const; 595 const UChar *srcChars, 719 inline int8_t caseCompare(const UChar *srcChars, 745 const UChar *srcChars, 772 const UChar *srcChars, 837 inline UBool startsWith(const UChar *srcChars, [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | unistr_case.cpp | 38 const UChar *srcChars, in doCaseCompare() argument 52 if(srcChars == NULL) { in doCaseCompare() 61 srcChars += srcStart; in doCaseCompare() 64 if(chars != srcChars) { in doCaseCompare() 66 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare() 74 srcLength = u_strlen(srcChars + srcStart); in doCaseCompare()
|
D | unistr.cpp | 577 const UChar *srcChars, in doCompare() argument 589 if(srcChars == NULL) { in doCompare() 598 srcChars += srcStart; in doCompare() 605 srcLength = u_strlen(srcChars + srcStart); in doCompare() 630 if(minLength > 0 && chars != srcChars) { in doCompare() 635 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare() 642 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare() 656 const UChar *srcChars, in doCompareCodePointOrder() argument 669 if(srcChars == NULL) { in doCompareCodePointOrder() 673 …int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcSt… in doCompareCodePointOrder() [all …]
|
/external/icu/icu4c/source/common/ |
D | unistr_case.cpp | 38 const UChar *srcChars, in doCaseCompare() argument 52 if(srcChars == NULL) { in doCaseCompare() 61 srcChars += srcStart; in doCaseCompare() 64 if(chars != srcChars) { in doCaseCompare() 66 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare() 74 srcLength = u_strlen(srcChars + srcStart); in doCaseCompare()
|
D | unistr.cpp | 577 const UChar *srcChars, in doCompare() argument 589 if(srcChars == NULL) { in doCompare() 598 srcChars += srcStart; in doCompare() 605 srcLength = u_strlen(srcChars + srcStart); in doCompare() 630 if(minLength > 0 && chars != srcChars) { in doCompare() 635 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare() 642 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare() 656 const UChar *srcChars, in doCompareCodePointOrder() argument 669 if(srcChars == NULL) { in doCompareCodePointOrder() 673 …int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcSt… in doCompareCodePointOrder() [all …]
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cbiditst.c | 97 const char *srcChars, const char *destChars, 100 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars, 515 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan() argument 550 accumDst[idx] = srcChars[i]; in checkWhatYouCan() 551 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan() 562 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 579 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 599 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan() 610 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 627 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 99 const char *srcChars, const char *destChars, 102 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars, 517 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan() argument 552 accumDst[idx] = srcChars[i]; in checkWhatYouCan() 553 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan() 564 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 581 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 601 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan() 612 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() 629 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan() [all …]
|