HomeSort by relevance Sort by last modified time
    Searched refs:bocu1ICU (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
bocu1tst.c 881 char *bocu1Ref, *bocu1ICU;
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)) {
912 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
929 free(bocu1ICU);
  /external/icu4c/test/cintltst/
bocu1tst.c 881 char *bocu1Ref, *bocu1ICU;
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);

Completed in 1837 milliseconds