Searched refs:converterList (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ucnvsel.cpp | 151 ucnvsel_open(const char* const* converterList, int32_t converterListSize, in ucnvsel_open() argument 159 if (converterListSize < 0 || (converterList == NULL && converterListSize != 0)) { in ucnvsel_open() 174 converterList = NULL; in ucnvsel_open() 190 (int32_t)uprv_strlen(converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)) + 1; in ucnvsel_open() 207 converterList != NULL ? converterList[i] : ucnv_getAvailableName(i)); in ucnvsel_open()
|
D | ucnv_io.h | 42 const uint16_t *converterList; member
|
D | ucnv_io.cpp | 272 gMainTable.converterList = table + currOffset; in initAliasData() 757 return GET_STRING(gMainTable.converterList[convNum]); in ucnv_io_getConverterName() 1012 return GET_STRING(gMainTable.converterList[convNum]); in ucnv_getCanonicalName() 1035 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]); in ucnv_io_nextAllConverters()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnvsel.h | 76 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucnvsel.h | 76 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1099 UConverterSelector * ucnvsel_open_android(const char *const * converterList, int32_t converterListS… in ucnvsel_open_android() argument 1100 return ucnvsel_open(converterList, converterListSize, excludedCodePoints, whichSet, status); in ucnvsel_open_android()
|