Home
last modified time | relevance | path

Searched defs:substitute (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams… in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute (const std::string& templ) const in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
/third_party/typescript/src/compiler/
DohApi.ts667 const substitute = typeof constantValue === "string" ? constant
682 const substitute = typeof value === "string" ? constant
Demitter.ts1712 const substitute = substituteNode(hint, node) || node; constant
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java159 static String substitute(String s, char token, Function<Character, String> replaceFn) { in substitute() method in RegexTransformer
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh249 substitute; /* Array of substitute member
395 substitute; /* String of GlyphIDs to substitute */ member
1241 const Array16Of<HBGlyphID16> &substitute = StructAfter<Array16Of<HBGlyphID16>> (lookahead); in closure() local
1267 const Array16Of<HBGlyphID16> &substitute = StructAfter<Array16Of<HBGlyphID16>> (lookahead); in collect_glyphs() local
1287 const Array16Of<HBGlyphID16> &substitute = StructAfter<Array16Of<HBGlyphID16>> (lookahead); in apply() local
1375 const Array16Of<HBGlyphID16> &substitute = StructAfter<Array16Of<HBGlyphID16>> (lookahead); in subset() local
1396 const Array16Of<HBGlyphID16> &substitute = StructAfter<Array16Of<HBGlyphID16>> (lookahead); in sanitize() local
Dhb-ot-shape.cc262 hb_ot_shape_plan_t::substitute (hb_font_t *font, in substitute() function in hb_ot_shape_plan_t
Dhb-aat-layout-morx-table.hh644 Lookup<HBGlyphID16> substitute; member
Dhb-ot-layout.cc1938 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer)… in substitute() function in hb_ot_map_t
/third_party/python/Python/
Dsuggestions.c106 size_t substitute = distance + substitution_cost(code, a[index]); in levenshtein_distance() local
/third_party/typescript/src/compiler/transformers/
Dts.ts2412 const substitute = constant
2445 …const substitute = typeof constantValue === "string" ? factory.createStringLiteral(constantValue) … constant
/third_party/python/Lib/
Dstring.py104 def substitute(self, mapping=_sentinel_dict, /, **kws): member in Template
/third_party/node/deps/icu-small/source/common/
Dlocdispnames.cpp304 const char *substitute, in _getStringOrCopyKey()
Dlocdspnm.cpp294 UDisplayContext substitute; member in LocaleDisplayNamesImpl
/third_party/icu/icu4c/source/common/
Dlocdispnames.cpp304 const char *substitute, in _getStringOrCopyKey()
Dlocdspnm.cpp294 UDisplayContext substitute; member in LocaleDisplayNamesImpl
/third_party/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp304 const char *substitute, in _getStringOrCopyKey()
Dlocdspnm.cpp294 UDisplayContext substitute; member in LocaleDisplayNamesImpl
/third_party/mksh/
Deval.c125 substitute(const char *cp, int f) in substitute() function
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp1435 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\u0043--"); in API_Replace() local
1443 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\U00010000--"); in API_Replace() local
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js4356 function substitute(template, substitutions) function