Searched refs:tCount (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkGeometry.cpp | 526 const SkScalar tValues[], int tCount) { in SkChopCubicAt() argument 529 SkASSERT(std::all_of(tValues, tValues + tCount, [](SkScalar t) { return t >= 0 && t <= 1; })); in SkChopCubicAt() 530 SkASSERT(std::is_sorted(tValues, tValues + tCount)); in SkChopCubicAt() 533 if (tCount == 0) { // nothing to chop in SkChopCubicAt() 537 for (; i < tCount - 1; i += 2) { in SkChopCubicAt() 547 if (i < tCount) { in SkChopCubicAt() 549 SkASSERT(i + 1 == tCount); in SkChopCubicAt()
|
/third_party/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)) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationBuilder.java | 1180 int tCount = countTailoredNodes(nodesArray, nextIndex, 1199 if(!tertiaries.allocWeights(t, tLimit, tCount)) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.cpp | 1434 int32_t tCount = countTailoredNodes(nodesArray, nextIndex, in makeTailoredCEs() local 1453 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1440 int32_t tCount = countTailoredNodes(nodesArray, nextIndex, in makeTailoredCEs() local 1459 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationbuilder.cpp | 1440 int32_t tCount = countTailoredNodes(nodesArray, nextIndex, in makeTailoredCEs() local 1459 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
|