OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGlyphClass
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
ClassDefinitionTables.cpp
15
le_int32 ClassDefinitionTable::
getGlyphClass
(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
27
return f1Table->
getGlyphClass
(f1Table, glyphID, success);
33
return f2Table->
getGlyphClass
(f2Table, glyphID, success);
67
le_int32 ClassDefFormat1Table::
getGlyphClass
(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
100
le_int32 ClassDefFormat2Table::
getGlyphClass
(const LETableReference& base, LEGlyphID glyphID, LEErrorCode &success) const
ClassDefinitionTables.h
24
le_int32
getGlyphClass
(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
27
le_int32
getGlyphClass
(LEGlyphID glyphID) const {
30
return
getGlyphClass
(base,glyphID,ignored);
46
le_int32
getGlyphClass
(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
64
le_int32
getGlyphClass
(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonGSUBBuilder.java
183
static int
getGlyphClass
(ArabicCharacterData.Record record)
200
classTable.addMapping(record.getCodePoint(),
getGlyphClass
(record));
Completed in 168 milliseconds