HomeSort by relevance Sort by last modified time
    Searched full:morphsubtableheader (Results 1 - 25 of 50) sorted by null

1 2

  /external/icu4c/layout/
NonContextualGlyphSubstProc.cpp 25 NonContextualGlyphSubstitutionProcessor::NonContextualGlyphSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader)
26 : SubtableProcessor(morphSubtableHeader)
34 SubtableProcessor *NonContextualGlyphSubstitutionProcessor::createInstance(const MorphSubtableHeader *morphSubtableHeader)
36 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader;
41 return new SimpleArrayProcessor(morphSubtableHeader);
44 return new SegmentSingleProcessor(morphSubtableHeader);
47 return new SegmentArrayProcessor(morphSubtableHeader);
50 return new SingleTableProcessor(morphSubtableHeader);
    [all...]
NonContextualGlyphSubstProc2.cpp 25 NonContextualGlyphSubstitutionProcessor2::NonContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
26 : SubtableProcessor2(morphSubtableHeader)
34 SubtableProcessor2 *NonContextualGlyphSubstitutionProcessor2::createInstance(const MorphSubtableHeader2 *morphSubtableHeader)
36 const NonContextualGlyphSubstitutionHeader2 *header = (const NonContextualGlyphSubstitutionHeader2 *) morphSubtableHeader;
41 return new SimpleArrayProcessor2(morphSubtableHeader);
44 return new SegmentSingleProcessor2(morphSubtableHeader);
47 return new SegmentArrayProcessor2(morphSubtableHeader);
50 return new SingleTableProcessor2(morphSubtableHeader);
53 return new TrimmedArrayProcessor2(morphSubtableHeader);
SubtableProcessor.cpp 18 SubtableProcessor::SubtableProcessor(const MorphSubtableHeader *morphSubtableHeader)
20 subtableHeader = morphSubtableHeader;
NonContextualGlyphSubstProc.h 29 static SubtableProcessor *createInstance(const MorphSubtableHeader *morphSubtableHeader);
33 NonContextualGlyphSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader);
SubtableProcessor.h 28 SubtableProcessor(const MorphSubtableHeader *morphSubtableHeader);
36 const MorphSubtableHeader *subtableHeader;
SegmentSingleProcessor.cpp 24 SegmentSingleProcessor::SegmentSingleProcessor(const MorphSubtableHeader *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader;
SimpleArrayProcessor.cpp 24 SimpleArrayProcessor::SimpleArrayProcessor(const MorphSubtableHeader *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader;
TrimmedArrayProcessor.cpp 24 TrimmedArrayProcessor::TrimmedArrayProcessor(const MorphSubtableHeader *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader;
SubtableProcessor2.cpp 18 SubtableProcessor2::SubtableProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
20 subtableHeader = morphSubtableHeader;
SegmentSingleProcessor2.cpp 24 SegmentSingleProcessor2::SegmentSingleProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor2(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader2 *header = (const NonContextualGlyphSubstitutionHeader2 *) morphSubtableHeader;
SimpleArrayProcessor2.cpp 24 SimpleArrayProcessor2::SimpleArrayProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor2(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader2 *header = (const NonContextualGlyphSubstitutionHeader2 *) morphSubtableHeader;
TrimmedArrayProcessor2.cpp 24 TrimmedArrayProcessor2::TrimmedArrayProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor2(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader2 *header = (const NonContextualGlyphSubstitutionHeader2 *) morphSubtableHeader;
NonContextualGlyphSubstProc2.h 29 static SubtableProcessor2 *createInstance(const MorphSubtableHeader2 *morphSubtableHeader);
33 NonContextualGlyphSubstitutionProcessor2(const MorphSubtableHeader2 *morphSubtableHeader);
SegmentArrayProcessor.h 30 SegmentArrayProcessor(const MorphSubtableHeader *morphSubtableHeader);
SegmentSingleProcessor.h 30 SegmentSingleProcessor(const MorphSubtableHeader *morphSubtableHeader);
SimpleArrayProcessor.h 30 SimpleArrayProcessor(const MorphSubtableHeader *morphSubtableHeader);
SingleTableProcessor.h 30 SingleTableProcessor(const MorphSubtableHeader *morphSubtableHeader);
ContextualGlyphSubstProc.cpp 21 ContextualGlyphSubstitutionProcessor::ContextualGlyphSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader)
22 : StateTableProcessor(morphSubtableHeader)
24 contextualGlyphSubstitutionHeader = (const ContextualGlyphSubstitutionHeader *) morphSubtableHeader;
MorphStateTables.h 22 struct MorphStateTableHeader : MorphSubtableHeader
NonContextualGlyphSubst.h 21 struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
SegmentArrayProcessor.cpp 24 SegmentArrayProcessor::SegmentArrayProcessor(const MorphSubtableHeader *morphSubtableHeader)
25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader)
27 const NonContextualGlyphSubstitutionHeader *header = (const NonContextualGlyphSubstitutionHeader *) morphSubtableHeader;
ContextualGlyphSubstProc.h 34 ContextualGlyphSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader);
IndicRearrangementProcessor.h 36 IndicRearrangementProcessor(const MorphSubtableHeader *morphSubtableHeader);
LigatureSubstProc.h 36 LigatureSubstitutionProcessor(const MorphSubtableHeader *morphSubtableHeader);
StateTableProcessor.h 36 StateTableProcessor(const MorphSubtableHeader *morphSubtableHeader);

Completed in 178 milliseconds

1 2