Home | History | Annotate | Download | only in i18n

Lines Matching refs:tIndex

8170     int32_t sIndex = 0, tIndex = 0;
8224 tChar=target[tIndex++];
8237 if(tIndex==tLen) {
8244 tChar=target[tIndex++];
8255 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8294 sLen = sIndex; tLen = tIndex;
8305 sIndex = 0; tIndex = 0;
8320 if(tIndex==tLen) {
8327 tChar=target[tIndex++];
8330 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8360 sIndex = sLen; tIndex = tLen;
8373 if(tIndex==0) {
8380 tChar=target[--tIndex];
8411 sIndex = 0; tIndex = 0;
8426 if(tIndex==tLen) {
8433 tChar=target[tIndex++];
8436 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);