HomeSort by relevance Sort by last modified time
    Searched defs:substitute (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/icu/icu4c/source/layout/
SingleSubstitutionSubtables.cpp 49 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);
MultipleSubstSubtables.cpp 48 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[0]); local
50 if (filter != NULL && ! filter->accept(LE_SET_GLYPH(glyph, substitute))) {
54 glyphIterator->setCurrGlyphID(substitute);
61 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
63 if (! filter->accept(substitute)) {
82 TTGlyphID substitute = SWAPW(sequenceTable->substituteArray[i]); local
84 newGlyphs[insert] = LE_SET_GLYPH(glyph, substitute);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 59 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
hb-ot-layout.cc 912 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
hb-ot-layout-gsub-table.hh 111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
311 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
    [all...]
  /external/clang/docs/tools/
dump_format_style.py 14 def substitute(text, tag, contents): function
140 contents = substitute(contents, 'FORMAT_STYLE_OPTIONS', options_text)
  /external/deqp/modules/glshared/
glsLongStressTestUtil.cpp 58 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(vtxTexCoordOutputs)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 59 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
hb-ot-layout.cc 932 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
hb-ot-layout-gsub-table.hh 111 * substitute GlyphID */
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false);
158 glyph_id = substitute[index];
171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false);
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
187 substitute; /* Array of substitute member in struct:OT::SingleSubstFormat2
190 DEFINE_SIZE_ARRAY (6, substitute);
322 substitute; \/* String of GlyphIDs to substitute *\/ member in struct:OT::Sequence
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
973 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
1000 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
    [all...]
  /external/smack/src/org/xbill/DNS/
Generator.java 97 substitute(String spec, long n) throws IOException { method in class:Generator
218 String namestr = substitute(namePattern, current);
220 String rdata = substitute(rdataPattern, current);
234 String namestr = substitute(namePattern, current);
236 String rdata = substitute(rdataPattern, current);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 626 SkPDFStream* substitute = SkNEW_ARGS(SkPDFImage, (*this)); local
627 setSubstitute(substitute);
628 catalog->setSubstitute(this, substitute);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 196 IN StringDigitSubstitute substitute
202 substitute
221 StringDigitSubstitute substitute; local
225 &substitute
227 return substitute;
  /external/skia/src/pdf/
SkPDFImage.cpp 626 SkPDFStream* substitute = SkNEW_ARGS(SkPDFImage, (*this)); local
627 setSubstitute(substitute);
628 catalog->setSubstitute(this, substitute);
  /external/chromium_org/third_party/ots/src/
gsub.cc 105 uint16_t substitute = 0; local
106 if (!subtable.ReadU16(&substitute)) {
109 if (substitute >= num_glyphs) {
110 OTS_WARNING("too large substitute: %u", substitute);
141 uint16_t substitute = 0; local
142 if (!subtable.ReadU16(&substitute)) {
145 if (substitute >= num_glyphs) {
480 uint16_t substitute = 0; local
481 if (!subtable.ReadU16(&substitute)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-regexp.jar 
ant-apache-oro.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
148 def substitute(self, *args, **kws): member in class:Template
  /external/mksh/src/
eval.c 112 substitute(const char *cp, int f) function
343 v_evaluate(&v, substitute(sp, 0),
425 evaluate(substitute(end, 0),
467 evaluate(substitute(stg = wdstrip(beg, 0), 0),
471 evaluate(substitute(stg = wdstrip(mid, 0), 0),
512 pat = substitute(tpat0, 0);
515 rrep = substitute(d, 0);
732 * Restore our position and substitute
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 18 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
142 OpenType::GlyphID substitute[1]; member in struct:WebCore::OpenType::SingleSubstitution2SubTable
172 if (!isValidEnd(buffer, &singleSubstitution2->substitute[countTo]))
183 map->set(coverage1->glyphArray[i], singleSubstitution2->substitute[i]);
199 map->set(from, singleSubstitution2->substitute[indexTo]);
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 1327 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\u0043--"); local
1335 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\U00010000--"); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 1434 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\u0043--"); local
1442 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\U00010000--"); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 902 milliseconds

1 2 3