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

1 2

  /external/icu/icu4c/source/samples/msgfmt/answers/
main_0.cpp 27 u_cleanup();
  /external/icu/icu4c/source/common/
ucln_imp.h 61 # define UCLN_CLEAN_ME_UP u_cleanup()
ucln_cmn.cpp 40 u_cleanup(void) function
  /external/icu/icu4c/source/samples/datefmt/answers/
main_0.cpp 68 u_cleanup();
  /external/icu/icu4c/source/samples/props/
props.cpp 69 u_cleanup();
  /frameworks/minikin/tests/perftests/
main.cpp 42 u_cleanup();
  /external/icu/icu4c/source/common/unicode/
uclean.h 65 * the ICU libraries (relatively uncommon), u_cleanup() should be called
68 * u_cleanup() also clears any ICU heap functions, mutex functions or
74 * calling u_cleanup(), these runtime override functions will need to
77 * u_cleanup() is not thread safe. All other threads should stop using ICU
80 * Any open ICU items will be left in an undefined state by u_cleanup(),
84 * After calling u_cleanup(), an application may continue to use ICU by
90 * The use of u_cleanup() just before an application terminates is optional,
102 u_cleanup(void);
  /external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp 131 u_cleanup();
132 printf("memory usage after u_cleanup(): %lu\n", (long)icuMemUsage);
  /frameworks/minikin/tests/unittest/
ICUEnvironment.h 60 u_cleanup();
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 122 u_cleanup();
124 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was");
147 u_cleanup();
166 u_cleanup();
182 u_cleanup();
202 u_cleanup();
225 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */
232 fprintf(stderr, "Error: After final u_cleanup, RB cache was not empty.\n");
235 fprintf(stderr,"OK: After final u_cleanup, RB cache was empty.\n");
454 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
    [all...]
hpmufn.c 63 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
126 * after doing u_cleanup(). */
135 u_cleanup();
188 log_err("Heap functions did not reset after u_cleanup.\n");
udatatst.c 500 const char *dataDir = u_getDataDirectory(); /* Returned string vanashes with u_cleanup */
513 * after doing u_cleanup(). */
517 u_cleanup();
526 u_cleanup();
533 u_cleanup();
539 u_cleanup();
545 u_cleanup();
    [all...]
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 41 u_cleanup(); // Release any additional storage held by ICU.
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 128 u_cleanup();
129 fprintf(stdout, "ICU u_cleanup() called.\n");
240 " -K or --cleanup - Call u_cleanup() before exitting (will attempt to unload plugins)\n"
  /external/icu/icu4c/source/samples/date/
date.c 175 u_cleanup();
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 161 u_cleanup(); // shut down ICU, release any cached data it owns.
  /external/icu/icu4c/source/tools/genbrk/
genbrk.cpp 342 u_cleanup();
  /external/icu/icu4c/source/tools/gencfu/
gencfu.cpp 292 u_cleanup();
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 268 u_cleanup();
  /external/icu/icu4c/source/test/intltest/
intltest.cpp     [all...]
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 138 u_cleanup();
  /external/icu/icu4c/source/test/iotest/
iotest.cpp     [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 197 u_cleanup();
  /external/icu/icu4c/source/tools/genrb/
genrb.cpp 542 u_cleanup();
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 454 milliseconds

1 2