Searched refs:offsetsCount (Results 1 – 2 of 2) sorted by relevance
191 offsetsCount, /* length of the swapper's temporary offsets[] */ enumerator1146 uint32_t toc[offsetsCount]; in ucnv_swapAliases()1147 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */ in ucnv_swapAliases()1189 if(tocLength<minTocLength || offsetsCount<=tocLength) { in ucnv_swapAliases()
101 private static final int offsetsCount = minTocLength + 1; /* field in UConverterAlias133 tableArray = reader.readToc(offsetsCount); in haveAliasData()