Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c884 int32_t bocu1RefLength, bocu1ICULength, roundtripRefLength, roundtripICULength; in roundtripBOCU1() local
893 bocu1RefLength=writeString(text, length, (uint8_t *)bocu1Ref); in roundtripBOCU1()
902 if(bocu1RefLength!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU, bocu1RefLength)) { in roundtripBOCU1()
903 …nicode(%d)[%d] -> BOCU-1: reference[%d]!=ICU[%d]\n", number, length, bocu1RefLength, bocu1ICULengt… in roundtripBOCU1()
908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef); in roundtripBOCU1()