Home
last modified time | relevance | path

Searched defs:replacement (Results 26 - 50 of 144) sorted by relevance

123456

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetSpanner.java208 public String replaceFrom(CharSequence sequence, CharSequence replacement) { in replaceFrom() argument
224 public String replaceFrom(CharSequence sequence, CharSequence replacement, CountMetho argument
242 replaceFrom(CharSequence sequence, CharSequence replacement, CountMethod countMethod, SpanCondition spanCondition) replaceFrom() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_intrinsics.c97 nir_ssa_def *replacement = NULL; in opt_intrinsics_alu() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_instance.py358 replacement = REPLACEMENTS variable
H A Dzink_device_info.py663 replacement = REPLACEMENTS variable
/third_party/node/deps/icu-small/source/common/
H A Dlocresdata.cpp96 const char* replacement = nullptr; in uloc_getTableStringWithFallback() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_cse.c163 bi_index *replacement = calloc(sizeof(bi_index), ctx->ssa_alloc); in bi_opt_cse() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp40 auto replacement = mVariableMap.find(variable); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser() argument
107 ReplaceVariable(TCompiler *compiler, TIntermBlock *root, const TVariable *toBeReplaced, const TVariable *replacement) ReplaceVariable() argument
135 ReplaceVariableWithTyped(TCompiler *compiler, TIntermBlock *root, const TVariable *toBeReplaced, const TIntermTyped *replacement) ReplaceVariableWithTyped() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc81 const hb_codepoint_t replacement = HB_BUFFER_REPLACEMENT_CODEPOINT_DEFAULT; in hb_ot_name_convert_utf() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocresdata.cpp94 const char* replacement = NULL; in uloc_getTableStringWithFallback() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteDoWhile.cpp126 TIntermSequence replacement; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.cpp46 std::string replacement = childName + ".eval($1)"; in GlslToSksl() local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dalternative.c185 union loongarch_instruction *instr, *replacement; in apply_alternatives() local
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dalternative.c187 union loongarch_instruction *instr, *replacement; in apply_alternatives() local
/kernel/linux/linux-5.10/fs/afs/
H A Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
/kernel/linux/linux-6.6/fs/afs/
H A Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DArrayReturnValueToOutParameter.cpp133 TIntermFunctionPrototype *replacement = in visitFunctionPrototype() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DDeferGlobalInitializers.cpp169 TVariable *replacement = in DeferGlobalInitializers() local
H A DRemoveInactiveInterfaceVariables.cpp139 TIntermSequence replacement; in visitDeclaration() local
185 TIntermSequence replacement; in visitBinary() local
H A DSeparateDeclarations.cpp179 TIntermTyped *replacement = replacementSymbol; in separateDeclarator() local
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.cpp149 void Replace(std::string &target, std::string search, std::string replacement) in Replace() argument
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-resv.c335 dma_resv_replace_fences(struct dma_resv *obj, uint64_t context, struct dma_fence *replacement, enum dma_resv_usage usage) dma_resv_replace_fences() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DSupplementalDataTest.java327 private static CldrValue languageAlias(String type, String replacement) { in languageAlias() argument
332 private static CldrValue scriptAlias(String type, String replacement) { in scriptAlias() argument
337 private static CldrValue territoryAlias(String type, String replacement) { in territoryAlias() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTestData.java74 static CldrValue alias(AliasType type, AliasReason reason, String value, String... replacement) { in alias() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstringutil.cc118 GlobalReplaceSubstring(const string& substring, const string& replacement, string* s) GlobalReplaceSubstring() argument

Completed in 19 milliseconds

123456