OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perGlyphTable
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
ContextualGlyphSubstProc2.h
56
const le_uint32*
perGlyphTable
;
ContextualGlyphSubstProc2.cpp
27
perGlyphTable
= ((le_uint32 *) ((char *)&stateTableHeader->stHeader + perGlyphTableOffset));
49
le_uint32 offset = SWAPL(
perGlyphTable
[markIndex]);
56
le_uint32 offset = SWAPL(
perGlyphTable
[currIndex]);
75
LookupTable *lookupTable = ((LookupTable *) ((char *)
perGlyphTable
+ offset));
Completed in 39 milliseconds