Home
last modified time | relevance | path

Searched refs:roundtripICULength (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
913roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULengt… in roundtripBOCU1()
923 …if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefL… in roundtripBOCU1()
924 …"BOCU-1 -> Unicode: reference(%d)[%d]!=ICU[%d]\n", number, roundtripRefLength, roundtripICULength); in roundtripBOCU1()