Home | History | Annotate | Download | only in common

Lines Matching full:combining

52     _NORM_CC_SHIFT=8,           /* UnicodeData.txt combining class in bits 15..8 */
119 _NORM_INDEX_COMBINE_DATA_COUNT, /* number of uint16_t words for combining data */
138 /* FCD check: everything below this code point is known to have a 0 lead combining class */
209 * -- one more than the highest combining index computed for forward-only-combining characters
211 * -- number of combining indexes computed for both-ways-combining characters
213 * -- number of combining indexes computed for backward-only-combining characters
254 * 15..8 combining class (cc) according to UnicodeData.txt
281 * [-1] Combining index for composition.
290 * combining classes (cc's) associated with the respective
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
317 * The index values for forward-only and both-ways combining characters
319 * The index values for backward-only combining characters are simply
324 * for each forward-combining character.
326 * These back-indexes are the combining indexes of both-ways or backward-only
327 * combining characters that the forward-combining character combines with.
404 * b) of combining class 0.