Searched refs:roundtripRef (Results 1 – 1 of 1) sorted by relevance
881 UChar *roundtripRef, *roundtripICU; in roundtripBOCU1() local887 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar)); in roundtripBOCU1()908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()928 free(roundtripRef); in roundtripBOCU1()