HomeSort by relevance Sort by last modified time
    Searched full:ucnv_countavailable (Results 1 - 22 of 22) sorted by null

  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 16 * Test performance (time & memory) of ucnv_countAvailable(),
18 * ticket 6441: make ucnv_countAvailable() not fully load converters
116 int32_t count = ucnv_countAvailable();
118 printf("ucnv_countAvailable() reports that %d converters are available.\n", count);
119 printf("ucnv_countAvailable() took %g seconds to figure this out.\n", elapsed);
120 printf("memory usage after ucnv_countAvailable(): %lu\n", (long)icuMemUsage);
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 69 int32_t numEncodings = ucnv_countAvailable();
182 int32_t numEncodings = ucnv_countAvailable();
  /external/icu4c/test/perf/convperf/
convperf.h 125 availableConverters = ucnv_countAvailable();
  /external/icu4c/test/cintltst/
ucnvseltst.c 52 gCountAvailable = ucnv_countAvailable();
udatatst.c 854 if(ucnv_countAvailable() > table[1]) /*???*/
855 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
    [all...]
ccapitst.c 207 log_verbose("Testing ucnv_countAvailable()...");
209 testLong1=ucnv_countAvailable();
    [all...]
ncnvtst.c     [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 276 int32_t num = ucnv_countAvailable();
  /external/icu4c/common/
ucnvsel.cpp 170 converterListSize = ucnv_countAvailable();
ucnv_bld.c 394 * when ucnv_countAvailable is ever used with a lot of available converters,
    [all...]
ucnv.c 410 ucnv_countAvailable ()
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
ucnv.h     [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 234 num = ucnv_countAvailable();
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 245 count = ucnv_countAvailable();
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 458 #define ucnv_countAvailable ucnv_countAvailable_3_2
    [all...]
ucnv.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 458 #define ucnv_countAvailable ucnv_countAvailable_3_2
    [all...]
ucnv.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 458 #define ucnv_countAvailable ucnv_countAvailable_3_2
    [all...]
ucnv.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 458 #define ucnv_countAvailable ucnv_countAvailable_3_2
    [all...]

Completed in 1287 milliseconds