OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LookupProcessor
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
LookupProcessor.h
34
class
LookupProcessor
: public UMemory {
46
virtual ~
LookupProcessor
();
49
LookupProcessor
(const char *baseAddress,
60
LookupProcessor
();
74
LookupProcessor
(const
LookupProcessor
&other); // forbid copying of this class
75
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,
91
le_uint32
LookupProcessor
::applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator,
106
le_int32
LookupProcessor
::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
121
LookupProcessor
::
LookupProcessor
(const char *baseAddress,
289
LookupProcessor
::
LookupProcessor
()
295
LookupProcessor
::~LookupProcessor(
[
all
...]
/external/webkit/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 211 milliseconds