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/icu/icu4c/source/layout/
ClassDefinitionTables.cpp
26
const LEReferenceTo<ClassDefFormat1Table>
f1Table
(thisRef, success);
27
return
f1Table
->getGlyphClass(
f1Table
, glyphID, success);
52
const LEReferenceTo<ClassDefFormat1Table>
f1Table
(thisRef, success);
53
return
f1Table
->hasGlyphClass(
f1Table
, glyphClass, success);
CoverageTables.cpp
24
const CoverageFormat1Table *
f1Table
= (const CoverageFormat1Table *) this;
26
return
f1Table
->getGlyphCoverage(glyphID);
Completed in 426 milliseconds