Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DClassDefinitionTables.cpp32 const LEReferenceTo<ClassDefFormat2Table> f2Table(thisRef, success); in getGlyphClass() local
33 return f2Table->getGlyphClass(f2Table, glyphID, success); in getGlyphClass()
58 const LEReferenceTo<ClassDefFormat2Table> f2Table(thisRef, success); in hasGlyphClass() local
59 return f2Table->hasGlyphClass(f2Table, glyphClass, success); in hasGlyphClass()
DCoverageTables.cpp31 const CoverageFormat2Table *f2Table = (const CoverageFormat2Table *) this; in getGlyphCoverage() local
33 return f2Table->getGlyphCoverage(glyphID); in getGlyphCoverage()