Home | History | Annotate | Download | only in common

Lines Matching refs:indexes

94  * @param names (const UCharNames *) pointer to the UCharNames indexes
776 uint16_t indexes[8], /* output fields from here */
793 indexes[i]=(uint16_t)(code%factor);
800 indexes[0]=(uint16_t)code;
808 /* skip indexes[i] strings */
809 factor=indexes[i];
829 factor=(uint16_t)(factors[i]-indexes[i]-1);
904 uint16_t indexes[8];
916 s, code-range->start, indexes, NULL, NULL, buffer, bufferLength);
993 uint16_t indexes[8];
1016 indexes, elementBases, elements,
1026 /* increment the indexes in lexical order bound by the factors */
1029 idx=(uint16_t)(indexes[--i]+1);
1032 indexes[i]=idx;
1040 indexes[i]=0;
1122 uint16_t indexes[8];
1144 /* initialize the suffix elements for enumeration; indexes should all be set to 0 */
1146 indexes, elementBases, elements, buffer, sizeof(buffer));
1155 /* increment the indexes in lexical order bound by the factors */
1158 idx=(uint16_t)(indexes[--i]+1);
1161 indexes[i]=idx;
1168 indexes[i]=0;