Searched defs:getGlyphCoverage (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLookups.cpp37 le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const function in class:LookupSubtable
43 return coverageTable->getGlyphCoverage(glyphID);
H A DCoverageTables.cpp15 le_int32 CoverageTable::getGlyphCoverage(LEGlyphID glyphID) const function in class:CoverageTable
26 return f1Table->getGlyphCoverage(glyphID);
33 return f2Table->getGlyphCoverage(glyphID);
41 le_int32 CoverageFormat1Table::getGlyphCoverage(LEGlyphID glyphID) const function in class:CoverageFormat1Table
74 le_int32 CoverageFormat2Table::getGlyphCoverage(LEGlyphID glyphID) const function in class:CoverageFormat2Table
H A DLookups.h36 inline le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const;
38 le_int32 getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
41 inline le_int32 getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const;
43 inline le_int32 getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const;
66 inline le_int32 LookupSubtable::getGlyphCoverage(const LEReferenceTo<LookupSubtable> &base, LEGlyphID glyphID, LEErrorCode &success) const function in class:LookupSubtable
68 return getGlyphCoverage(base, coverageTableOffset, glyphID, success);
71 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, LEGlyphID glyphID, LEErrorCode &success) const { function in class:LookupSubtable
73 return getGlyphCoverage(thisRef, glyphID, success);
76 inline le_int32 LookupSubtable::getGlyphCoverage(const LETableReference &base, Offset tableOffset, LEGlyphID glyphID, LEErrorCode &success) const { function in class:LookupSubtable
78 return getGlyphCoverage(thisRe
[all...]

Completed in 40 milliseconds