HomeSort by relevance Sort by last modified time
    Searched full:roundtripref (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 879 UChar *roundtripRef, *roundtripICU;
885 roundtripRef = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
906 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef);
917 if(length!=roundtripRefLength || 0!=u_memcmp(text, roundtripRef, length)) {
921 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
926 free(roundtripRef);

Completed in 984 milliseconds