Lines Matching full:indexes
90 /* canonStartSets[0..31] contains indexes for what is in the array */
109 /* 14 bit indexes to canonical USerializedSets */
116 /* indexes[] value names */
188 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file
190 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE]
192 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT]
196 …* uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DA…
200 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
202 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE]
204 …* uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_…
208 * The indexes array contains lengths and sizes of the following arrays and structures
210 * indexes[_NORM_INDEX_COMBINE_FWD_COUNT]=combineFwdTop
212 * indexes[_NORM_INDEX_COMBINE_BOTH_COUNT]=combineBothTop-combineFwdTop
213 * -- number of combining indexes computed for both-ways-combining characters
214 * indexes[_NORM_INDEX_COMBINE_BACK_COUNT]=combineBackTop-combineBothTop
215 * -- number of combining indexes computed for backward-only-combining characters
217 * indexes[_NORM_INDEX_MIN_NF*_NO_MAYBE] (where *={ C, D, KC, KD })
310 * - Combining indexes and combiningTable[]
312 * Combining indexes are stored at the [-1] offset of the extra data
315 * Values of combining indexes are arranged according to whether a character
320 * are indexes into the combiningTable[].
328 * These back-indexes are the combining indexes of both-ways or backward-only
331 * Each list is sorted in ascending order of back-indexes.
433 * indexes[_NORM_SET_INDEX_TOP]
436 * startSets[indexes[_NORM_SET_INDEX_CANON_SETS_LENGTH]-_NORM_SET_INDEX_TOP]
439 * indexes[_NORM_SET_INDEX_CANON_SETS_LENGTH] includes _NORM_SET_INDEX_TOP
442 * bmpTable[indexes[_NORM_SET_INDEX_CANON_BMP_TABLE_LENGTH]]
444 * either indexes to USerializedSets or single code points for
450 * suppTable[indexes[_NORM_SET_INDEX_CANON_SUPP_TABLE_LENGTH]]
452 * either indexes to USerializedSets or single code points for