HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getAvailableName (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 71 const char* name = ucnv_getAvailableName(i);
184 const char* name = ucnv_getAvailableName(i);
  /external/icu4c/common/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
350 * used for this parameter. See ucnv_getAvailableName and
357 * @see ucnv_getAvailableName
    [all...]
urename.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
    [all...]
urename.h 482 #define ucnv_getAvailableName ucnv_getAvailableName_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
    [all...]
urename.h 482 #define ucnv_getAvailableName ucnv_getAvailableName_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
    [all...]
urename.h 482 #define ucnv_getAvailableName ucnv_getAvailableName_3_2
    [all...]
  /external/icu4c/test/cintltst/
ucnvseltst.c 64 gAvailableNames[i] = ucnv_getAvailableName(i);
ncnvtst.c     [all...]
ccapitst.c 162 /*Tests ucnv_getAvailableName(), getAvialableCount()*/
169 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
171 available_conv = ucnv_getAvailableName(testLong1);
172 /*test ucnv_getAvailableName with err condition*/
173 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
174 available_conv = ucnv_getAvailableName(-1);
176 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n");
    [all...]
nucnvtst.c     [all...]
  /external/icu4c/common/
ucnvsel.cpp 187 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
204 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i));
ucnv.c 399 ucnv_getAvailableName (int32_t n)
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 245 printf("%s ", ucnv_getAvailableName(i));
  /external/icu4c/test/perf/convperf/
convperf.h 128 convNames[idx] = ucnv_getAvailableName(idx);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 308 const char* name = ucnv_getAvailableName(i);
  /external/icu4c/extra/uconv/
uconv.cpp 281 name = ucnv_getAvailableName(i);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 482 #define ucnv_getAvailableName ucnv_getAvailableName_3_2
    [all...]

Completed in 2130 milliseconds