OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlyphClass
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/layout/
ClassDefinitionTables.h
24
le_int32
getGlyphClass
(LEGlyphID glyphID) const;
34
le_int32
getGlyphClass
(LEGlyphID glyphID) const;
50
le_int32
getGlyphClass
(LEGlyphID glyphID) const;
GDEFMarkFilter.cpp
26
le_int32 glyphClass = classDefTable->
getGlyphClass
(glyph);
ClassDefinitionTables.cpp
15
le_int32 ClassDefinitionTable::
getGlyphClass
(LEGlyphID glyphID) const
25
return f1Table->
getGlyphClass
(glyphID);
32
return f2Table->
getGlyphClass
(glyphID);
65
le_int32 ClassDefFormat1Table::
getGlyphClass
(LEGlyphID glyphID) const
92
le_int32 ClassDefFormat2Table::
getGlyphClass
(LEGlyphID glyphID) const
PairPositioningSubtables.cpp
98
le_int32 class1 = classDef1->
getGlyphClass
(firstGlyph);
99
le_int32 class2 = classDef2->
getGlyphClass
(secondGlyph);
CanonShaping.cpp
45
combiningClasses[i] = classTable->
getGlyphClass
((LEGlyphID) inChars[i]);
ArabicShaping.cpp
37
le_int32 joiningType = joiningTypes->
getGlyphClass
(c);