/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/ |
H A D | ResourceReader.java | 218 * <code>reset()</code> after calling it the first time does 222 public void reset() { in reset() method in ResourceReader 233 * We could also use mark() and reset() on the stream or reader,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointMap.java | 223 public void reset(CharSequence s, int sIndex) { in reset() method in CodePointMap.StringIterator
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | UnicodeKnownIssues.java | 151 public void reset() { in reset() method in UnicodeKnownIssues
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | Checker.java | 112 parser.reset(); in parseBuffer()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ReplaceableContextIterator.java | 157 public void reset(int direction) { in reset() method in ReplaceableContextIterator 159 /* reset for forward iteration */ in reset() 163 /* reset for backward iteration */ in reset()
|
H A D | CharsetMatch.java | 41 * than one charset needs to be tried, the caller will need to reset 54 inputStream.reset(); in getReader()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regexst.cpp | 149 gStaticSetsInitOnce.reset(); in regex_cleanup()
|
H A D | collationroot.cpp | 45 initOnce.reset(); in uprv_collation_root_cleanup()
|
/third_party/node/test/fuzzers/ |
H A D | fuzz_env.cc | 44 platform.reset( in LLVMFuzzerInitialize()
|
/third_party/node/deps/zlib/ |
H A D | gzguts.h | 192 int reset; /* true if a reset is pending after a Z_FINISH */ member
|
/third_party/nghttp2/src/ |
H A D | libevent_util.cc | 53 void EvbufferBuffer::reset(evbuffer *evbuffer, uint8_t *buf, size_t bufmax, in reset() function in nghttp2::util::EvbufferBuffer
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationroot.cpp | 45 initOnce.reset(); in uprv_collation_root_cleanup()
|
H A D | dangical.cpp | 41 gDangiCalendarInitOnce.reset(); in calendar_dangi_cleanup()
|
H A D | regexst.cpp | 149 gStaticSetsInitOnce.reset(); in regex_cleanup()
|
H A D | utf16collationiterator.h | 52 reset(); in setText()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_flush.c | 170 cb.reset = st_device_reset_callback; in st_install_device_reset_callback()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | coleitr.h | 88 * c->reset(); 100 * between calls to reset(), setOffset(), or setText(). That is, next() 102 * next() or vice versa, reset(), setOffset() or setText() has to be called first 103 * to reset the status, shifting pointers to either the end or the start of 104 * the string (reset() or setText()), or the specified position (setOffset()). 174 void reset(void); 356 /** Normalizes dir_=1 (just after setOffset()) to dir_=0 (just after reset()). */ 369 * <0: backwards; 0: just after reset() (previous() begins from end);
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
H A D | retry_operation.js | 25 RetryOperation.prototype.reset = function() {
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | coleitr.h | 88 * c->reset(); 100 * between calls to reset(), setOffset(), or setText(). That is, next() 102 * next() or vice versa, reset(), setOffset() or setText() has to be called first 103 * to reset the status, shifting pointers to either the end or the start of 104 * the string (reset() or setText()), or the specified position (setOffset()). 174 void reset(void); 356 /** Normalizes dir_=1 (just after setOffset()) to dir_=0 (just after reset()). */ 369 * <0: backwards; 0: just after reset() (previous() begins from end);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | quantityformattertest.cpp | 151 fmt.reset(); in TestBasic() 152 assertFalse("isValid after reset", fmt.isValid()); in TestBasic()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | logger_test.cc | 49 test_logger_.reset(new StringLogger()); in SetUp()
|
/third_party/node/deps/v8/src/common/ |
H A D | assert-scope.cc | 42 old_data_.reset(); in Release()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-frames.cc | 48 deoptimized_frame_.reset(Deoptimizer::DebuggerInspectableFrame( in FrameInspector()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | persistent-node.cc | 106 slots.reset(); in Trace()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-compilation-info.cc | 91 graph_labeller_.reset(graph_labeller); in set_graph_labeller()
|