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

1 2

  /external/icu4c/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/harfbuzz_ng/src/
hb-ot-shape-private.hh 55 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-map.cc 105 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);
304 substitute; \/* String of GlyphIDs to substitute *\/ member in struct:OT::Sequence
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead); local
974 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/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 
ant-nodeps.jar 
  /external/mksh/src/
eval.c 106 substitute(const char *cp, int f) function
326 v_evaluate(&v, substitute(sp, 0),
408 evaluate(substitute(end, 0),
451 evaluate(substitute(stg = wdstrip(beg, 0), 0),
455 evaluate(substitute(stg = wdstrip(mid, 0), 0),
496 pat = substitute(tpat0, 0);
499 rrep = substitute(d, 0);
716 * Restore our position and substitute
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 1429 UnicodeString substitute = UNICODE_STRING_SIMPLE("--\\\\u0043--"); local
1437 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 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 938 milliseconds

1 2