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

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c105 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) {
149 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
169 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) {
188 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) {
206 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
223 if(length!=7 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) {
232 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
313 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
326 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
368 if ( u_memcmp(sampleFormatte
[all...]
H A Dcnormtst.c688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
908 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
948 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
981 if(U_FAILURE(errorCode) || length!=6 || 0!=u_memcmp(buffer, expect, length)) {
1073 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1099 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1123 if(0!=u_memcmp(expect, buffer, length)) {
1468 0!=u_memcmp(output, cases[i].expect, length)
1614 if(U_FAILURE(errorCode) || length!=LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) {
H A Didnatest.c885 if( U_FAILURE(errorCode) || length != 4 || 0 != u_memcmp(dest16, fass16, 5) ||
893 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) ||
902 length != 4 || 0 != u_memcmp(dest16, fass16, 4) ||
911 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) ||
965 length != 3 || 0 != u_memcmp(dest16, fa_FFFD, 3) ||
H A Dbocu1tst.c919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
923 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.c897 0!=u_memcmp(buffer, titleWord, length) ||
919 0!=u_memcmp(buffer, titleWordNoAdjust, length) ||
964 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)) {
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c105 if(s==pipeString || length!=1 || 0!=u_memcmp(s, pipeString, length) || s[length]!=0) {
149 if((u_memcmp(bestPattern, expectingBestPattern, length)!=0) || bestPattern[length]!=0) {
169 if((u_memcmp(result, expectingSkeleton, length)!=0) || result[length]!=0) {
188 if((u_memcmp(result, expectingBaseSkeleton, length)!=0) || result[length]!=0) {
206 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
223 if(length!=7 || 0!=u_memcmp(r, appendItemName, length) || r[length]!=0) {
232 if(length!=7 || 0!=u_memcmp(r, testFormat, length) || r[length]!=0) {
313 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
326 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
368 if ( u_memcmp(sampleFormatte
[all...]
H A Dcnormtst.c688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
908 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
948 } else if(length!=expectLength || u_memcmp(output, expect, length)!=0) {
981 if(U_FAILURE(errorCode) || length!=6 || 0!=u_memcmp(buffer, expect, length)) {
1073 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1099 expectNeeded=(UBool)(0!=u_memcmp(buffer, in, inLength));
1123 if(0!=u_memcmp(expect, buffer, length)) {
1468 0!=u_memcmp(output, cases[i].expect, length)
1614 if(U_FAILURE(errorCode) || length!=LENGTHOF(expected) || 0!=u_memcmp(a, expected, length)) {
H A Didnatest.c885 if( U_FAILURE(errorCode) || length != 4 || 0 != u_memcmp(dest16, fass16, 5) ||
893 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) ||
902 length != 4 || 0 != u_memcmp(dest16, fass16, 4) ||
911 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) ||
965 length != 3 || 0 != u_memcmp(dest16, fa_FFFD, 3) ||
H A Dbocu1tst.c919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
923 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.c897 0!=u_memcmp(buffer, titleWord, length) ||
919 0!=u_memcmp(buffer, titleWordNoAdjust, length) ||
964 0!=u_memcmp(buffer, titleSentNoLower, length) ||
H A Dcustrtst.c115 log_verbose("Testing u_memcpy() and u_memcmp()\n");
128 if(u_memcmp(temp, dataTable[i][j], 7)!=0)
129 log_err("an error occured in u_memcpy() or u_memcmp()\n");
132 if(u_memcmp(dataTable[0][0], dataTable[1][1], 7)==0)
133 log_err("an error occured in u_memcmp()\n");
152 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0)
153 log_err("an error occured in u_memcpy() or u_memcmp()\n");
185 log_err("an error occured in u_memcmp()\n");
206 log_err("an error occured in u_memcmp()\n");
H A Dutransts.c224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
/external/chromium_org/third_party/icu/source/common/
H A Ducharstriebuilder.cpp300 return 0==u_memcmp(s, o.s, length);
H A Dustring.cpp1143 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h454 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
522 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
793 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
797 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
/external/icu/icu4c/source/common/
H A Ducharstriebuilder.cpp300 return 0==u_memcmp(s, o.s, length);
H A Dustring.cpp1143 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { function
/external/icu/icu4c/source/common/unicode/
H A Dustring.h454 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
522 * unlike the ANSI C-like u_strcmp() and u_memcmp() etc.
793 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count);
797 * This is different in UTF-16 from u_memcmp() if supplementary characters are present.
H A Durename.h316 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp1100 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) {
1559 } else if(0!=u_memcmp(cc.invalidUChars, resultInvalidUChars, cc.invalidLength)) {
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp1127 } else if(0!=u_memcmp(cc.unicode, result, cc.unicodeLength)) {
1586 } else if(0!=u_memcmp(cc.invalidUChars, resultInvalidUChars, cc.invalidLength)) {

Completed in 636 milliseconds

12