OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleArrayLookupTable
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
SimpleArrayProcessor.h
52
const
SimpleArrayLookupTable
*
simpleArrayLookupTable
;
SimpleArrayProcessor2.h
52
const
SimpleArrayLookupTable
*
simpleArrayLookupTable
;
SimpleArrayProcessor.cpp
29
simpleArrayLookupTable
= (const
SimpleArrayLookupTable
*) &header->table;
44
TTGlyphID newGlyph = SWAPW(
simpleArrayLookupTable
->valueArray[LE_GET_GLYPH(thisGlyph)]);
SimpleArrayProcessor2.cpp
29
simpleArrayLookupTable
= (const
SimpleArrayLookupTable
*) &header->table;
44
TTGlyphID newGlyph = SWAPW(
simpleArrayLookupTable
->valueArray[LE_GET_GLYPH(thisGlyph)]);
LookupTables.h
62
struct
SimpleArrayLookupTable
: LookupTable
ContextualGlyphSubstProc2.cpp
83
SimpleArrayLookupTable
*lookupTable0 = (
SimpleArrayLookupTable
*) lookupTable;
StateTableProcessor2.cpp
62
SimpleArrayLookupTable
*lookupTable0 = (
SimpleArrayLookupTable
*) classTable;
Completed in 54 milliseconds