Searched defs:substitute (Results 1 - 25 of 43) sorted by relevance

12

/external/icu/icu4c/source/layout/
H A DSingleSubstitutionSubtables.cpp49 TTGlyphID substitute = ((TTGlyphID) LE_GET_GLYPH(glyph)) + SWAPW(deltaGlyphID); local
51 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
52 glyphIterator->setCurrGlyphID(substitute);
67 TTGlyphID substitute = SWAPW(substituteArray[coverageIndex]); local
69 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, substitute))) {
70 glyphIterator->setCurrGlyphID(substitute);
H A DMultipleSubstSubtables.cpp53 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
55 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
59 glyphIterator->setCurrGlyphID(substitute);
66 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
68 if (! filter->accept(substitute)) {
87 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
89 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
/external/clang/docs/tools/
H A Ddump_format_style.py14 def substitute(text, tag, contents): function
189 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute (const string& templ, const map<string, string>& additionalParams) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute (const std::string& templ) const function in class:deqp::gls::LongStressTestUtil::ProgramLibrary
79 return substitute(templ, map<string, string>());
122 firstLevelParams["VTX_DUMMY_INPUTS"] = substitute(vtxDummyInputs);
126 gls::ProgramContext context(substitute(vertexTemplate, firstLevelParams).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
161 gls::ProgramContext context(substitute(vertexTemplate).c_str(), substitute(fragmentTemplate).c_str(), "a_position");
222 firstLevelParams["VTX_TEX_COORD_INPUTS"] = substitute(vtxTexCoordInputs);
223 firstLevelParams["VTX_TEX_COORD_OUTPUTS"] = substitute(vtxTexCoordOutput
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh59 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); } function in struct:hb_ot_shape_plan_t
H A Dhb-ot-layout-gsub-table.hh112 * substitute GlyphID */
125 c->glyphs->add (substitute[iter.get_coverage ()]);
135 c->output->add (substitute[iter.get_coverage ()]);
157 if (unlikely (index >= substitute.len)) return_trace (false);
159 glyph_id = substitute[index];
172 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false);
180 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c));
189 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
192 DEFINE_SIZE_ARRAY (6, substitute);
316 substitute; /* String of GlyphIDs to substitute */ member in struct:OT::Sequence
927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1008 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
[all...]
H A 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) const function in class:hb_ot_map_t
/external/chromium-trace/catapult/third_party/Paste/paste/util/
H A Dtemplate.py24 ``string.Template``) you can call the ``tmpl.substitute(**kw)``
25 method to make a substitution (or ``tmpl.substitute(a_dict)``).
103 def substitute(self, *args, **kw): member in class:Template
266 return tmpl.substitute(kw)
270 return tmpl.substitute(vars)
371 return tmpl.substitute(kw)
745 result = template.substitute(vars)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-regexp.jar ... int options int subsOptions public java.lang.String substitute (java.lang.String, java.lang.String ...
H A Dant-apache-oro.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/lib/build/
H A Dmunge.jar ... int) static int countQuotes (java.lang.String) void substitute () public void process () throws java.io.IOException public ...
/external/skia/src/pdf/
H A DSkPDFTypes.cpp479 SkPDFObject* substitute) {
480 SkASSERT(original != substitute);
482 fSubstituteMap.set(original, SkRef(substitute));
478 setSubstitute(SkPDFObject* original, SkPDFObject* substitute) argument
/external/ImageMagick/MagickCore/
H A Dtype.c351 *substitute;
509 type_info=GetTypeInfoByFamily(fontmap[i].substitute,style,stretch,weight,
343 *substitute; member in struct:_Fontmap
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp299 const char *substitute,
337 /* no string from a resource bundle: convert the substitute */
338 length=(int32_t)uprv_strlen(substitute);
339 u_charsToUChars(substitute, dest, uprv_min(length, destCapacity));
295 _getStringOrCopyKey(const char *path, const char *locale, const char *tableKey, const char* subTableKey, const char *itemKey, const char *substitute, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
/external/mksh/src/
H A Deval.c114 substitute(const char *cp, int f) function
348 v_evaluate(&v, substitute(sp, 0),
453 evaluate(substitute(stg = wdstrip(beg, 0), 0),
457 evaluate(substitute(stg = wdstrip(mid, 0), 0),
697 * Restore our position and substitute
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1505 assertEquals(reserialized, substitute(reserialized, String.class));
1508 private static <T, X> TypeToken<T> substitute(TypeToken<T> type, Class<X> arg) { method in class:TypeTokenTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java229 String substitute) {
238 substitute,
243 substitute,
446 String substitute,
460 result.append(substitute);
226 getAbbreviatedName( String src, String pattern, String substitute) argument
443 addMatching( String src, String pattern, String substitute, StringBuffer result) argument
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java228 String substitute) {
237 substitute,
242 substitute,
445 String substitute,
459 result.append(substitute);
225 getAbbreviatedName( String src, String pattern, String substitute) argument
442 addMatching( String src, String pattern, String substitute, StringBuffer result) argument
/external/guice/extensions/persist/lib/
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1461 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\u0043--"); local
1463 UnicodeString result = matcher->replaceAll(substitute, status);
1469 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\U00010000--"); local
1471 UnicodeString result = matcher->replaceAll(substitute, status);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jar ... variables.IStringVariableManager manager private java.util.HashSet substitute (java.lang.String, boolean, boolean, org.eclipse ...
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jar ... ?defs= " () public static java.lang.String substitute (java.lang.String, org.apache.ivy ...

Completed in 2349 milliseconds

12