/third_party/node/deps/icu-small/source/common/ |
D | ruleiter.cpp | 77 jumpahead(offset); in next() 125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
|
D | ruleiter.h | 200 void jumpahead(int32_t count);
|
D | uniset_props.cpp | 1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | ruleiter.cpp | 77 jumpahead(offset); in next() 125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
|
D | ruleiter.h | 200 void jumpahead(int32_t count);
|
D | uniset_props.cpp | 1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ruleiter.cpp | 77 jumpahead(offset); in next() 125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
|
D | ruleiter.h | 200 void jumpahead(int32_t count);
|
D | uniset_props.cpp | 1138 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ruleiter.cpp | 77 jumpahead(offset); in next() 125 void RuleCharacterIterator::jumpahead(int32_t count) { in jumpahead() function in RuleCharacterIterator
|
D | ruleiter.h | 200 void jumpahead(int32_t count);
|
D | uniset_props.cpp | 1167 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RuleCharacterIterator.java | 167 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/ |
D | RuleCharacterIterator.java | 168 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/ |
D | UnicodeSet.java | 3793 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 3725 chars.jumpahead(pos.getIndex()); in applyPropertyPattern()
|
/third_party/python/Doc/whatsnew/ |
D | 3.0.rst | 649 * Cleanup of the :mod:`random` module: removed the :func:`jumpahead` API.
|
/third_party/python/Misc/ |
D | HISTORY | 22901 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
|