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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c881 char *bocu1Ref, *bocu1ICU; local
889 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
895 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
901 if(bocu1RefLength!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU, bocu1RefLength)) {
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
930 free(bocu1ICU);
/external/icu4c/test/cintltst/
H A Dbocu1tst.c882 char *bocu1Ref, *bocu1ICU; local
890 bocu1ICU = malloc(DEFAULT_BUFFER_SIZE);
896 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
902 if(bocu1RefLength!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU, bocu1RefLength)) {
913 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
931 free(bocu1ICU);

Completed in 49 milliseconds