Searched defs:LookupProcessor (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layout/
H A DLookupProcessor.h34 class LookupProcessor : public UMemory { class in inherits:UMemory
46 virtual ~LookupProcessor();
49 LookupProcessor(const char *baseAddress,
60 LookupProcessor();
75 LookupProcessor(const LookupProcessor &other); // forbid copying of this class
76 LookupProcessor &operator=(const LookupProcessor &other); // forbid copying of this class
H A DLookupProcessor.cpp16 #include "LookupProcessor.h"
22 le_uint32 LookupProcessor::applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
49 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
94 le_uint32 LookupProcessor::applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator,
109 le_int32 LookupProcessor::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
127 LookupProcessor::LookupProcessor(const char *baseAddress, function in class:LookupProcessor
299 LookupProcessor::LookupProcessor() function in class:LookupProcessor
305 LookupProcessor
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1312 #define LookupProcessor LookupProcessor_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1312 #define LookupProcessor LookupProcessor_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1312 #define LookupProcessor LookupProcessor_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1312 #define LookupProcessor LookupProcessor_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2031 #define LookupProcessor U_ICU_ENTRY_POINT_RENAME(LookupProcessor) macro

Completed in 138 milliseconds