Home
last modified time | relevance | path

Searched refs:setStart (Results 1 - 25 of 26) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DStringTokenIterator.java23 setStart(0); in StringTokenIterator()
27 setStart(0); in first()
64 public StringTokenIterator setStart(int offset) { in setStart() method in StringTokenIterator
77 setStart(0); in setText()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DStringTokenIterator.java27 setStart(0); in StringTokenIterator()
31 setStart(0); in first()
68 public StringTokenIterator setStart(int offset) { in setStart() method in StringTokenIterator
81 setStart(0); in setText()
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php80 public function setStart($var) function
H A DExtensionRange.php81 public function setStart($var) function
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php82 public function setStart($var) function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java15 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) { in setStart() method in STZInfo
H A DSimpleTimeZone.java324 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setStartRule()
396 getSTZInfo().setStart(month, -1, -1, time, dayOfMonth, false); in setStartRule()
422 getSTZInfo().setStart(month, -1, dayOfWeek, time, dayOfMonth, after); in setStartRule()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSTZInfo.java16 void setStart(int sm, int sdwm, int sdw, int st, int sdm, boolean sa) { in setStart() method in STZInfo
H A DSimpleTimeZone.java312 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setStartRule()
383 getSTZInfo().setStart(month, -1, -1, time, dayOfMonth, false); in setStartRule()
408 getSTZInfo().setStart(month, -1, dayOfWeek, time, dayOfMonth, after); in setStartRule()
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.h221 setStart = 0 << 16 | 1, enumerator
H A Dregexcmp.cpp1658 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1671 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1681 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1691 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1708 U_ASSERT(fSetOpStack.peeki()==setStart); in doParseActions()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.h221 setStart = 0 << 16 | 1, enumerator
H A Dregexcmp.cpp1658 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1671 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1681 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1691 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1708 U_ASSERT(fSetOpStack.peeki()==setStart); in doParseActions()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.h235 setStart = 0 << 16 | 1, enumerator
H A Dregexcmp.cpp1661 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1673 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1683 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1693 fSetOpStack.push(setStart, *fStatus); in doParseActions()
1710 U_ASSERT(fSetOpStack.peeki()==setStart); in doParseActions()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DTrimPaths.cpp59 this->node()->setStart(startT);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPatternTokenizer.java127 public PatternTokenizer setStart(int start) { in setStart() method in PatternTokenizer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPatternTokenizer.java129 public PatternTokenizer setStart(int start) { in setStart() method in PatternTokenizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h99 void setStart(const IndexType &S) { first = S; } in setStart() function in llvm::HexagonBlockRanges::IndexType::IndexRange
H A DHexagonBlockRanges.cpp63 setStart(AS); in merge()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java287 String normalized = pp.setStart(0).normalize(); in CheckPattern()
295 normalized = pp.setStart(0).normalize(); in CheckPattern()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java284 String normalized = pp.setStart(0).normalize(); in CheckPattern()
292 normalized = pp.setStart(0).normalize(); in CheckPattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h1540 /// setStart - Move the start of the current interval.
1543 void setStart(KeyT a);
1682 iterator::setStart(KeyT a) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1252 I.setStart(I.start()); in rewriteLocations()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java845 DescriptorProto.ExtensionRange.newBuilder().setStart(1).setEnd(536870912).build()) in Descriptor()

Completed in 39 milliseconds

12