Searched refs:u_cleanup (Results 1 - 25 of 34) sorted by relevance

12

/external/icu4c/samples/msgfmt/answers/
H A Dmain_0.cpp23 u_cleanup();
/external/icu4c/common/unicode/
H A Dusystem.h27 # define u_cleanup u_cleanup_SYSTEM_API_DO_NOT_USE macro
H A Duclean.h64 * the ICU libraries (relatively uncommon), u_cleanup() should be called
67 * u_cleanup() also clears any ICU heap functions, mutex functions or
73 * calling u_cleanup(), these runtime override functions will need to
76 * u_cleanup() is not thread safe. All other threads should stop using ICU
79 * Any open ICU items will be left in an undefined state by u_cleanup(),
83 * After calling u_cleanup(), an application may continue to use ICU by
89 * The use of u_cleanup() just before an application terminates is optional,
101 u_cleanup(void);
/external/icu4c/common/
H A Duinit.c38 u_cleanup(void) function
H A Ducln_cmn.c56 fprintf(stderr, "Cleaning up: UCLN_COMMON with u_cleanup, type %d\n", (int)libType);
58 u_cleanup();
/external/icu4c/samples/datefmt/answers/
H A Dmain_0.cpp64 u_cleanup();
/external/icu4c/samples/props/
H A Dprops.cpp63 u_cleanup();
/external/icu4c/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp125 u_cleanup();
126 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
/external/icu4c/test/cintltst/
H A Dcintltst.c109 u_cleanup();
111 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was");
134 u_cleanup();
153 u_cleanup();
169 u_cleanup();
189 u_cleanup();
212 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */
215 fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
218 fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
437 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
[all...]
H A Dhpmufn.c66 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();
H A Dudatatst.c460 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
473 * after doing u_cleanup(). */
477 u_cleanup();
486 u_cleanup();
493 u_cleanup();
499 u_cleanup();
505 u_cleanup();
/external/icu4c/samples/date/
H A Ddate.c140 u_cleanup();
/external/icu4c/samples/numfmt/
H A Dmain.cpp39 u_cleanup(); // Release any additional storage held by ICU.
/external/icu4c/samples/ugrep/
H A Dugrep.cpp155 u_cleanup(); // shut down ICU, release any cached data it owns.
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp531 u_cleanup();
/external/icu4c/tools/genbrk/
H A Dgenbrk.cpp338 u_cleanup();
/external/icu4c/tools/gencfu/
H A Dgencfu.cpp292 u_cleanup();
/external/icu4c/tools/genctd/
H A Dgenctd.cpp389 u_cleanup();
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp172 u_cleanup();
173 fprintf(stderr,"ICU u_cleanup() called.\n");
281 " -K or --cleanup - Call u_cleanup() before exitting (will attempt to unload plugins)\n"
/external/icu4c/test/intltest/
H A Dintltest.cpp1243 u_cleanup();
1258 u_cleanup();
1317 /* TODO: Add option to call u_cleanup and rerun tests. */
1369 u_cleanup();
1370 u_cleanup();
1389 u_cleanup();
/external/icu4c/test/iotest/
H A Diotest.cpp830 u_cleanup();
871 u_cleanup();
/external/icu4c/tools/genbidi/
H A Dgenbidi.c427 u_cleanup();
/external/icu4c/tools/genprops/
H A Dgenprops.c177 u_cleanup();
/external/icu4c/samples/cal/
H A Dcal.c193 u_cleanup();
/external/icu4c/test/perf/convperf/
H A Dconvperf.h134 u_cleanup();

Completed in 723 milliseconds

12