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

123

/external/chromium_org/third_party/icu/source/samples/msgfmt/answers/
H A Dmain_0.cpp23 u_cleanup();
/external/icu/icu4c/source/samples/msgfmt/answers/
H A Dmain_0.cpp23 u_cleanup();
/external/chromium_org/third_party/icu/source/common/
H A Ducln_imp.h59 # define UCLN_CLEAN_ME_UP u_cleanup()
H A Ducln_cmn.c37 u_cleanup(void) function
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duclean.h63 * 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);
/external/chromium_org/third_party/icu/source/samples/datefmt/answers/
H A Dmain_0.cpp64 u_cleanup();
/external/chromium_org/third_party/icu/source/samples/props/
H A Dprops.cpp63 u_cleanup();
/external/icu/icu4c/source/common/
H A Ducln_imp.h59 # define UCLN_CLEAN_ME_UP u_cleanup()
H A Ducln_cmn.c37 u_cleanup(void) function
/external/icu/icu4c/source/common/unicode/
H A Duclean.h63 * 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);
/external/icu/icu4c/source/samples/datefmt/answers/
H A Dmain_0.cpp64 u_cleanup();
/external/icu/icu4c/source/samples/props/
H A Dprops.cpp63 u_cleanup();
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp125 u_cleanup();
126 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp125 u_cleanup();
126 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c116 u_cleanup();
118 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was");
141 u_cleanup();
160 u_cleanup();
176 u_cleanup();
196 u_cleanup();
219 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */
226 fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
229 fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
444 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
[all...]
H A Dhpmufn.c61 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
124 * after doing u_cleanup(). */
137 u_cleanup();
192 log_err("Heap functions did not reset after u_cleanup.\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c116 u_cleanup();
118 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was");
141 u_cleanup();
160 u_cleanup();
176 u_cleanup();
196 u_cleanup();
219 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */
226 fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
229 fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
444 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
[all...]
H A Dhpmufn.c61 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
124 * after doing u_cleanup(). */
137 u_cleanup();
192 log_err("Heap functions did not reset after u_cleanup.\n");
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dmain.cpp39 u_cleanup(); // Release any additional storage held by ICU.
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dicuinfo.cpp122 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/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp39 u_cleanup(); // Release any additional storage held by ICU.
/external/icu/icu4c/source/tools/icuinfo/
H A Dicuinfo.cpp122 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/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c171 u_cleanup();
/external/chromium_org/third_party/icu/source/samples/ugrep/
H A Dugrep.cpp155 u_cleanup(); // shut down ICU, release any cached data it owns.
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp532 u_cleanup();

Completed in 444 milliseconds

123