Home | History | Annotate | Download | only in common

Lines Matching full:indexes

670  * int32_t indexes[indexesLength]; -- indexesLength=indexes[IX_NORM_TRIE_OFFSET]/4;
672 * The first eight indexes are byte offsets in ascending order.
677 * that is, from the beginning of the indexes[].
681 * minDecompNoCP=indexes[IX_MIN_DECOMP_NO_CP] is the lowest code point
683 * minCompNoMaybeCP=indexes[IX_MIN_COMP_NO_MAYBE_CP] is the lowest code point
686 * The next five indexes are thresholds of 16-bit trie values for ranges of
688 * minYesNo=indexes[IX_MIN_YES_NO];
689 * minNoNo=indexes[IX_MIN_NO_NO];
690 * limitNoNo=indexes[IX_LIMIT_NO_NO];
691 * minMaybeYes=indexes[IX_MIN_MAYBE_YES];
692 * minYesNoMappingsOnly=indexes[IX_MIN_YES_NO_MAPPINGS_ONLY];
703 * Values in the range 2<=norm16<limitNoNo are also directly indexes into the extraData
743 * The norm16 values of those characters are directly indexes into the extraData array.
768 * - Addition of indexes[IX_MIN_YES_NO_MAPPINGS_ONLY] and separation of the yesNo extraData into