Home
last modified time | relevance | path

Searched refs:nextImpl (Results 1 - 19 of 19) sorted by relevance

/third_party/node/lib/internal/test_runner/mock/
H A Dmock.js121 nextImpl() {
135 const { nextImpl, restore, trackCall } = MockFunctionContext.prototype;
137 delete MockFunctionContext.prototype.nextImpl;
375 const fn = FunctionPrototypeCall(nextImpl, ctx);
400 const realTarget = FunctionPrototypeCall(nextImpl, ctx);
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestrie.h208 return nextImpl(bytes_, inByte); in first()
449 UStringTrieResult nextImpl(const uint8_t *pos, int32_t inByte);
H A Ducharstrie.h202 return nextImpl(uchars_, uchar); in first()
503 UStringTrieResult nextImpl(const char16_t *pos, int32_t uchar);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestrie.h208 return nextImpl(bytes_, inByte); in first()
449 UStringTrieResult nextImpl(const uint8_t *pos, int32_t inByte);
H A Ducharstrie.h202 return nextImpl(uchars_, uchar); in first()
503 UStringTrieResult nextImpl(const char16_t *pos, int32_t uchar);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h208 return nextImpl(bytes_, inByte); in first()
449 UStringTrieResult nextImpl(const uint8_t *pos, int32_t inByte);
H A Ducharstrie.h202 return nextImpl(uchars_, uchar); in first()
503 UStringTrieResult nextImpl(const char16_t *pos, int32_t uchar);
/third_party/icu/icu4c/source/common/
H A Dbytestrie.cpp151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl() function in BytesTrie
205 return nextImpl(pos, inByte);
H A Ducharstrie.cpp124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() function in UCharsTrie
174 return nextImpl(pos, uchar); in next()
/third_party/node/deps/icu-small/source/common/
H A Dbytestrie.cpp151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl() function in BytesTrie
205 return nextImpl(pos, inByte);
H A Ducharstrie.cpp124 UCharsTrie::nextImpl(const char16_t *pos, int32_t uchar) { in nextImpl() function in UCharsTrie
174 return nextImpl(pos, uchar); in next()
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp151 BytesTrie::nextImpl(const uint8_t *pos, int32_t inByte) { in nextImpl() function in BytesTrie
205 return nextImpl(pos, inByte);
H A Ducharstrie.cpp124 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) { in nextImpl() function in UCharsTrie
174 return nextImpl(pos, uchar); in next()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java268 return nextImpl(root_, inByte); in first()
300 return nextImpl(pos, inByte); in next()
909 private Result nextImpl(int pos, int inByte) { in nextImpl() method in BytesTrie
H A DCharsTrie.java203 return nextImpl(root_, inUnit); in first()
247 return nextImpl(pos, inUnit); in next()
842 private Result nextImpl(int pos, int inUnit) { in nextImpl() method in CharsTrie
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBytesTrie.java250 return nextImpl(root_, inByte); in first()
281 return nextImpl(pos, inByte); in next()
869 private Result nextImpl(int pos, int inByte) { in nextImpl() method in BytesTrie
H A DCharsTrie.java192 return nextImpl(root_, inUnit); in first()
234 return nextImpl(pos, inUnit); in next()
815 private Result nextImpl(int pos, int inUnit) { in nextImpl() method in CharsTrie
/third_party/libabigail/tests/lib/
H A Dcatch.hpp4169 auto has_initial_value = nextImpl();
4181 return nextImpl();
4185 bool nextImpl() {
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 50 milliseconds