Searched refs:u_strCompare (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcpluralrulestest.c106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
H A Dsorttest.c180 int32_t diff=u_strCompare(p->s, STR_LEN, q->s, STR_LEN, FALSE);
H A Dcustrtst.c447 /* 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);
H A Ducsdetst.c148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
/external/icu/icu4c/source/test/cintltst/
H A Dcpluralrulestest.c106 if (U_FAILURE(errorCode) || u_strCompare(keyword, length, two, 3, FALSE) != 0) {
H A Dsorttest.c180 int32_t diff=u_strCompare(p->s, STR_LEN, q->s, STR_LEN, FALSE);
H A Dcustrtst.c443 /* test u_strCompare(TRUE) */
446 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 ||
447 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 ||
448 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 ||
449 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0
451 log_err("error: u_strCompare(code point order) fails for string %d and the following one\n", i);
454 /* test u_strCompare(FALSE) */
455 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE);
458 log_err("error: u_strCompare(code unit order)!=u_strcmp() for string %d and the following one\n", i);
H A Ducsdetst.c148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h431 * 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 fo
[all...]
H A Durename.h350 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h431 * 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 fo
[all...]
H A Durename.h342 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) macro
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
H A Dustring.cpp922 u_strCompare(const UChar *s1, int32_t length1, function
/external/icu/icu4c/source/common/
H A Duprops.cpp143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
H A Dustring.cpp922 u_strCompare(const UChar *s1, int32_t length1, function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c898 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength,
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c995 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp6953 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE);

Completed in 2144 milliseconds