Home
last modified time | relevance | path

Searched refs:u_strCompare (Results 1 – 17 of 17) sorted by relevance

/external/icu4c/test/cintltst/
Dcustrtst.c450 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 || in TestStringFunctions()
451 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 || in TestStringFunctions()
452 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 || in TestStringFunctions()
453 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0 in TestStringFunctions()
459 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE); in TestStringFunctions()
Ducsdetst.c148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) { in TestUTF8()
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h460 u_strCompare(const UChar *s1, int32_t length1,
Durename.h249 #define u_strCompare u_strCompare_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h460 u_strCompare(const UChar *s1, int32_t length1,
Durename.h249 #define u_strCompare u_strCompare_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h460 u_strCompare(const UChar *s1, int32_t length1,
Durename.h249 #define u_strCompare u_strCompare_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h460 u_strCompare(const UChar *s1, int32_t length1,
Durename.h249 #define u_strCompare u_strCompare_3_2 macro
/external/icu4c/common/unicode/
Dustring.h466 u_strCompare(const UChar *s1, int32_t length1,
Durename.h352 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) macro
/external/icu4c/common/
Duprops.cpp143 0!=u_strCompare(nfd.getBuffer(), nfd.length(), in changesWhenCasefolded()
Dustring.c921 u_strCompare(const UChar *s1, int32_t length1, in u_strCompare() function
/external/icu4c/test/intltest/
Dtestidna.cpp1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){ in testCompareReferenceImpl()
/external/icu4c/tools/genrb/
Dreslist.c896 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength, in string_comp()
/external/icu4c/i18n/
Ducol.cpp7311 comparison = u_strCompare(sBuf, sLen, tBuf, tLen, TRUE); in ucol_checkIdent()