Home
last modified time | relevance | path

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

/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dbocu1tst.c884 int32_t bocu1RefLength, bocu1ICULength, roundtripRefLength, roundtripICULength; in roundtripBOCU1() local
908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()
909 if(roundtripRefLength<0) { in roundtripBOCU1()
919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()
920 …og_err("BOCU-1 -> Unicode: original(%d)[%d]!=reference[%d]\n", number, length, roundtripRefLength); in roundtripBOCU1()
923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
924 …log_err("BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number, roundtripRefLength, roundtripIC… in roundtripBOCU1()
/dports/devel/icu/icu/source/test/cintltst/
H A Dbocu1tst.c884 int32_t bocu1RefLength, bocu1ICULength, roundtripRefLength, roundtripICULength; in roundtripBOCU1() local
908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()
909 if(roundtripRefLength<0) { in roundtripBOCU1()
919 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) { in roundtripBOCU1()
920 …og_err("BOCU-1 -> Unicode: original(%d)[%d]!=reference[%d]\n", number, length, roundtripRefLength); in roundtripBOCU1()
923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
924 …log_err("BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number, roundtripRefLength, roundtripIC… in roundtripBOCU1()