Home
last modified time | relevance | path

Searched refs:u_strCaseCompare (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp486 …ectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen,… in testAPI()
516 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
551 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
578 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
605 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
634 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
1035 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1036 u_strCaseCompare(odd,oddLen, expected,expectedLen, 0, &status) !=0 ){ in testChaining()
1072 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1073 u_strCaseCompare(odd,oddLen, expected,expectedLen, 0, &status) !=0 ){ in testChaining()
[all …]
/external/icu/icu4c/source/test/cintltst/
Didnatest.c102 …ectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen,… in testAPI()
124 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
148 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
170 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
191 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
214 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
Dcstrcase.c658 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
668 …result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CAS… in TestCaseCompare()
678 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
688 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
698 result=u_strCaseCompare(mixed, 5, different, 5, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
/external/icu/libandroidicu/include/unicode/
Dustring.h541 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h346 #define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h541 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h346 #define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) macro
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc111 return u_strCaseCompare(str1.c_str(), str1.length(), str2.c_str(), in CaseCompareUtf16()
/external/icu/icu4c/source/common/
Dustrcase.cpp1768 u_strCaseCompare(const UChar *s1, int32_t length1, in u_strCaseCompare() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp356 return u_strCaseCompare(s1, length1, s2, length2, options, pErrorCode); in u_strCaseCompare_android()