Home
last modified time | relevance | path

Searched refs:u_memcmp (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dudatpg_test.c114 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) { in TestOpenClose()
158 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) { in TestUsage()
178 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) { in TestUsage()
197 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) { in TestUsage()
215 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
232 if(length!=2 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) { in TestUsage()
241 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) { in TestUsage()
322 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) { in TestBuilder()
335 … if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) { in TestBuilder()
377 if ( u_memcmp(sampleFormatted, formatted, resultLen) != 0 ) { in TestBuilder()
Dcnormtst.c694 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) { in TestCheckFCD()
914 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) { in TestNormCoverage()
954 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) { in TestNormCoverage()
987 if(U_FAILURE(errorCode) || length!=6 || 0!=u_memcmp(buffer, expect, length)) { in TestConcatenate()
1079 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1105 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength)); in _testIter()
1129 if(0!=u_memcmp(expect, buffer, length)) { in _testIter()
1479 0!=u_memcmp(output, cases[i].expect, length) in TestComposition()
1625 … if(U_FAILURE(errorCode) || length!=UPRV_LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) { in TestAppendRestoreMiddle()
Didnatest.c885 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()
Dcustrtrn.c447 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()
Dcstrcase.c903 0!=u_memcmp(buffer, titleWord, length) || in TestUCaseMapToTitle()
926 0!=u_memcmp(buffer, titleWordNoAdjust, length) || in TestUCaseMapToTitle()
972 0!=u_memcmp(buffer, titleSentNoLower, length) || in TestUCaseMapToTitle()
Dbocu1tst.c919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()
923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
Dcustrtst.c133 if(u_memcmp(temp, dataTable[i][j], 7)!=0) in TestStringFunctions()
137 if(u_memcmp(dataTable[0][0], dataTable[1][1], 7)==0) in TestStringFunctions()
157 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0) in TestStringFunctions()
Dutransts.c229 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) { in TestUnicodeIDs()
Dcucdtst.c3385 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) { in testFold()
3395 if(length2!=turkicFullLength || 0!=u_memcmp(t, turkicFull, length2)) { in testFold()
/external/icu/libicu/
Dlibicu.map.txt77 u_memcmp;
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt78 u_memcmp
/external/icu/libicu/ndk_headers/unicode/
Dustring.h775 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) __INTRODUCED_IN(31);
Durename.h324 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h785 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
Durename.h324 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h785 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
Durename.h324 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h785 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp302 return 0==u_memcmp(s, o.s, length); in operator ==()
Dustring.cpp1146 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { in u_memcmp() function
Dnormalizer2impl.cpp211 0==u_memcmp(start, otherStart, length); in equals()
/external/icu/libicu/src/
Dshim.cpp79 #undef u_memcmp
467 int32_t u_memcmp(const UChar * buf1, const UChar * buf2, int32_t count) { in u_memcmp() function
468 return U_ICU_ENTRY_POINT_RENAME(u_memcmp)(buf1, buf2, count); in u_memcmp()
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp1374 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) { in checkToUnicode()
1837 } else if(0!=u_memcmp(cc.invalidUChars, resultInvalidUChars, cc.invalidLength)) { in checkFromUnicode()