Searched refs:converterListSize (Results 1 - 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_io.cpp | 258 gMainTable.converterListSize = sectionSizes[1]; in initAliasData() 274 currOffset += gMainTable.converterListSize; in initAliasData() 658 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedAliasListsOffset() 659 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedAliasListsOffset() 672 uint32_t currTagNum = idx/gMainTable.converterListSize; in findTaggedAliasListsOffset() 673 uint32_t currConvNum = (idx - currTagNum*gMainTable.converterListSize); in findTaggedAliasListsOffset() 674 uint32_t tempListOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + currConvNum]; in findTaggedAliasListsOffset() 709 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedConverterNum() 710 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedConverterNum() 720 uint32_t convStart = (tagNum)*gMainTable.converterListSize; in findTaggedConverterNum() [all...] |
H A D | ucnvsel.cpp | 148 /* open a selector. If converterListSize is 0, build for all converters. 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() 173 if (converterListSize == 0) { in ucnvsel_open() 175 converterListSize = ucnv_countAvailable(); in ucnvsel_open() 178 (char**)uprv_malloc(converterListSize * sizeof(char*)); in ucnvsel_open() 188 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 204 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 216 newSelector->encodingsCount = converterListSize; in ucnvsel_open() [all...] |
H A D | ucnv_io.h | 52 uint32_t converterListSize; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 258 gMainTable.converterListSize = sectionSizes[1]; in initAliasData() 274 currOffset += gMainTable.converterListSize; in initAliasData() 658 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedAliasListsOffset() 659 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedAliasListsOffset() 672 uint32_t currTagNum = idx/gMainTable.converterListSize; in findTaggedAliasListsOffset() 673 uint32_t currConvNum = (idx - currTagNum*gMainTable.converterListSize); in findTaggedAliasListsOffset() 674 uint32_t tempListOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + currConvNum]; in findTaggedAliasListsOffset() 709 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedConverterNum() 710 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedConverterNum() 720 uint32_t convStart = (tagNum)*gMainTable.converterListSize; in findTaggedConverterNum() [all...] |
H A D | ucnvsel.cpp | 148 /* open a selector. If converterListSize is 0, build for all converters. 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() 173 if (converterListSize == 0) { in ucnvsel_open() 175 converterListSize = ucnv_countAvailable(); in ucnvsel_open() 178 (char**)uprv_malloc(converterListSize * sizeof(char*)); in ucnvsel_open() 188 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 204 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 216 newSelector->encodingsCount = converterListSize; in ucnvsel_open() [all...] |
H A D | ucnv_io.h | 52 uint32_t converterListSize; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 258 gMainTable.converterListSize = sectionSizes[1]; in initAliasData() 274 currOffset += gMainTable.converterListSize; in initAliasData() 658 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedAliasListsOffset() 659 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedAliasListsOffset() 672 uint32_t currTagNum = idx/gMainTable.converterListSize; in findTaggedAliasListsOffset() 673 uint32_t currConvNum = (idx - currTagNum*gMainTable.converterListSize); in findTaggedAliasListsOffset() 674 uint32_t tempListOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + currConvNum]; in findTaggedAliasListsOffset() 709 if (tagNum < (gMainTable.tagListSize - UCNV_NUM_HIDDEN_TAGS) && convNum < gMainTable.converterListSize) { in findTaggedConverterNum() 710 listOffset = gMainTable.taggedAliasArray[tagNum*gMainTable.converterListSize + convNum]; in findTaggedConverterNum() 720 uint32_t convStart = (tagNum)*gMainTable.converterListSize; in findTaggedConverterNum() [all...] |
H A D | ucnvsel.cpp | 148 /* open a selector. If converterListSize is 0, build for all converters. 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() 173 if (converterListSize == 0) { in ucnvsel_open() 175 converterListSize = ucnv_countAvailable(); in ucnvsel_open() 178 (char**)uprv_malloc(converterListSize * sizeof(char*)); in ucnvsel_open() 188 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 204 for (i = 0; i < converterListSize; i++) { in ucnvsel_open() 216 newSelector->encodingsCount = converterListSize; in ucnvsel_open() [all...] |
H A D | ucnv_io.h | 52 uint32_t converterListSize; member
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ucnvsel.h | 59 * If converterListSize is 0, build for all available converters. 63 * Can be NULL if converterListSize==0. 66 * @param converterListSize number of encodings in above list. 80 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ucnvsel.h | 59 * If converterListSize is 0, build for all available converters. 63 * Can be NULL if converterListSize==0. 66 * @param converterListSize number of encodings in above list. 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 | 58 * If converterListSize is 0, build for all available converters. 62 * Can be NULL if converterListSize==0. 65 * @param converterListSize number of encodings in above list. 79 ucnvsel_open(const char* const* converterList, int32_t converterListSize,
|
Completed in 9 milliseconds