Searched refs:tIndex (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/animator/
H A DSkHitClear.cpp31 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
32 SkDisplayable* target = targets[tIndex];
H A DSkHitTest.cpp48 for (int tIndex = 0; tIndex < targetCount; tIndex++) {
49 SkDisplayable* target = targets[tIndex];
53 hits[bIndex] = tIndex;
67 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
68 SkDisplayable* target = targets[tIndex];
/external/icu4c/layout/
H A DHangulLayoutEngine.cpp115 le_int32 tIndex = trail - TJMO_FIRST; local
122 if (tIndex <= 0 || tIndex >= TJMO_COUNT) {
123 tIndex = 0;
127 syllable = (LEUnicode) ((lIndex * VJMO_COUNT + vIndex) * TJMO_COUNT + tIndex + HSYL_FIRST);
/external/chromium/third_party/icu/source/i18n/
H A Dbmsearch.cpp721 int32_t tIndex = 0; local
756 tIndex = ++lIndex;
761 const CEI *tcei = target->prevCE(tIndex++);
795 const CEI firstCEI = *target->prevCE(tIndex - 1);
H A Ducol.cpp8170 int32_t sIndex = 0, tIndex = 0; local
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, tLe
[all...]
/external/icu4c/i18n/
H A Dbmsearch.cpp674 int32_t tIndex = 0; local
709 tIndex = ++lIndex;
714 const CEI *tcei = target->prevCE(tIndex++);
748 const CEI firstCEI = *target->prevCE(tIndex - 1);
H A Ducol.cpp7912 int32_t sIndex = 0, tIndex = 0; local
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, tLe
[all...]

Completed in 116 milliseconds