/external/chromium_org/third_party/icu/source/test/intltest/ |
testidna.cpp | [all...] |
/external/icu4c/test/intltest/ |
testidna.cpp | [all...] |
tsmthred.cpp | 268 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) { 285 } else if(u_strncmp(dst,dst_new,LENGTHOF(dst))) { [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
creststn.c | 443 if(u_strncmp(srcFromRes,uSrc,len)!=0){ 629 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ 707 if(u_strncmp(str, buffer,strLen)!=0){ 741 if(u_strncmp(str, buffer,strLen)!=0){ [all...] |
custrtst.c | 104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */ 202 log_verbose("Testing u_strncmp()\n"); 206 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0) 207 log_err("Something threw an error in u_strncmp\n"); 209 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0) 232 if(u_strncmp(temp, dataTable[i][j],k)!=0) 240 if(u_strncmp(temp, dataTable[i][j],k-1)!=0) 256 if(u_strncmp(temp, dataTable[i][j], k)!=0) [all...] |
cdtdptst.c | 340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
|
udatpg_test.c | 400 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
|
cloctst.c | [all...] |
ncnvtst.c | [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 443 if(u_strncmp(srcFromRes,uSrc,len)!=0){ 629 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){ 707 if(u_strncmp(str, buffer,strLen)!=0){ 741 if(u_strncmp(str, buffer,strLen)!=0){ [all...] |
custrtst.c | 104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */ 202 log_verbose("Testing u_strncmp()\n"); 206 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0) 207 log_err("Something threw an error in u_strncmp\n"); 209 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0) 232 if(u_strncmp(temp, dataTable[i][j],k)!=0) 240 if(u_strncmp(temp, dataTable[i][j],k-1)!=0) 256 if(u_strncmp(temp, dataTable[i][j], k)!=0) [all...] |
cdtdptst.c | 340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
|
udatpg_test.c | 400 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
|
uenumtst.c | 371 if(u_strncmp(ustr,buf,len)) {
|
cloctst.c | 746 } else if(u_strncmp(result, expected, len)) { [all...] |
ncnvtst.c | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_res.cpp | 609 if(sourceRulesLen == targetRulesLen && u_strncmp(sourceRules, targetRules, sourceRulesLen) == 0) { 638 if(sourceStringLen == targetStringLen && (u_strncmp(sourceResetString, targetResetString, sourceStringLen) == 0)) { 646 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) { 661 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) { [all...] |
uspoof.cpp | 454 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) { 490 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
|
/external/icu4c/i18n/ |
ucol_res.cpp | 622 if(sourceRulesLen == targetRulesLen && u_strncmp(sourceRules, targetRules, sourceRulesLen) == 0) { 651 if(sourceStringLen == targetStringLen && (u_strncmp(sourceResetString, targetResetString, sourceStringLen) == 0)) { 659 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) { 674 if(sourceStringLen != targetStringLen || (u_strncmp(sourceResetString, targetResetString, sourceStringLen) != 0)) { [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 562 u_strncmp(const UChar *ucs1, 568 * This is different in UTF-16 from u_strncmp() if supplementary characters are present. [all...] |
/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 861 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) { 881 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) { [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 567 u_strncmp(const UChar *ucs1, 573 * This is different in UTF-16 from u_strncmp() if supplementary characters are present. [all...] |
/external/icu4c/test/iotest/ |
filetst.c | 861 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) { 881 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) { [all...] |
/external/icu4c/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 432 || u_strncmp(fStr,buf,trial) ) { 509 || u_strncmp(fStr,buf,trial) ) {
|
/external/icu4c/common/ |
locdispnames.cpp | 524 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
|