/external/icu4c/test/cintltst/ |
cpluralrulestest.c | 106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
|
custrtst.c | 447 /* test u_strCompare(TRUE) */ 450 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 || 451 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 || 452 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 || 453 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0 455 log_err("error: u_strCompare(code point order) fails for string %d and the following one\n", i); 458 /* test u_strCompare(FALSE) */ 459 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE); 462 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/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 447 /* test u_strCompare(TRUE) */ 450 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 || 451 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 || 452 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 || 453 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0 455 log_err("error: u_strCompare(code point order) fails for string %d and the following one\n", i); 458 /* test u_strCompare(FALSE) */ 459 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE); 462 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/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 426 * See u_strCompare for details. 466 u_strCompare(const UChar *s1, int32_t length1, 473 * Works otherwise just like u_strCompare(). 486 * @see u_strCompare 506 * u_strCompare(u_strFoldCase(s1, options), 532 * (see u_strCompare for details). 569 * For details, see u_strCompare(). 594 * (see u_strCompare for details). 618 * (see u_strCompare for details). 642 * (see u_strCompare for details) [all...] |
urename.h | 352 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) [all...] |
/external/icu4c/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 | 341 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uprops.cpp | 143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
|
ustring.c | 921 u_strCompare(const UChar *s1, int32_t length1, [all...] |
/external/icu4c/common/ |
uprops.cpp | 143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
|
ustring.cpp | 922 u_strCompare(const UChar *s1, int32_t length1, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
testidna.cpp | [all...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.c | 896 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength, [all...] |
/external/icu4c/test/intltest/ |
testidna.cpp | [all...] |
/external/icu4c/tools/genrb/ |
reslist.c | 898 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength, [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | [all...] |
/external/icu4c/i18n/ |
ucol.cpp | [all...] |