OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f1Table
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/layout/
ClassDefinitionTables.cpp
23
const ClassDefFormat1Table *
f1Table
= (const ClassDefFormat1Table *) this;
25
return
f1Table
->getGlyphClass(glyphID);
48
const ClassDefFormat1Table *
f1Table
= (const ClassDefFormat1Table *) this;
50
return
f1Table
->hasGlyphClass(glyphClass);
CoverageTables.cpp
24
const CoverageFormat1Table *
f1Table
= (const CoverageFormat1Table *) this;
26
return
f1Table
->getGlyphCoverage(glyphID);
Completed in 1231 milliseconds