OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryTable
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
ContextualGlyphSubstProc.h
56
const ContextualGlyphSubstitutionStateEntry *
entryTable
;
IndicRearrangementProcessor.h
57
const IndicRearrangementStateEntry *
entryTable
;
LigatureSubstProc.h
61
const LigatureSubstitutionStateEntry *
entryTable
;
ContextualGlyphSubstProc.cpp
27
entryTable
= (const ContextualGlyphSubstitutionStateEntry *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
41
const ContextualGlyphSubstitutionStateEntry *entry = &
entryTable
[index];
LigatureSubstProc.cpp
33
entryTable
= (const LigatureSubstitutionStateEntry *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
47
const LigatureSubstitutionStateEntry *entry = &
entryTable
[index];
IndicRearrangementProcessor.cpp
25
entryTable
= (const IndicRearrangementStateEntry *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
40
const IndicRearrangementStateEntry *entry = &
entryTable
[index];
Completed in 807 milliseconds