Home
last modified time | relevance | path

Searched refs:f1Table (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DClassDefinitionTables.cpp26 const LEReferenceTo<ClassDefFormat1Table> f1Table(thisRef, success); in getGlyphClass() local
27 return f1Table->getGlyphClass(f1Table, glyphID, success); in getGlyphClass()
52 const LEReferenceTo<ClassDefFormat1Table> f1Table(thisRef, success); in hasGlyphClass() local
53 return f1Table->hasGlyphClass(f1Table, glyphClass, success); in hasGlyphClass()
DCoverageTables.cpp24 const CoverageFormat1Table *f1Table = (const CoverageFormat1Table *) this; in getGlyphCoverage() local
26 return f1Table->getGlyphCoverage(glyphID); in getGlyphCoverage()