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

  /external/icu4c/test/cintltst/
udatpg_test.c 105 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(sampleFormatted, formatted, resultLen) != 0 )
    [all...]
cnormtst.c 684 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
    [all...]
idnatest.c     [all...]
bocu1tst.c 919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
923 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
custrtrn.c 447 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) ||
    [all...]
cstrcase.c     [all...]
custrtst.c 119 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");
    [all...]
utransts.c 221 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
cucdtst.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 443 * 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.
    [all...]
urename.h 225 #define u_memcmp u_memcmp_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 443 * 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.
    [all...]
urename.h 225 #define u_memcmp u_memcmp_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 443 * 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.
    [all...]
urename.h 225 #define u_memcmp u_memcmp_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 443 * 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.
    [all...]
urename.h 225 #define u_memcmp u_memcmp_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
ustring.h 449 * 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.
    [all...]
urename.h 328 #define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) macro
    [all...]
  /external/icu4c/tools/gencase/
store.c 452 return u_memcmp((const UChar *)left, (const UChar *)right, UGENCASE_UNFOLD_WIDTH);
481 if(0==u_memcmp(p, p+UGENCASE_UNFOLD_WIDTH, UGENCASE_UNFOLD_STRING_WIDTH)) {
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp     [all...]
  /external/icu4c/common/
ustring.c 1136 u_memcmp(const UChar *buf1, const UChar *buf2, int32_t count) { function
    [all...]
normalizer2impl.cpp 66 0==u_memcmp(start, otherStart, length);
    [all...]

Completed in 259 milliseconds