HomeSort by relevance Sort by last modified time
    Searched refs:srcChars (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/
unistr_case.cpp 38 const UChar *srcChars,
44 // treat const UChar *srcChars==NULL as an empty string
52 if(srcChars == NULL) {
61 srcChars += srcStart;
64 if(chars != srcChars) {
66 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength,
74 srcLength = u_strlen(srcChars + srcStart);
unistr.cpp 552 const UChar *srcChars,
564 if(srcChars == NULL) {
565 // treat const UChar *srcChars==NULL as an empty string
573 srcChars += srcStart;
580 srcLength = u_strlen(srcChars + srcStart);
605 if(minLength > 0 && chars != srcChars) {
610 result = uprv_memcmp(chars, srcChars, minLength * sizeof(UChar));
617 result = ((int32_t)*(chars++) - (int32_t)*(srcChars++));
631 const UChar *srcChars,
636 // treat const UChar *srcChars==NULL as an empty strin
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 382 * <TT>srcLength</TT> characters in <TT>srcChars</TT>.
383 * @param srcChars The characters to compare to this UnicodeString.
384 * @param srcLength the number of characters in <TT>srcChars</TT> to compare
386 * contains the same characters as <code>srcChars</code>, -1 if the characters in
387 * this are bitwise less than the characters in <code>srcChars</code>, +1 if the
389 * in <code>srcChars</code>.
392 inline int8_t compare(const UChar *srcChars,
398 * <TT>length</TT> characters in <TT>srcChars</TT>
401 * @param srcChars the characters to be compared
403 * contains the same characters as <code>srcChars</code>, -1 if the characters i
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java 392 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/
cbiditst.c 100 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)
520 /* srcChars and dstChars are char arrays encoded as pseudo Bidi */
554 accumDst[idx] = srcChars[i];
555 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
566 printCaseInfo(bidi, srcChars, dstChars);
583 printCaseInfo(bidi, srcChars, dstChars);
603 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
614 printCaseInfo(bidi, srcChars, dstChars)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 175 milliseconds