HomeSort by relevance Sort by last modified time
    Searched refs:u_memcmp (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 105 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!=2 || 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(sampleFormatted, formatted, resultLen) != 0 )
    [all...]
cnormtst.c 687 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
    [all...]
idnatest.c     [all...]
bocu1tst.c 917 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
921 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
custrtrn.c 445 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) {
461 if(err != U_ZERO_ERROR || uDestLen != 4 || u_memcmp(uTarget, expected, 5)) {
479 if(err != U_ZERO_ERROR || uDestLen != 10 || numSubstitutions != 4 || u_memcmp(uTarget, expected_FFFD, 11)) {
495 if(err != U_ZERO_ERROR || uDestLen != 14 || numSubstitutions != 4 || u_memcmp(uTarget, expected_12345, 15)) {
706 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
721 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) ||
    [all...]
cstrcase.c     [all...]
custrtst.c 114 log_verbose("Testing u_memcpy() and u_memcmp()\n");
127 if(u_memcmp(temp, dataTable[i][j], 7)!=0)
128 log_err("an error occured in u_memcpy() or u_memcmp()\n");
131 if(u_memcmp(dataTable[0][0], dataTable[1][1], 7)==0)
132 log_err("an error occured in u_memcmp()\n");
151 if(u_memcmp(temp, nullTemp, 7)!=0 || temp[7]!=0)
152 log_err("an error occured in u_memcpy() or u_memcmp()\n");
184 log_err("an error occured in u_memcmp()\n");
205 log_err("an error occured in u_memcmp()\n");
    [all...]
utransts.c 224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
cucdtst.c     [all...]
  /external/icu/icu4c/source/common/
ucharstriebuilder.cpp 300 return 0==u_memcmp(s, o.s, length);
ustring.cpp 1143 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { function
    [all...]
normalizer2impl.cpp 67 0==u_memcmp(start, otherStart, length);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 454 * 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.
    [all...]
urename.h 319 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp     [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 373 if (U_SUCCESS(errorCode) && length >= 13 && u_memcmp(s, g_LOCALE_units, 13) == 0) {
    [all...]

Completed in 94 milliseconds