HomeSort by relevance Sort by last modified time
    Searched defs:LECharMapper (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
LEFontInstance.h 28 class LECharMapper /* not : public UObject because this is an interface/mixin class */
35 virtual ~LECharMapper();
214 * @see LECharMapper
218 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
231 * @see LECharMapper
235 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
247 * @see LECharMapper
251 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
LEFontInstance.cpp 23 LECharMapper::~LECharMapper()
50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const

Completed in 151 milliseconds