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

  /external/chromium_org/third_party/icu/source/common/unicode/
ucnvsel.h 53 * @param converterList a pointer to encoding names needed to be involved.
71 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
  /external/icu4c/common/unicode/
ucnvsel.h 56 * @param converterList a pointer to encoding names needed to be involved.
74 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.h 40 const uint16_t *converterList;
ucnvsel.cpp 146 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
154 if (converterListSize < 0 || (converterList == NULL && converterListSize != 0)) {
169 converterList = NULL;
185 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
202 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i));
ucnv_io.c 276 gMainTable.converterList = table + currOffset;
755 return GET_STRING(gMainTable.converterList[convNum]);
    [all...]
  /external/icu4c/common/
ucnv_io.h 40 const uint16_t *converterList;
ucnvsel.cpp 148 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
156 if (converterListSize < 0 || (converterList == NULL && converterListSize != 0)) {
171 converterList = NULL;
187 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1;
204 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i));
ucnv_io.cpp 276 gMainTable.converterList = table + currOffset;
770 return GET_STRING(gMainTable.converterList[convNum]);
    [all...]

Completed in 78 milliseconds