Home
last modified time | relevance | path

Searched refs:SimpleArrayProcessor (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
DSimpleArrayProcessor.cpp18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleArrayProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
20 SimpleArrayProcessor::SimpleArrayProcessor() in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
24 SimpleArrayProcessor::SimpleArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableH… in SimpleArrayProcessor() function in SimpleArrayProcessor
31 SimpleArrayProcessor::~SimpleArrayProcessor() in ~SimpleArrayProcessor()
35 void SimpleArrayProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success) in process()
DSimpleArrayProcessor.h25 class SimpleArrayProcessor : public NonContextualGlyphSubstitutionProcessor
30SimpleArrayProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErrorCode &s…
32 virtual ~SimpleArrayProcessor();
49 SimpleArrayProcessor();
DNonContextualGlyphSubstProc.cpp42 return new SimpleArrayProcessor(morphSubtableHeader, success); in createInstance()
DMakefile.in78 SimpleArrayProcessor.o \
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h2125 #define SimpleArrayProcessor U_ICU_ENTRY_POINT_RENAME(SimpleArrayProcessor) macro