OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_countAvailable
(Results
1 - 15
of
15
) sorted by null
/external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp
22
* Test performance (time & memory) of
ucnv_countAvailable
(),
24
* ticket 6441: make
ucnv_countAvailable
() not fully load converters
122
int32_t count =
ucnv_countAvailable
();
124
printf("
ucnv_countAvailable
() reports that %d converters are available.\n", count);
125
printf("
ucnv_countAvailable
() took %g seconds to figure this out.\n", elapsed);
126
printf("memory usage after
ucnv_countAvailable
(): %lu\n", (long)icuMemUsage);
/external/icu/icu4c/source/common/unicode/
ucnv.h
[
all
...]
urename.h
[
all
...]
/external/icu/libandroidicu/include/unicode/
ucnv.h
[
all
...]
urename.h
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucnvseltst.c
53
gCountAvailable =
ucnv_countAvailable
();
udatatst.c
894
if(
ucnv_countAvailable
() > table[1]) /*???*/
895
log_err("FAIL: udata_getMemory() failed
ucnv_countAvailable
returned = %d, expected = %d\n",
ucnv_countAvailable
(), table[1+2*(*table)]);
[
all
...]
ncnvtst.c
[
all
...]
ccapitst.c
165
log_verbose("Testing
ucnv_countAvailable
()...");
167
testLong1=
ucnv_countAvailable
();
[
all
...]
/external/icu/icu4c/source/test/perf/convperf/
convperf.h
129
availableConverters =
ucnv_countAvailable
();
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
249
count =
ucnv_countAvailable
();
/external/icu/icu4c/source/common/
ucnvsel.cpp
175
converterListSize =
ucnv_countAvailable
();
ucnv.cpp
412
ucnv_countAvailable
()
[
all
...]
/external/icu/icu4c/source/extra/uconv/
uconv.cpp
235
num =
ucnv_countAvailable
();
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 685 milliseconds