HomeSort by relevance Sort by last modified time
    Searched defs:SegmentArrayProcessor2 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
SegmentArrayProcessor2.h 25 class SegmentArrayProcessor2 : public NonContextualGlyphSubstitutionProcessor2
30 SegmentArrayProcessor2(const MorphSubtableHeader2 *morphSubtableHeader);
32 virtual ~SegmentArrayProcessor2();
49 SegmentArrayProcessor2();
SegmentArrayProcessor2.cpp 12 #include "SegmentArrayProcessor2.h"
18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SegmentArrayProcessor2)
20 SegmentArrayProcessor2::SegmentArrayProcessor2()
24 SegmentArrayProcessor2::SegmentArrayProcessor2(const MorphSubtableHeader2 *morphSubtableHeader)
32 SegmentArrayProcessor2::~SegmentArrayProcessor2()
36 void SegmentArrayProcessor2::process(LEGlyphStorage &glyphStorage)

Completed in 1494 milliseconds