/external/icu/icu4c/source/test/cintltst/ |
D | udatpg_test.c | 110 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) { in TestOpenClose() 154 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) { in TestUsage() 174 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) { in TestUsage() 193 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) { in TestUsage() 211 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage() 228 if(length!=2 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) { in TestUsage() 237 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage() 318 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) { in TestBuilder() 331 … if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) { in TestBuilder() 373 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) { in TestBuilder()
|
D | cnormtst.c | 690 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) { in TestCheckFCD() 910 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) { in TestNormCoverage() 950 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) { in TestNormCoverage() 983 if(U_FAILURE(errorCode) || length!=6 || 0!=u_memcmp(buffer, expect, length)) { in TestConcatenate() 1075 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter() 1101 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter() 1125 if(0!=u_memcmp(expect, buffer, length)) { in _testIter() 1474 0!=u_memcmp(output, cases[i].expect, length) in TestComposition() 1620 … if(U_FAILURE(errorCode) || length!=UPRV_LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) { in TestAppendRestoreMiddle()
|
D | idnatest.c | 885 if( U_FAILURE(errorCode) || length != 4 || 0 != u_memcmp(dest16, fass16, 5) || in TestUTS46() 893 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) || in TestUTS46() 902 length != 4 || 0 != u_memcmp(dest16, fass16, 4) || in TestUTS46() 911 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) || in TestUTS46() 965 length != 3 || 0 != u_memcmp(dest16, fa_FFFD, 3) || in TestUTS46()
|
D | custrtrn.c | 447 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) { in Test_strFromUTF32_surrogates() 463 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) { in Test_strFromUTF32_surrogates() 481 …if(err != U_ZERO_ERROR || uDestLen != 10 || numSubstitutions != 4 || u_memcmp(uTarget, expected_FF… in Test_strFromUTF32_surrogates() 497 …if(err != U_ZERO_ERROR || uDestLen != 14 || numSubstitutions != 4 || u_memcmp(uTarget, expected_12… in Test_strFromUTF32_surrogates() 709 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 724 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API() 798 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) || in Test_UChar_UTF8_API() 830 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) || in Test_UChar_UTF8_API()
|
D | cstrcase.c | 900 0!=u_memcmp(buffer, titleWord, length) || in TestUCaseMapToTitle() 922 0!=u_memcmp(buffer, titleWordNoAdjust, length) || in TestUCaseMapToTitle() 967 0!=u_memcmp(buffer, titleSentNoLower, length) || in TestUCaseMapToTitle()
|
D | bocu1tst.c | 919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1() 923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
|
D | custrtst.c | 129 if(u_memcmp(temp, dataTable[i][j], 7)!=0) in TestStringFunctions() 133 if(u_memcmp(dataTable[0][0], dataTable[1][1], 7)==0) in TestStringFunctions() 153 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0) in TestStringFunctions()
|
D | utransts.c | 229 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs()
|
D | cucdtst.c | 3346 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) { in testFold() 3356 if(length2!=turkicFullLength || 0!=u_memcmp(t, turkicFull, length2)) { in testFold()
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 785 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
|
D | urename.h | 320 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 785 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
|
D | urename.h | 320 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
|
/external/icu/icu4c/source/common/ |
D | ucharstriebuilder.cpp | 302 return 0==u_memcmp(s, o.s, length); in operator ==()
|
D | ustring.cpp | 1146 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { in u_memcmp() function
|
D | normalizer2impl.cpp | 212 0==u_memcmp(start, otherStart, length); in equals()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 1314 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode() 1773 } else if(0!=u_memcmp(cc.invalidUChars, resultInvalidUChars, cc.invalidLength)) { in checkFromUnicode()
|
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 405 if (U_SUCCESS(errorCode) && length >= 13 && u_memcmp(s, g_LOCALE_units, 13) == 0) { in widthFromAlias()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 312 return u_memcmp(buf1, buf2, count); in u_memcmp_android()
|