Searched refs:SegmentArrayProcessor (Results 1 – 5 of 5) sorted by relevance
18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SegmentArrayProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument20 SegmentArrayProcessor::SegmentArrayProcessor() in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()24 SegmentArrayProcessor::SegmentArrayProcessor(const MorphSubtableHeader *morphSubtableHeader) in SegmentArrayProcessor() function in SegmentArrayProcessor32 SegmentArrayProcessor::~SegmentArrayProcessor() in ~SegmentArrayProcessor()36 void SegmentArrayProcessor::process(LEGlyphStorage &glyphStorage) in process()
25 class SegmentArrayProcessor : public NonContextualGlyphSubstitutionProcessor30 SegmentArrayProcessor(const MorphSubtableHeader *morphSubtableHeader);32 virtual ~SegmentArrayProcessor();49 SegmentArrayProcessor();
47 return new SegmentArrayProcessor(morphSubtableHeader); in createInstance()
76 SegmentArrayProcessor.o \
2120 #define SegmentArrayProcessor U_ICU_ENTRY_POINT_RENAME(SegmentArrayProcessor) macro