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

/external/icu4c/test/intltest/
H A Dtestidna.cpp478 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
508 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
543 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
570 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
597 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
626 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
1027 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1028 u_strCaseCompare(odd,oddLen, expected,expectedLen, 0, &status) !=0 ){
1064 if( u_strCaseCompare(even,evenLen, expected,expectedLen, 0, &status) !=0 ||
1065 u_strCaseCompare(od
[all...]
/external/icu4c/test/cintltst/
H A Dcstrcase.c654 result=u_strCaseCompare(mixed, -1, otherDefault, -1, U_FOLD_CASE_DEFAULT, &errorCode);
656 log_err("error: u_strCaseCompare(mixed, other, default)=%ld instead of 0\n", result);
664 result=u_strCaseCompare(mixed, lenMixed, otherExcludeSpecialI, lenOtherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
666 log_err("error: u_strCaseCompare(mixed, other, exclude special i)=%ld instead of 0\n", result);
674 result=u_strCaseCompare(mixed, -1, different, lenDifferent, U_FOLD_CASE_DEFAULT, &errorCode);
676 log_err("error: u_strCaseCompare(mixed, different, default)=%ld instead of positive\n", result);
684 result=u_strCaseCompare(mixed, 4, different, 4, U_FOLD_CASE_DEFAULT, &errorCode);
686 log_err("error: u_strCaseCompare(mixed, 4, different, 4, default)=%ld instead of 0\n", result);
694 result=u_strCaseCompare(mixed, 5, different, 5, U_FOLD_CASE_DEFAULT, &errorCode);
696 log_err("error: u_strCaseCompare(mixe
[all...]
H A Didnatest.c102 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
124 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
148 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
170 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
191 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
214 if(U_SUCCESS(status) && (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
538 u_strCaseCompare(const UChar *s1, int32_t length1,
H A Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
538 u_strCaseCompare(const UChar *s1, int32_t length1,
H A Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
538 u_strCaseCompare(const UChar *s1, int32_t length1,
H A Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
538 u_strCaseCompare(const UChar *s1, int32_t length1,
H A Durename.h248 #define u_strCaseCompare u_strCaseCompare_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h496 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
544 u_strCaseCompare(const UChar *s1, int32_t length1,
H A Durename.h351 #define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) macro
/external/icu4c/common/
H A Dustrcase.c948 u_strCaseCompare(const UChar *s1, int32_t length1, function

Completed in 168 milliseconds