Home
last modified time | relevance | path

Searched refs:converterList (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnvsel.cpp151 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 Ducnv_io.h42 const uint16_t *converterList; member
H A Ducnv_io.cpp272 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 Ducnvsel.cpp151 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 Ducnv_io.h42 const uint16_t *converterList; member
H A Ducnv_io.cpp272 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 Ducnvsel.cpp151 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 Ducnv_io.h42 const uint16_t *converterList; member
H A Ducnv_io.cpp272 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 Ducnvsel.h62 * @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 Ducnvsel.h62 * @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 Ducnvsel.h61 * @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