OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextualGlyphHeader
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
ContextualGlyphInsertionProc2.h
59
const ContextualGlyphInsertionHeader2 *
contextualGlyphHeader
;
ContextualGlyphSubstProc2.h
62
const ContextualGlyphHeader2 *
contextualGlyphHeader
;
ContextualGlyphInsertionProc2.cpp
24
contextualGlyphHeader
= (const ContextualGlyphInsertionHeader2 *) morphSubtableHeader;
25
le_uint32 insertionTableOffset = SWAPL(
contextualGlyphHeader
->insertionTableOffset);
ContextualGlyphSubstProc2.cpp
25
contextualGlyphHeader
= (const ContextualGlyphHeader2 *) morphSubtableHeader;
26
le_uint32 perGlyphTableOffset = SWAPL(
contextualGlyphHeader
->perGlyphTableOffset);
Completed in 51 milliseconds