Home | History | Annotate | Download | only in i18n

Lines Matching full:tindex

8032     int32_t sIndex = 0, tIndex = 0;
8084 tChar=target[tIndex++];
8097 if(tIndex==tLen) {
8104 tChar=target[tIndex++];
8114 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8152 sLen = sIndex; tLen = tIndex;
8163 sIndex = 0; tIndex = 0;
8178 if(tIndex==tLen) {
8185 tChar=target[tIndex++];
8188 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8217 sIndex = sLen; tIndex = tLen;
8230 if(tIndex==0) {
8237 tChar=target[--tIndex];
8268 sIndex = 0; tIndex = 0;
8283 if(tIndex==tLen) {
8290 tChar=target[tIndex++];
8293 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);