Home | History | Annotate | Download | only in unicode

Lines Matching refs:doCompare

3144   doCompare(int32_t start,
3150 int8_t doCompare(int32_t start,
3491 UnicodeString::doCompare(int32_t start,
3501 return doCompare(start, thisLength, srcText.getArrayStart(), srcStart, srcLength);
3515 doCompare(0, len, text, 0, textLength) == 0;
3525 { return doCompare(0, length(), text, 0, text.length()) == 1; }
3529 { return doCompare(0, length(), text, 0, text.length()) == -1; }
3533 { return doCompare(0, length(), text, 0, text.length()) != -1; }
3537 { return doCompare(0, length(), text, 0, text.length()) != 1; }
3541 { return doCompare(0, length(), text, 0, text.length()); }
3547 { return doCompare(start, _length, srcText, 0, srcText.length()); }
3552 { return doCompare(0, length(), srcChars, 0, srcLength); }
3560 { return doCompare(start, _length, srcText, srcStart, srcLength); }
3566 { return doCompare(start, _length, srcChars, 0, _length); }
3574 { return doCompare(start, _length, srcChars, srcStart, srcLength); }
3582 { return doCompare(start, limit - start,
3894 { return doCompare(0, srcLength, srcText, srcStart, srcLength) == 0; }
3899 { return doCompare(0, srcLength, srcChars, 0, srcLength) == 0; }
3905 { return doCompare(0, srcLength, srcChars, srcStart, srcLength) == 0;}
3909 { return doCompare(length() - text.length(), text.length(),
3917 return doCompare(length() - srcLength, srcLength,
3927 return doCompare(length() - srcLength, srcLength,
3938 return doCompare(length() - srcLength, srcLength,