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

  /external/icu/icu4c/source/test/cintltst/
cpluralrulestest.c 106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
sorttest.c 178 int32_t diff=u_strCompare(p->s, STR_LEN, q->s, STR_LEN, FALSE);
custrtst.c 442 /* test u_strCompare(TRUE) */
445 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 ||
446 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 ||
447 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 ||
448 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0
450 log_err("error: u_strCompare(code point order) fails for string %d and the following one\n", i);
453 /* test u_strCompare(FALSE) */
454 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE);
457 log_err("error: u_strCompare(code unit order)!=u_strcmp() for string %d and the following one\n", i);
    [all...]
ucsdetst.c 148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
  /external/icu/icu4c/source/common/unicode/
ustring.h 431 * See u_strCompare for details.
471 u_strCompare(const UChar *s1, int32_t length1,
478 * Works otherwise just like u_strCompare().
491 * @see u_strCompare
511 * u_strCompare(u_strFoldCase(s1, options),
537 * (see u_strCompare for details).
574 * For details, see u_strCompare().
599 * (see u_strCompare for details).
623 * (see u_strCompare for details).
647 * (see u_strCompare for details)
    [all...]
urename.h 346 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare)
    [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 378 } else if (u_strCompare(s, length, gShort, 5, FALSE) == 0) {
380 } else if (u_strCompare(s, length, gNarrow, 6, FALSE) == 0) {
    [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 140 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
ustring.cpp 922 u_strCompare(const UChar *s1, int32_t length1,
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]

Completed in 72 milliseconds