Home | History | Annotate | Download | only in i18n

Lines Matching refs:tIndex

7754     int32_t sIndex = 0, tIndex = 0;
7806 tChar=target[tIndex++];
7819 if(tIndex==tLen) {
7826 tChar=target[tIndex++];
7836 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
7874 sLen = sIndex; tLen = tIndex;
7885 sIndex = 0; tIndex = 0;
7900 if(tIndex==tLen) {
7907 tChar=target[tIndex++];
7910 tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
7939 sIndex = sLen; tIndex = tLen;
7952 if(tIndex==0) {
7959 tChar=target[--tIndex];
7990 sIndex = 0; tIndex = 0;
8005 if(tIndex==tLen) {
8012 tChar=target[tIndex++];
8015 tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);
8147 int32_t sIndex = 0, tIndex = 0;
8195 if (tIndex == tLen) {
8202 U8_NEXT_OR_FFFD(target, tIndex, tLen, tChar);
8205 tLen = tIndex;
8219 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen);
8257 sLen = sIndex; tLen = tIndex;
8268 sIndex = 0; tIndex = 0;
8285 if(tIndex==tLen) {
8293 U8_NEXT_OR_FFFD(target, tIndex, tLen, tChar);
8297 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen);
8326 sIndex = sLen; tIndex = tLen;
8340 if(tIndex==0) {
8347 U8_PREV_OR_FFFD(target, 0, tIndex, tChar);
8379 sIndex = 0; tIndex = 0;
8396 if(tIndex==tLen) {
8404 U8_NEXT_OR_FFFD(target, tIndex, tLen, tChar);
8408 tOrder = ucol_getLatinOneContractionUTF8(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen);