OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2Table
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
ClassDefinitionTables.cpp
32
const LEReferenceTo<ClassDefFormat2Table>
f2Table
(thisRef, success);
33
return
f2Table
->getGlyphClass(
f2Table
, glyphID, success);
58
const LEReferenceTo<ClassDefFormat2Table>
f2Table
(thisRef, success);
59
return
f2Table
->hasGlyphClass(
f2Table
, glyphClass, success);
CoverageTables.cpp
31
const CoverageFormat2Table *
f2Table
= (const CoverageFormat2Table *) this;
33
return
f2Table
->getGlyphCoverage(glyphID);
Completed in 672 milliseconds