Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DMultipleSubstSubtables.cpp53 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); in process() local
66 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
87 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); in process() local
DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); in process() local
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); in process() local
/external/deqp/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
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.timeago.js65 function substitute(stringOrFunction, number) { function
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh189 substitute; /* Array of substitute member
316 substitute; /* String of GlyphIDs to substitute */ member
927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in closure() local
953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in collect_glyphs() local
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in apply() local
1008 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); in sanitize() local
Dhb-ot-shape-private.hh59 …inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, … in substitute() function
Dhb-ot-layout.cc1121 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
/external/clang/docs/tools/
Ddump_format_style.py14 def substitute(text, tag, contents): function
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DBagFormatter.java229 String substitute) { in getAbbreviatedName()
243 substitute, in getAbbreviatedName() local
446 String substitute, in addMatching()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DBagFormatter.java228 String substitute) { in getAbbreviatedName()
242 substitute, in getAbbreviatedName() local
445 String substitute, in addMatching()
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dtemplate.py103 def substitute(self, *args, **kw): member in Template
/external/ImageMagick/MagickCore/
Dtype.c343 *substitute; in GetTypeInfoByFamily() member
/external/icu/icu4c/source/common/
Dlocdispnames.cpp299 const char *substitute, in _getStringOrCopyKey()
/external/skia/src/pdf/
DSkPDFTypes.cpp479 SkPDFObject* substitute) { in setSubstitute()
/external/mksh/src/
Deval.c114 substitute(const char *cp, int f) in substitute() function
/external/selinux/policycoreutils/semanage/
Dseobject.py1761 def add_equal(self, target, substitute): argument
1782 def modify_equal(self, target, substitute): argument
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1508 private static <T, X> TypeToken<T> substitute(TypeToken<T> type, Class<X> arg) { in substitute() method in TypeTokenTest
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1461 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\u0043--"); in API_Replace() local
1469 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\U00010000--"); in API_Replace() local
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js666 substitute: function(object, regexp){ method