Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dunistr.h392 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/
Dunistr_case.cpp38 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()
Dunistr.cpp552 const UChar *srcChars, in doCompare() argument
564 if(srcChars == NULL) { in doCompare()
573 srcChars += srcStart; in doCompare()
580 srcLength = u_strlen(srcChars + srcStart); in doCompare()
605 if(minLength > 0 && chars != srcChars) { in doCompare()
610 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar)); in doCompare()
617 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++)); in doCompare()
631 const UChar *srcChars, in doCompareCodePointOrder() argument
644 if(srcChars == NULL) { in doCompareCodePointOrder()
648 …int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcSt… in doCompareCodePointOrder()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiTest.java392 char[] srcChars = src.toCharArray();
423 accumDst[idx] = srcChars[i];
424 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
467 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c100 const char *srcChars, const char *destChars,
103 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
519 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan() argument
554 accumDst[idx] = srcChars[i]; in checkWhatYouCan()
555 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan()
566 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
583 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
603 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan()
614 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
631 printCaseInfo(bidi, srcChars, dstChars); in checkWhatYouCan()
[all …]