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

  /external/chromium_org/third_party/icu/source/test/threadtest/
converttest.cpp 16 U_CAPI UBool U_EXPORT2 ucnv_cleanup();
74 //if (ucnv_cleanup () == FALSE) {
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
  /external/icu/icu4c/source/test/threadtest/
converttest.cpp 16 U_CAPI UBool U_EXPORT2 ucnv_cleanup();
74 //if (ucnv_cleanup () == FALSE) {
75 // fprintf(stderr, "ucnv_cleanup() failed - cache was not empty.\n");
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.c 193 /* ucnv_cleanup - delete all storage held by the converter cache, except any */
197 static UBool U_CALLCONV ucnv_cleanup(void) { function
418 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.cpp 192 /* ucnv_flushAvailableConverterCache. This is only called from ucnv_cleanup().
206 /* ucnv_cleanup - delete all storage held by the converter cache, except any */
210 static UBool U_CALLCONV ucnv_cleanup(void) { function
428 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
    [all...]

Completed in 463 milliseconds