Home | History | Annotate | Download | only in i18n

Lines Matching full:rindex

241                 bsset->rindex = 0;
279 outerSet->rindex = rtScriptSetsCount++;
287 innerSet->rindex = outerSet->rindex;
304 if (bSet->rindex != (uint32_t)i) {
305 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
360 uint32_t rindex = 2;
363 if (bSet->rindex < rindex) {
367 U_ASSERT(rindex == bSet->rindex);
368 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits.
369 rindex++;
423 rindex = 0;