Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c882 int32_t bocu1RefLength, bocu1ICULength, roundtripRefLength, roundtripICULength; in roundtripBOCU1() local
906 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()
907 if(roundtripRefLength<0) { in roundtripBOCU1()
917 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()
918 …og_err("BOCU-1 -> Unicode: original(%d)[%d]!=reference[%d]\n", number, length, roundtripRefLength); in roundtripBOCU1()
921 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
922 …log_err("BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number, roundtripRefLength, roundtripIC… in roundtripBOCU1()