• Home
  • Raw
  • Download

Lines Matching full:indexes

88 /* canonStartSets[0..31] contains indexes for what is in the array */
107 /* 14 bit indexes to canonical USerializedSets */
114 /* indexes[] value names */
186 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file
188 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE]
190 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT]
194 …* uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DA…
198 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
200 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE]
202 …* uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_…
206 * The indexes array contains lengths and sizes of the following arrays and structures
208 * indexes[_NORM_INDEX_COMBINE_FWD_COUNT]=combineFwdTop
210 * indexes[_NORM_INDEX_COMBINE_BOTH_COUNT]=combineBothTop-combineFwdTop
211 * -- number of combining indexes computed for both-ways-combining characters
212 * indexes[_NORM_INDEX_COMBINE_BACK_COUNT]=combineBackTop-combineBothTop
213 * -- number of combining indexes computed for backward-only-combining characters
215 * indexes[_NORM_INDEX_MIN_NF*_NO_MAYBE] (where *={ C, D, KC, KD })
308 * - Combining indexes and combiningTable[]
310 * Combining indexes are stored at the [-1] offset of the extra data
313 * Values of combining indexes are arranged according to whether a character
318 * are indexes into the combiningTable[].
326 * These back-indexes are the combining indexes of both-ways or backward-only
329 * Each list is sorted in ascending order of back-indexes.
431 * indexes[_NORM_SET_INDEX_TOP]
434 * startSets[indexes[_NORM_SET_INDEX_CANON_SETS_LENGTH]-_NORM_SET_INDEX_TOP]
437 * indexes[_NORM_SET_INDEX_CANON_SETS_LENGTH] includes _NORM_SET_INDEX_TOP
440 * bmpTable[indexes[_NORM_SET_INDEX_CANON_BMP_TABLE_LENGTH]]
442 * either indexes to USerializedSets or single code points for
448 * suppTable[indexes[_NORM_SET_INDEX_CANON_SUPP_TABLE_LENGTH]]
450 * either indexes to USerializedSets or single code points for