Searched refs:ucnv_flushCache (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp122 ucnv_flushCache();
123 printf("memory usage after ucnv_flushCache(): %lu\n", (long)icuMemUsage);
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dconverttest.cpp67 ucnv_flushCache();
/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp122 ucnv_flushCache();
123 printf("memory usage after ucnv_flushCache(): %lu\n", (long)icuMemUsage);
/external/icu/icu4c/source/test/threadtest/
H A Dconverttest.cpp67 ucnv_flushCache();
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h1677 ucnv_flushCache(void);
H A Durename.h627 #define ucnv_flushCache U_ICU_ENTRY_POINT_RENAME(ucnv_flushCache) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1677 ucnv_flushCache(void);
H A Durename.h617 #define ucnv_flushCache U_ICU_ENTRY_POINT_RENAME(ucnv_flushCache) macro
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.cpp190 because ucnv_flushCache must be able to unload the default converter and its table.
220 ucnv_flushCache();
1055 ucnv_flushCache () function
1119 UTRACE_DATA1(UTRACE_INFO, "ucnv_flushCache() exits with %d converters remaining", remaining);
/external/icu/icu4c/source/common/
H A Ducnv_bld.cpp181 because ucnv_flushCache must be able to unload the default converter and its table.
211 ucnv_flushCache();
1046 ucnv_flushCache () function
1110 UTRACE_DATA1(UTRACE_INFO, "ucnv_flushCache() exits with %d converters remaining", remaining);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c349 ucnv_flushCache();
548 /* ucnv_flushCache(); */
1067 ucnv_flushCache();
1100 /* Testing ucnv_flushCache() */
1101 log_verbose("\n---Testing ucnv_flushCache...\n");
1102 if ((flushCount=ucnv_flushCache())==0)
1107 /*testing ucnv_close() and ucnv_flushCache() */
1111 if ((flushCount=ucnv_flushCache())==0)
1119 if ((flushCount=ucnv_flushCache())==2)
1127 if ( (flushCount=ucnv_flushCache())
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c349 ucnv_flushCache();
548 /* ucnv_flushCache(); */
1071 ucnv_flushCache();
1104 /* Testing ucnv_flushCache() */
1105 log_verbose("\n---Testing ucnv_flushCache...\n");
1106 if ((flushCount=ucnv_flushCache())==0)
1111 /*testing ucnv_close() and ucnv_flushCache() */
1115 if ((flushCount=ucnv_flushCache())==0)
1123 if ((flushCount=ucnv_flushCache())==2)
1131 if ( (flushCount=ucnv_flushCache())
[all...]

Completed in 3021 milliseconds