Home
last modified time | relevance | path

Searched refs:srcChars (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dunistr.h436 inline int8_t compare(ConstChar16Ptr srcChars,
455 const char16_t *srcChars) const;
476 const char16_t *srcChars,
590 inline int8_t compareCodePointOrder(ConstChar16Ptr srcChars,
614 const char16_t *srcChars) const;
639 const char16_t *srcChars,
763 inline int8_t caseCompare(ConstChar16Ptr srcChars,
789 const char16_t *srcChars,
816 const char16_t *srcChars,
881 inline UBool startsWith(ConstChar16Ptr srcChars,
[all …]
/external/icu/icu4c/source/common/
Dunistr.cpp668 const UChar *srcChars, in doCompare() argument
680 if(srcChars == NULL) { in doCompare()
689 srcChars += srcStart; in doCompare()
696 srcLength = u_strlen(srcChars + srcStart); in doCompare()
721 if(minLength > 0 && chars != srcChars) { in doCompare()
726 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare()
733 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare()
747 const UChar *srcChars, in doCompareCodePointOrder() argument
760 if(srcChars == NULL) { in doCompareCodePointOrder()
764 …int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcSt… in doCompareCodePointOrder()
[all …]
Dunistr_case.cpp44 const UChar *srcChars, in doCaseCompare() argument
58 if(srcChars == NULL) { in doCaseCompare()
67 srcChars += srcStart; in doCaseCompare()
70 if(chars != srcChars) { in doCaseCompare()
72 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
80 srcLength = u_strlen(srcChars + srcStart); in doCaseCompare()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBidiFmwk.java400 char[] srcChars = src.toCharArray();
431 accumDst[idx] = srcChars[i];
432 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
475 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java397 char[] srcChars = src.toCharArray();
428 accumDst[idx] = srcChars[i];
429 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
472 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c103 const char *srcChars, const char *destChars,
106 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
526 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan() argument
561 accumDst[idx] = srcChars[i]; in checkWhatYouCan()
562 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan()
573 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
590 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
610 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan()
621 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
638 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
[all …]