Home
last modified time | relevance | path

Searched refs:jumpahead (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Druleiter.cpp77 jumpahead(offset); in next()
125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
Druleiter.h200 void jumpahead(int32_t count);
Duniset_props.cpp1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/icu/icu4c/source/common/
Druleiter.cpp77 jumpahead(offset); in next()
125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
Druleiter.h200 void jumpahead(int32_t count);
Duniset_props.cpp1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/skia/third_party/externals/icu/source/common/
Druleiter.cpp77 jumpahead(offset); in next()
125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
Druleiter.h200 void jumpahead(int32_t count);
Duniset_props.cpp1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Druleiter.cpp77 jumpahead(offset); in next()
125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
Druleiter.h200 void jumpahead(int32_t count);
Duniset_props.cpp1167 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRuleCharacterIterator.java167 jumpahead(offset[0]); in next()
284 public void jumpahead(int count) { in jumpahead() method in RuleCharacterIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRuleCharacterIterator.java168 jumpahead(offset[0]); in next()
285 public void jumpahead(int count) { in jumpahead() method in RuleCharacterIterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3793 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3725 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
/third_party/python/Doc/whatsnew/
D3.0.rst649 * Cleanup of the :mod:`random` module: removed the :func:`jumpahead` API.
/third_party/python/Misc/
DHISTORY22901 The random.jumpahead(n) method has different semantics for the new
22903 existing state to create a new state. This means that jumpahead()
22906 on jumpahead moving a specific number of steps forward.
25348 and restoring the internal state of the generator; and jumpahead(n),
25352 each thread, then using .jumpahead() to force each instance to use a