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

1 2

  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 73 // FIXME: Registering all the encodings we get from ucnv_getAvailableName
87 const char* name = ucnv_getAvailableName(i);
183 const char* name = ucnv_getAvailableName(i);
  /external/chromium/third_party/icu/public/common/unicode/
ucnv.h 32 * iterate over the converter aliases. The functions {@link ucnv_getAvailableName() },
311 * used for this parameter. See ucnv_getAvailableName and
318 * @see ucnv_getAvailableName
    [all...]
  /external/icu4c/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...]
  /external/webkit/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/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/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/chromium/third_party/icu/source/test/cintltst/
ucnvseltst.c 60 gAvailableNames[i] = ucnv_getAvailableName(i);
ncnvtst.c     [all...]
ccapitst.c 197 /*Tests ucnv_getAvailableName(), getAvialableCount()*/
204 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
206 available_conv = ucnv_getAvailableName(testLong1);
207 /*test ucnv_getAvailableName with err condition*/
208 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
209 available_conv = ucnv_getAvailableName(-1);
211 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n");
    [all...]
  /external/icu4c/test/cintltst/
ucnvseltst.c 61 gAvailableNames[i] = ucnv_getAvailableName(i);
ncnvtst.c     [all...]
ccapitst.c 203 /*Tests ucnv_getAvailableName(), getAvialableCount()*/
210 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */
212 available_conv = ucnv_getAvailableName(testLong1);
213 /*test ucnv_getAvailableName with err condition*/
214 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 ");
215 available_conv = ucnv_getAvailableName(-1);
217 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n");
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnvsel.cpp 186 uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
204 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i));
ucnv.c 395 ucnv_getAvailableName (int32_t n)
    [all...]
  /external/icu4c/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 395 ucnv_getAvailableName (int32_t n)
    [all...]
  /external/chromium/third_party/icu/source/test/perf/convperf/
convperf.h 128 convNames[idx] = ucnv_getAvailableName(idx);
  /external/icu4c/samples/ucnv/
convsamp.cpp 250 printf("%s ", ucnv_getAvailableName(i));
  /external/icu4c/test/perf/convperf/
convperf.h 128 convNames[idx] = ucnv_getAvailableName(idx);
  /external/icu4c/extra/uconv/
uconv.cpp 280 name = ucnv_getAvailableName(i);
    [all...]
  /libcore/luni/src/main/native/
NativeConverter.cpp 336 const char* name = ucnv_getAvailableName(i);
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 482 #define ucnv_getAvailableName ucnv_getAvailableName_3_2
    [all...]

Completed in 416 milliseconds

1 2