Searched refs:tCount (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkGeometry.cpp | 525 const SkScalar tValues[], int tCount) { in SkChopCubicAt() argument 530 for (int i = 0; i < tCount; i++) { in SkChopCubicAt() 537 if (tCount == 0) { // nothing to chop in SkChopCubicAt() 541 for (; i < tCount - 1; i += 2) { in SkChopCubicAt() 551 if (i < tCount) { in SkChopCubicAt() 553 SkASSERT(i + 1 == tCount); in SkChopCubicAt()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationBuilder.java | 1180 int tCount = countTailoredNodes(nodesArray, nextIndex, 1199 if(!tertiaries.allocWeights(t, tLimit, tCount)) {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 1176 int tCount = countTailoredNodes(nodesArray, nextIndex, 1195 if(!tertiaries.allocWeights(t, tLimit, tCount)) {
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1434 int32_t tCount = countTailoredNodes(nodesArray, nextIndex, in makeTailoredCEs() local 1453 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
|