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

1 2

  /external/icu4c/test/cintltst/
creststn.c 442 if(u_strncmp(srcFromRes,uSrc,len)!=0){
628 if(got==NULL || u_strncmp(expectedEscaped,got,expectedLen)!=0 || expectedLen != len){
706 if(u_strncmp(str, buffer,strLen)!=0){
740 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 745 } else if(u_strncmp(result, expected, len)) {
    [all...]
reapits.c 354 TEST_ASSERT(u_strncmp(resultPat, pat, 3) == 0);
    [all...]
ncnvtst.c     [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/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...]
uspoof.cpp 457 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
493 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 432 || u_strncmp(fStr,buf,trial) ) {
509 || u_strncmp(fStr,buf,trial) ) {
  /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...]
strtst.c 240 if (u_strncmp(myUString, uStringBuf, 10) || uStringBuf[10] != 1 || retVal != 10) {
  /external/icu4c/common/unicode/
urename.h 382 #define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) macro
    [all...]
  /external/icu4c/common/
locdispnames.cpp 524 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 556 u_strncmp(const UChar *ucs1,
562 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
urename.h 278 #define u_strncmp u_strncmp_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 556 u_strncmp(const UChar *ucs1,
562 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
urename.h 278 #define u_strncmp u_strncmp_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 556 u_strncmp(const UChar *ucs1,
562 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
urename.h 278 #define u_strncmp u_strncmp_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 556 u_strncmp(const UChar *ucs1,
562 * This is different in UTF-16 from u_strncmp() if supplementary characters are present.
    [all...]
urename.h 278 #define u_strncmp u_strncmp_3_2 macro
    [all...]

Completed in 5792 milliseconds

1 2