HomeSort by relevance Sort by last modified time
    Searched refs:tIndex (Results 1 - 7 of 7) sorted by null

  /external/skia/src/animator/
SkHitClear.cpp 31 for (int tIndex = 0; tIndex < targets.count(); tIndex++) {
32 SkDisplayable* target = targets[tIndex];
SkHitTest.cpp 48 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/
HangulLayoutEngine.cpp 115 le_int32 tIndex = trail - TJMO_FIRST;
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/
bmsearch.cpp 721 int32_t tIndex = 0;
756 tIndex = ++lIndex;
761 const CEI *tcei = target->prevCE(tIndex++);
795 const CEI firstCEI = *target->prevCE(tIndex - 1);
ucol.cpp     [all...]
  /external/icu4c/i18n/
bmsearch.cpp 674 int32_t tIndex = 0;
709 tIndex = ++lIndex;
714 const CEI *tcei = target->prevCE(tIndex++);
748 const CEI firstCEI = *target->prevCE(tIndex - 1);
ucol.cpp     [all...]

Completed in 88 milliseconds