HomeSort by relevance Sort by last modified time
    Searched full:u_cleanup (Results 1 - 25 of 50) sorted by null

1 2

  /external/icu4c/samples/msgfmt/answers/
main_0.cpp 23 u_cleanup();
  /external/icu4c/common/unicode/
uclean.h 63 * the ICU libraries (relatively uncommon), u_cleanup() should be called
66 * u_cleanup() also clears any ICU heap functions, mutex functions or
72 * calling u_cleanup(), these runtime override functions will need to
75 * u_cleanup() is not thread safe. All other threads should stop using ICU
78 * Any open ICU items will be left in an undefined state by u_cleanup(),
82 * After calling u_cleanup(), an application may continue to use ICU by
88 * The use of u_cleanup() just before an application terminates is optional,
100 u_cleanup(void);
icuplug.h 192 * @see u_cleanup()
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 64 u_cleanup();
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 125 u_cleanup();
126 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
  /external/icu4c/samples/props/
props.cpp 63 u_cleanup();
  /external/icu4c/test/cintltst/
cintltst.c 117 u_cleanup();
119 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was");
142 u_cleanup();
161 u_cleanup();
177 u_cleanup();
197 u_cleanup();
220 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */
227 fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
230 fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
449 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
    [all...]
hpmufn.c 66 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
129 * after doing u_cleanup(). */
142 u_cleanup();
197 log_err("Heap functions did not reset after u_cleanup.\n");
272 * u_cleanup(), which is called in this test, resets ICU's state.
286 u_cleanup();
415 u_cleanup();
cintltst.h 110 * This function calls u_cleanup.
udatatst.c 462 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
475 * after doing u_cleanup(). */
479 u_cleanup();
488 u_cleanup();
495 u_cleanup();
501 u_cleanup();
507 u_cleanup();
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 122 u_cleanup();
123 fprintf(stdout, "ICU u_cleanup() called.\n");
231 " -K or --cleanup - Call u_cleanup() before exitting (will attempt to unload plugins)\n"
  /external/icu4c/common/
ucln.h 31 * In order to make a cleanup function get called when u_cleanup is called,
ucln_cmn.c 53 u_cleanup(void) function
ucln_imp.h 59 # define UCLN_CLEAN_ME_UP u_cleanup()
utrace.c 442 "u_cleanup",
  /external/icu4c/i18n/
smpdtfst.cpp 71 // cached memory. Called by ICU's u_cleanup() function.
decfmtst.cpp 162 // cached memory. Called by ICU's u_cleanup() function.
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 160 * Conditions for calling this function are the same as u_cleanup().
161 * @see u_cleanup
  /external/icu4c/test/perf/convperf/
convperf.cpp 43 TESTCASE(0,TestICU_CleanOpenAllConverters);// This calls u_cleanup()
44 TESTCASE(1,TestICU_OpenAllConverters);// This doesn't call u_cleanup()
convperf.h 134 u_cleanup();
  /external/icu4c/samples/numfmt/
main.cpp 39 u_cleanup(); // Release any additional storage held by ICU.
  /external/icu4c/test/intltest/
intltest.cpp     [all...]
  /external/icu4c/samples/date/
date.c 171 u_cleanup();
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 203 //u_cleanup();
  /external/icu4c/tools/genbrk/
genbrk.cpp 338 u_cleanup();

Completed in 727 milliseconds

1 2