Searched refs:roundtripICU (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c881 UChar *roundtripRef, *roundtripICU; local
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
923 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
929 free(roundtripICU);
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c881 UChar *roundtripRef, *roundtripICU; local
888 roundtripICU = malloc(DEFAULT_BUFFER_SIZE * sizeof(UChar));
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
923 if(roundtripRefLength!=roundtripICULength || 0!=u_memcmp(roundtripRef, roundtripICU, roundtripRefLength)) {
929 free(roundtripICU);

Completed in 1342 milliseconds