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

/external/icu4c/test/cintltst/
H A Dudatpg_test.c105 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) {
134 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
154 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) {
173 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) {
191 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
200 if(length!=7 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) {
209 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
290 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
303 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
345 if ( u_memcmp(sampleFormatte
[all...]
H A Dcnormtst.c687 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
907 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
947 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
980 if(U_FAILURE(errorCode) || length!=6 || 0!=u_memcmp(buffer, expect, length)) {
1072 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1098 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1122 if(0!=u_memcmp(expect, buffer, length)) {
1467 0!=u_memcmp(output, cases[i].expect, length)
1548 if(U_FAILURE(errorCode) || length!=LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) {
H A Didnatest.c884 if( U_FAILURE(errorCode) || length != 4 || 0 != u_memcmp(dest16, fass16, 5) ||
892 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) ||
901 length != 4 || 0 != u_memcmp(dest16, fass16, 4) ||
910 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) ||
964 length != 3 || 0 != u_memcmp(dest16, fa_FFFD, 3) ||
H A Dbocu1tst.c918 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
922 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
H A Dcustrtrn.c447 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) {
463 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) {
481 if(err != U_ZERO_ERROR || uDestLen != 10 || numSubstitutions != 4 || u_memcmp(uTarget, expected_FFFD, 11)) {
497 if(err != U_ZERO_ERROR || uDestLen != 14 || numSubstitutions != 4 || u_memcmp(uTarget, expected_12345, 15)) {
708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
723 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) ||
797 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) ||
829 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen) ||
H A Dcstrcase.c895 0!=u_memcmp(buffer, titleWord, length) ||
917 0!=u_memcmp(buffer, titleWordNoAdjust, length) ||
962 0!=u_memcmp(buffer, titleSentNoLower, length) ||
H A Dcustrtst.c119 log_verbose("Testing u_memcpy() and u_memcmp()\n");
132 if(u_memcmp(temp, dataTable[i][j], 7)!=0)
133 log_err("an error occured in u_memcpy() or u_memcmp()\n");
136 if(u_memcmp(dataTable[0][0], dataTable[1][1], 7)==0)
137 log_err("an error occured in u_memcmp()\n");
156 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0)
157 log_err("an error occured in u_memcpy() or u_memcmp()\n");
189 log_err("an error occured in u_memcmp()\n");
210 log_err("an error occured in u_memcmp()\n");
H A Dutransts.c221 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
H A Dcucdtst.c3161 if(length2!=fullLength || 0!=u_memcmp(t, full, fullLength)) {
3171 if(length2!=turkicFullLength || 0!=u_memcmp(t, turkicFull, length2)) {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
786 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h225 #define u_memcmp u_memcmp_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
786 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h225 #define u_memcmp u_memcmp_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
786 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h225 #define u_memcmp u_memcmp_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h443 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
511 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
782 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
786 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h225 #define u_memcmp u_memcmp_3_2 macro
/external/icu4c/common/
H A Ducharstriebuilder.cpp298 return 0==u_memcmp(s, o.s, length);
H A Dustring.c1136 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { function
H A Dnormalizer2impl.cpp66 0==u_memcmp(start, otherStart, length);
/external/icu4c/common/unicode/
H A Dustring.h449 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
517 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
788 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
792 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h330 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
/external/icu4c/test/intltest/
H A Dconvtest.cpp1125 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) {
1584 } else if(0!=u_memcmp(cc.invalidUChars, resultInvalidUChars, cc.invalidLength)) {

Completed in 1161 milliseconds