Searched refs:bocu1Ref (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
888 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
892 bocu1RefLength=writeString(text, length, (uint8_t *)bocu1Ref);
901 if(bocu1RefLength!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU, bocu1RefLength)) {
907 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef);
929 free(bocu1Ref);
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c882 char *bocu1Ref, *bocu1ICU; local
889 bocu1Ref = malloc(DEFAULT_BUFFER_SIZE);
893 bocu1RefLength=writeString(text, length, (uint8_t *)bocu1Ref);
902 if(bocu1RefLength!=bocu1ICULength || 0!=uprv_memcmp(bocu1Ref, bocu1ICU, bocu1RefLength)) {
908 roundtripRefLength=readString((uint8_t *)bocu1Ref, bocu1RefLength, roundtripRef);
930 free(bocu1Ref);

Completed in 98 milliseconds