OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entryTable
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/layout/
ContextualGlyphInsertionProc2.h
58
const ContextualGlyphInsertionStateEntry2 *
entryTable
;
ContextualGlyphSubstProc.h
56
const ContextualGlyphSubstitutionStateEntry *
entryTable
;
IndicRearrangementProcessor.h
57
const IndicRearrangementStateEntry *
entryTable
;
IndicRearrangementProcessor2.h
57
const IndicRearrangementStateEntry2 *
entryTable
;
ContextualGlyphSubstProc2.h
57
const ContextualGlyphStateEntry2 *
entryTable
;
LigatureSubstProc.h
61
const LigatureSubstitutionStateEntry *
entryTable
;
LigatureSubstProc2.h
61
const LigatureSubstitutionStateEntry2 *
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];
LigatureSubstProc2.cpp
33
entryTable
= (const LigatureSubstitutionStateEntry2 *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
47
const LigatureSubstitutionStateEntry2 *entry = &
entryTable
[index];
ContextualGlyphInsertionProc2.cpp
27
entryTable
= (const ContextualGlyphInsertionStateEntry2 *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
41
const ContextualGlyphInsertionStateEntry2 *entry = &
entryTable
[index];
ContextualGlyphSubstProc2.cpp
28
entryTable
= (const ContextualGlyphStateEntry2 *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
42
const ContextualGlyphStateEntry2 *entry = &
entryTable
[index];
IndicRearrangementProcessor.cpp
25
entryTable
= (const IndicRearrangementStateEntry *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
40
const IndicRearrangementStateEntry *entry = &
entryTable
[index];
IndicRearrangementProcessor2.cpp
25
entryTable
= (const IndicRearrangementStateEntry2 *) ((char *) &stateTableHeader->stHeader + entryTableOffset);
40
const IndicRearrangementStateEntry2 *entry = &
entryTable
[index];
Completed in 78 milliseconds