Home
last modified time | relevance | path

Searched refs:SingleSubstitutionSubtable (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
DSingleSubstitutionSubtables.h23 struct SingleSubstitutionSubtable : GlyphSubstitutionSubtable struct
25 …le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIter…
28 struct SingleSubstitutionFormat1Subtable : SingleSubstitutionSubtable
35 struct SingleSubstitutionFormat2Subtable : SingleSubstitutionSubtable
DSingleSubstitutionSubtables.cpp17 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base… in process()
DGlyphSubstLookupProc.cpp67 const LEReferenceTo<SingleSubstitutionSubtable> subtable(lookupSubtable, success); in applySubtable()