Home
last modified time | relevance | path

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

12345678910

/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
/third_party/skia/src/core/
H A DSkRecord.h79 T* replace(int i) { in replace() function in SkRecord
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfuncrepl.cpp80 int32_t FunctionReplacer::replace(Replaceable& text, in replace() function in FunctionReplacer
/third_party/python/Lib/json/
H A Dencoder.py41 def replace(match): function
53 def replace(match): function
/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp174 const std::string replace = ConvertMatch(type); in TEST_P() local
214 const std::string replace = ConvertMatch(type); in TEST_P() local
/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs145 fn replace(&mut self, condition: &ExtDbMap, attributes: &ExtDbMap) -> std::result::Result<(), u32> { in replace() functions
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dfixed_string.h281 basic_fixed_string& replace(size_t first, size_t last, const basic_string_view<CharT>& str) in replace() function in basic_fixed_string
283 const auto replace = last - first; in replace() local

Completed in 11 milliseconds

12345678910