Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtestidna.cpp478 …ectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen,… in testAPI()
508 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
543 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
570 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
597 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
626 …if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0… in testAPI()
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1028 u_strCaseCompare(odd,oddLen, expected,expectedLen, 0, &status) !=0 ){ in testChaining()
1064 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 || in testChaining()
1065 u_strCaseCompare(odd,oddLen, expected,expectedLen, 0, &status) !=0 ){ in testChaining()
[all …]
/external/icu4c/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.c654 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
664 …result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CAS… in TestCaseCompare()
674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
694 result=u_strCaseCompare(mixed, 5, different, 5, U_FOLD_CASE_DEFAULT, &errorCode); in TestCaseCompare()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h538 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h538 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h538 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h538 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/icu4c/common/unicode/
Dustring.h544 u_strCaseCompare(const UChar *s1, int32_t length1,
Durename.h353 #define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) macro
/external/icu4c/common/
Dustrcase.c948 u_strCaseCompare(const UChar *s1, int32_t length1, in u_strCaseCompare() function