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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.cpp 72 const char* name = ucnv_getAvailableName(i);
223 const char* name = ucnv_getAvailableName(i);
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
312 * used for this parameter. See ucnv_getAvailableName and
319 * @see ucnv_getAvailableName
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 64 gAvailableNames[i] = ucnv_getAvailableName(i);
ncnvtst.c     [all...]
ccapitst.c 205 /*Tests ucnv_getAvailableName(), getAvialableCount()*/
212 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
214 available_conv = ucnv_getAvailableName(testLong1);
215 /*test ucnv_getAvailableName with err condition*/
216 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
217 available_conv = ucnv_getAvailableName(-1);
219 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n");
    [all...]
nucnvtst.c     [all...]
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
ucnvsel.cpp 185 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
202 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i));
ucnv.c 397 ucnv_getAvailableName (int32_t n)
    [all...]
  /external/icu/icu4c/source/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 407 ucnv_getAvailableName (int32_t n)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 128 convNames[idx] = ucnv_getAvailableName(idx);
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 245 printf("%s ", ucnv_getAvailableName(i));
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 128 convNames[idx] = ucnv_getAvailableName(idx);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 330 const char* name = ucnv_getAvailableName(i);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 281 name = ucnv_getAvailableName(i);
    [all...]

Completed in 2784 milliseconds