Home
last modified time | relevance | path

Searched defs:replace (Results 51 - 75 of 258) sorted by relevance

1234567891011

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A Dtest_arkts_str.py18 from dataclasses import replace namespace
/base/security/asset/interfaces/inner_kits/rs/src/
H A Dplugin_interface.rs91 fn replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u32>; in replace() functions
/base/web/webview/interfaces/kits/napi/webadsblockmanager/
H A Dnapi_web_adsblock_manager.cpp104 bool replace = false; in JsSetAdsBlockRules() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h99 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
110 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h100 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
111 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp69 DeferredVideoJobPtr replace = heap_.back(); in Remove() local
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-event.h49 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); member
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-event.h49 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); member
/third_party/ffmpeg/libavfilter/
H A Dvf_freezeframes.c33 int64_t first, last, replace; member
80 int replace = ctx->inputs[1]->frame_count_out == s->replace; in activate() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceable.java126 void replace(int start, int limit, String text); in replace() method
149 void replace(int start, int limit, char[] chars, in replace() method
H A DReplaceableString.java149 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString
167 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
H A DReplaceableContextIterator.java138 public int replace(String text) { in replace() method in ReplaceableContextIterator
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringReplacer.java114 public int replace(Replaceable text, in replace() method in StringReplacer
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuData.java84 public void replace(RbPath rbPath, String element) { in replace() method in IcuData
91 public void replace(RbPath rbPath, RbValue rbValue) { in replace() method in IcuData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DReplaceableString.java140 public void replace(int start, int limit, String text) { in replace() method in ReplaceableString
157 public void replace(int start, int limit, char[] chars, in replace() method in ReplaceableString
H A DReplaceable.java121 void replace(int start, int limit, String text); in replace() method
143 void replace(int start, int limit, char[] chars, in replace() method
H A DReplaceableContextIterator.java139 public int replace(String text) { in replace() method in ReplaceableContextIterator
H A DStringReplacer.java115 public int replace(Replaceable text, in replace() method in StringReplacer
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-replace.js15 var replace = RegExp.prototype[Symbol.replace]; variable
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_ssbo.c205 nir_ssa_def *replace = lower_ssbo_instr(&b, intr); in nir_lower_ssbo() local
/third_party/ltp/lib/
H A Dtst_kernel.c168 char find = '-', replace = '_'; in tst_search_driver() local
/third_party/node/deps/icu-small/source/i18n/
H A Dfuncrepl.cpp80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dunicodestring.cc60 void UnicodeString::replace(int start, int length, const UnicodeString& src) { in replace() function in i18n::phonenumbers::UnicodeString
/third_party/libabigail/src/
H A Dabg-viz-common.cc51 string_replace(std::string& target, const std::string& match, const std::string& replace) string_replace() argument

Completed in 9 milliseconds

1234567891011