Searched refs:SegmentArrayProcessor (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DSegmentArrayProcessor.h25 class SegmentArrayProcessor : public NonContextualGlyphSubstitutionProcessor class in inherits:NonContextualGlyphSubstitutionProcessor
30 SegmentArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success);
32 virtual ~SegmentArrayProcessor();
49 SegmentArrayProcessor();
H A DSegmentArrayProcessor.cpp12 #include "SegmentArrayProcessor.h"
18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SegmentArrayProcessor)
20 SegmentArrayProcessor::SegmentArrayProcessor() function in class:SegmentArrayProcessor
24 SegmentArrayProcessor::SegmentArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &success) function in class:SegmentArrayProcessor
31 SegmentArrayProcessor::~SegmentArrayProcessor()
35 void SegmentArrayProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DNonContextualGlyphSubstProc.cpp14 #include "SegmentArrayProcessor.h"
48 return new SegmentArrayProcessor(morphSubtableHeader, success);

Completed in 71 milliseconds