OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LookupProcessor
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LookupProcessor.h
34
class
LookupProcessor
: public 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
LookupProcessor.cpp
16
#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,
113
le_int32
LookupProcessor
::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
131
LookupProcessor
::
LookupProcessor
(const char *baseAddress,
308
LookupProcessor
::
LookupProcessor
()
314
LookupProcessor
::~LookupProcessor(
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 576 milliseconds