Searched refs:converterList (Results 1 - 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A 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()
|
H A D | ucnv_io.h | 42 const uint16_t *converterList; member
|
H A 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()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 151 ucnvsel_open(const char* const* converterList, int32_t converterListSize, in ucnvsel_open() argument 159 if (converterListSize < 0 || (converterList == nullptr && converterListSize != 0)) { in ucnvsel_open() 174 converterList = nullptr; in ucnvsel_open() 190 (int32_t)uprv_strlen(converterList != nullptr ? converterList[i] : ucnv_getAvailableName(i)) + 1; in ucnvsel_open() 207 converterList != nullptr ? converterList[i] : ucnv_getAvailableName(i)); in ucnvsel_open()
|
H A D | ucnv_io.h | 42 const uint16_t *converterList; member
|
H A 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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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()
|
H A D | ucnv_io.h | 42 const uint16_t *converterList; member
|
H A 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()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnvsel.h | 62 * @param converterList a pointer to encoding names needed to be involved. 80 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnvsel.h | 62 * @param converterList a pointer to encoding names needed to be involved. 80 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ucnvsel.h | 61 * @param converterList a pointer to encoding names needed to be involved. 79 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
Completed in 12 milliseconds