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

  /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/icu4c/common/
ucnv_bld.cpp 201 /* ucnv_cleanup - delete all storage held by the converter cache, except any */
205 static UBool U_CALLCONV ucnv_cleanup(void) { function
423 ucln_common_registerCleanup(UCLN_COMMON_UCNV, ucnv_cleanup);
    [all...]

Completed in 82 milliseconds