Home
last modified time | relevance | path

Searched refs:setLength (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java225 formattingTemplate.setLength(0); in createFormattingTemplate()
260 accruedInput.setLength(0); in clear()
261 accruedInputWithoutFormatting.setLength(0); in clear()
262 formattingTemplate.setLength(0); in clear()
265 prefixBeforeNationalNumber.setLength(0); in clear()
267 nationalNumber.setLength(0); in clear()
388 formattingTemplate.setLength(0); in attemptToChoosePatternWithPrefixExtracted()
408 prefixBeforeNationalNumber.setLength(indexOfPreviousNdd); in ableToExtractLongerNdd()
582 nationalNumber.setLength(0); in attemptToExtractIdd()
584 prefixBeforeNationalNumber.setLength(0); in attemptToExtractIdd()
[all …]
/third_party/flutter/skia/src/core/
DSkPoint.cpp19 return this->setLength(fX, fY, SK_Scalar1); in normalize()
23 return this->setLength(x, y, SK_Scalar1); in setNormalize()
26 bool SkPoint::setLength(SkScalar length) { in setLength() function in SkPoint
27 return this->setLength(fX, fY, length); in setLength()
86 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
/third_party/skia/src/core/
DSkPoint.cpp26 return this->setLength(fX, fY, SK_Scalar1); in normalize()
30 return this->setLength(x, y, SK_Scalar1); in setNormalize()
33 bool SkPoint::setLength(SkScalar length) { in setLength() function in SkPoint
34 return this->setLength(fX, fY, length); in setLength()
93 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DStringSegmentTest.java41 segment.setLength(4); in testLength()
55 segment.setLength(5); in testCharAt()
63 segment.setLength(1); in testGetCodePoint()
86 segment.setLength(3); in testCommonPrefixLength()
/third_party/icu/icu4c/source/test/intltest/
Dstring_segment_test.cpp57 segment.setLength(4); in testLength()
74 segment.setLength(5); in testCharAt()
84 segment.setLength(1); in testGetCodePoint()
106 segment.setLength(3); in testCommonPrefixLength()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DStringSegmentTest.java40 segment.setLength(4); in testLength()
57 segment.setLength(5); in testCharAt()
67 segment.setLength(1); in testGetCodePoint()
90 segment.setLength(3); in testCommonPrefixLength()
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp22 static SkPoint setLength(SkPoint p, float len) { in setLength() function
23 if (!p.setLength(len)) { in setLength()
183 const SkPoint offset = setLength(normal, fRadius); in strokeLine()
250 miterVec.setLength(halfMiterLength); // TODO: miter length limit in join()
253 const SkPoint dest = setLength(after, fRadius); in join()
337 return setLength(normal, 1); in unitNormal()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DEscapeTransliterator.java192 buf.setLength(0); in handleTransliterate()
200 buf.setLength(0); in handleTransliterate()
204 buf.setLength(prefixLen); in handleTransliterate()
DCaseFoldTransliterator.java71 result.setLength(0); in handleTransliterate()
97 result.setLength(0); in handleTransliterate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEscapeTransliterator.java193 buf.setLength(0); in handleTransliterate()
201 buf.setLength(0); in handleTransliterate()
205 buf.setLength(prefixLen); in handleTransliterate()
DCaseFoldTransliterator.java72 result.setLength(0); in handleTransliterate()
98 result.setLength(0); in handleTransliterate()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DJamoTest.java119 buf.setLength(0); in TestRoundTrip()
204 buf.setLength(0); in TestRealText()
214 buf.setLength(0); in TestRealText()
226 buf.setLength(0); in TestRealText()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DContractionsAndExpansions.java202 hangul.setLength(0); in handleCE32()
293 s.setLength(unreversedPrefix.length()); in addStrings()
299 unreversedPrefix.setLength(0); in setPrefix()
304 unreversedPrefix.setLength(0); in resetPrefix()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DContractionsAndExpansions.java209 hangul.setLength(0); in handleCE32()
300 s.setLength(unreversedPrefix.length()); in addStrings()
306 unreversedPrefix.setLength(0); in setPrefix()
311 unreversedPrefix.setLength(0); in resetPrefix()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DJamoTest.java116 buf.setLength(0); in TestRoundTrip()
201 buf.setLength(0); in TestRealText()
211 buf.setLength(0); in TestRealText()
223 buf.setLength(0); in TestRealText()
/third_party/skia/docs/examples/
DPath_arcTo_2_b.cpp26 radial.setLength(radius);
30 radial.setLength(radius);
DPath_arcTo_2_a.cpp26 radial.setLength(radius);
31 radial.setLength(radius);
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DBuildMirroringTables.java40 line.setLength(4); in dump()
47 line.setLength(line.length() - 2); in dump()
DOpenTypeTableWriter.java58 line.setLength(4); in dumpTable()
65 line.setLength(line.length() - 2); in dumpTable()
/third_party/flutter/skia/docs/examples/
DPath_arcTo_2_a.cpp26 radial.setLength(radius);
31 radial.setLength(radius);
DPath_arcTo_2_b.cpp26 radial.setLength(radius);
30 radial.setLength(radius);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterName.java265 m_utilStringBuffer_.setLength(0); in getGroupName()
373 m_utilStringBuffer_.setLength(0); in getExtendedOr10Name()
495 m_utilStringBuffer_.setLength(0); in getAlgorithmName()
824 m_utilStringBuffer_.setLength(0); in add()
886 m_utilStringBuffer_.setLength(0); in getFactorString()
1193 m_utilStringBuffer_.setLength(0); in getAlgName()
1536 m_utilStringBuffer_.setLength(0); in addGroupName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java264 m_utilStringBuffer_.setLength(0); in getGroupName()
372 m_utilStringBuffer_.setLength(0); in getExtendedOr10Name()
494 m_utilStringBuffer_.setLength(0); in getAlgorithmName()
823 m_utilStringBuffer_.setLength(0); in add()
885 m_utilStringBuffer_.setLength(0); in getFactorString()
1192 m_utilStringBuffer_.setLength(0); in getAlgName()
1535 m_utilStringBuffer_.setLength(0); in addGroupName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr.cpp167 setLength(length); in UnicodeString()
187 setLength(length); in UnicodeString()
275 setLength(length); in UnicodeString()
557 setLength(srcLength); in copyFrom()
1432 setLength(oldLength - length); in doReplace()
1438 setLength(start); in doReplace()
1524 setLength(newLength); in doReplace()
1600 setLength(newLength); in doAppend()
1712 setLength(targetLength); in padLeading()
1731 setLength(targetLength); in padTrailing()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp167 setLength(length); in UnicodeString()
187 setLength(length); in UnicodeString()
275 setLength(length); in UnicodeString()
556 setLength(srcLength); in copyFrom()
1431 setLength(oldLength - length); in doReplace()
1437 setLength(start); in doReplace()
1523 setLength(newLength); in doReplace()
1600 setLength(newLength); in doAppend()
1712 setLength(targetLength); in padLeading()
1731 setLength(targetLength); in padTrailing()
[all …]

12345678910>>...14