Searched refs:roundtripRef (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | bocu1tst.c | 880 UChar *roundtripRef, *roundtripICU; local 886 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); 907 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); 919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { 923 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) { 927 free(roundtripRef);
|
/external/icu4c/test/cintltst/ |
H A D | bocu1tst.c | 881 UChar *roundtripRef, *roundtripICU; local 887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); 908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); 919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { 923 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) { 928 free(roundtripRef);
|
Completed in 127 milliseconds