Home | History | Annotate | Download | only in common

Lines Matching full:indexes

91  * @param names (const UCharNames *) pointer to the UCharNames indexes
799 uint16_t indexes[8], /* output fields from here */
816 indexes[i]=(uint16_t)(code%factor);
823 indexes[0]=(uint16_t)code;
831 /* skip indexes[i] strings */
832 factor=indexes[i];
852 factor=(uint16_t)(factors[i]-indexes[i]-1);
927 uint16_t indexes[8];
939 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
1016 uint16_t indexes[8];
1039 indexes, elementBases, elements,
1049 /* increment the indexes in lexical order bound by the factors */
1052 idx=(uint16_t)(indexes[--i]+1);
1055 indexes[i]=idx;
1063 indexes[i]=0;
1145 uint16_t indexes[8];
1167 /* initialize the suffix elements for enumeration; indexes should all be set to 0 */
1169 indexes, elementBases, elements, buffer, sizeof(buffer));
1178 /* increment the indexes in lexical order bound by the factors */
1181 idx=(uint16_t)(indexes[--i]+1);
1184 indexes[i]=idx;
1191 indexes[i]=0;