Home | History | Annotate | Download | only in i18n

Lines Matching refs:tIndex

7912     int32_t sIndex = 0, tIndex = 0;
7964 tChar=target[tIndex++];
7977 if(tIndex==tLen) {
7984 tChar=target[tIndex++];
7994 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8032 sLen = sIndex; tLen = tIndex;
8043 sIndex = 0; tIndex = 0;
8058 if(tIndex==tLen) {
8065 tChar=target[tIndex++];
8068 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8097 sIndex = sLen; tIndex = tLen;
8110 if(tIndex==0) {
8117 tChar=target[--tIndex];
8148 sIndex = 0; tIndex = 0;
8163 if(tIndex==tLen) {
8170 tChar=target[tIndex++];
8173 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);