Home
last modified time | relevance | path

Searched refs:initialLength (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
H A DGrStyle.cpp145 SkScalar initialLength; in applyPathEffect() local
148 SkDashPath::CalcDashParameters(phase, intervals, intervalCnt, &initialLength, in applyPathEffect()
152 initialLength, initialIndex, intervalLength, in applyPathEffect()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java760 int initialLength = toInsertInto.length(); in doFormat()
768 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength); in doFormat()
802 int initialLength = toInsertInto.length(); in doFormat()
819 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength); in doFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java761 int initialLength = toInsertInto.length(); in doFormat()
769 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength); in doFormat()
803 int initialLength = toInsertInto.length(); in doFormat()
820 lengthOffset = ruleText.length() - (toInsertInto.length() - initialLength); in doFormat()
/third_party/icu/icu4c/source/i18n/
H A Dnfrule.cpp754 int initialLength = toInsertInto.length();
763 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);
800 int initialLength = toInsertInto.length();
817 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrule.cpp754 int initialLength = toInsertInto.length();
763 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);
800 int initialLength = toInsertInto.length();
817 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp754 int initialLength = toInsertInto.length();
763 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);
800 int initialLength = toInsertInto.length();
817 lengthOffset = fRuleText.length() - (toInsertInto.length() - initialLength);

Completed in 10 milliseconds