OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyLookupTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
LookupProcessor.h
39
le_uint32
applyLookupTable
(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
LookupProcessor.cpp
22
le_uint32 LookupProcessor::
applyLookupTable
(const LookupTable *lookupTable, GlyphIterator *glyphIterator,
81
applyLookupTable
(lookupTable, &glyphIterator, fontInstance, success);
108
le_uint32 delta =
applyLookupTable
(lookupTable, &tempIterator, fontInstance, success);
Completed in 41 milliseconds