Home
last modified time | relevance | path

Searched refs:roundtripRef (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c879 UChar *roundtripRef, *roundtripICU; in roundtripBOCU1() local
885 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()
906 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()
917 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()
921 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
926 free(roundtripRef); in roundtripBOCU1()