Home | History | Annotate | Download | only in toolutil

Lines Matching refs:indexes

108         // formatVersion 2 initially has indexes[8], 32 bytes.
131 // Swap the indexes[] and the valueMaps[].
195 /* the properties file must contain at least the indexes array */
203 /* read the indexes */
211 * indexes[] constants are in uprops.h
238 /* swap the indexes[16] */
318 int32_t indexes[16];
363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
365 indexes[i]=udata_readInt32(ds, inIndexes[i]);
369 size=indexes[UCASE_IX_LENGTH];
386 /* swap the int32_t indexes[] */
387 count=indexes[UCASE_IX_INDEX_TOP]*4;
392 count=indexes[UCASE_IX_TRIE_SIZE];
397 count=(indexes[UCASE_IX_EXC_LENGTH]+indexes[UCASE_IX_UNFOLD_LENGTH])*2;
420 int32_t indexes[16];
465 /* read the first 16 indexes (ICU 3.4/format version 1: UBIDI_IX_TOP==16, might grow) */
467 indexes[i]=udata_readInt32(ds, inIndexes[i]);
471 size=indexes[UBIDI_IX_LENGTH];
488 /* swap the int32_t indexes[] */
489 count=indexes[UBIDI_IX_INDEX_TOP]*4;
494 count=indexes[UBIDI_IX_TRIE_SIZE];
499 count=indexes[UBIDI_IX_MIRROR_LENGTH]*4;
504 count=indexes[UBIDI_IX_JG_LIMIT]-indexes[UBIDI_IX_JG_START];
528 int32_t indexes[32];
570 /* read the first 32 indexes (ICU 2.8/format version 2.2: _NORM_INDEX_TOP==32, might grow) */
572 indexes[i]=udata_readInt32(ds, inIndexes[i]);
577 32*4+ /* size of indexes[] */
578 indexes[_NORM_INDEX_TRIE_SIZE]+
579 indexes[_NORM_INDEX_UCHAR_COUNT]*2+
580 indexes[_NORM_INDEX_COMBINE_DATA_COUNT]*2+
581 indexes[_NORM_INDEX_FCD_TRIE_SIZE]+
582 indexes[_NORM_INDEX_AUX_TRIE_SIZE]+
583 indexes[_NORM_INDEX_CANON_SET_COUNT]*2;
600 /* swap the indexes[] */
606 count=indexes[_NORM_INDEX_TRIE_SIZE];
611 count=(indexes[_NORM_INDEX_UCHAR_COUNT]+indexes[_NORM_INDEX_COMBINE_DATA_COUNT])*2;
616 count=indexes[_NORM_INDEX_FCD_TRIE_SIZE];
623 count=indexes[_NORM_INDEX_AUX_TRIE_SIZE];
630 count=indexes[_NORM_INDEX_CANON_SET_COUNT]*2;