HomeSort by relevance Sort by last modified time
    Searched full:u_strncmp (Results 1 - 25 of 47) sorted by null

1 2

  /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...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 438 if(u_strncmp(srcFromRes,uSrc,len)!=0){
624 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
702 if(u_strncmp(str, buffer,strLen)!=0){
736 if(u_strncmp(str, buffer,strLen)!=0){
    [all...]
custrtst.c 100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
198 log_verbose("Testing u_strncmp()\n");
202 if(u_strncmp(dataTable[i][j],dataTable[i+2][j],k)!=0)
203 log_err("Something threw an error in u_strncmp\n");
205 if(u_strncmp(dataTable[0][0], dataTable[1][1], 7)==0)
228 if(u_strncmp(temp, dataTable[i][j],k)!=0)
236 if(u_strncmp(temp, dataTable[i][j],k-1)!=0)
252 if(u_strncmp(temp, dataTable[i][j], k)!=0)
    [all...]
udatpg_test.c 214 if ( namePtr == NULL || u_strncmp(appItemNameDataPtr->name, namePtr, nameLength) != 0 ) {
422 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
cdtdptst.c 340 if(u_strncmp(dateString, exp, (int32_t)strlen(expStr)) !=0)
uenumtst.c 371 if(u_strncmp(ustr,buf,len)) {
ccaltst.c     [all...]
cdattst.c     [all...]
cloctst.c 749 } else if(u_strncmp(result, expected, len)) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp     [all...]
tsmthred.cpp 274 } else if(u_strncmp(dst,dst_old,LENGTHOF(dst))) {
291 } else if(u_strncmp(dst,dst_new,LENGTHOF(dst))) {
    [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/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 436 || u_strncmp(fStr,buf,trial) ) {
560 || u_strncmp(fStr,buf,trial) ) {
  /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/icu/icu4c/source/i18n/
reldtfmt.cpp 514 if (U_SUCCESS(tempStatus) && resStrLen >= patItem1Len && u_strncmp(resStr,patItem1,patItem1Len)==0) {
  /external/icu/icu4c/source/test/iotest/
filetst.c 867 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) {
887 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0)
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 378 #define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) macro
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 546 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 388 #define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) macro
    [all...]

Completed in 1858 milliseconds

1 2