Searched refs:LECharMapper (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/test/letest/
H A DSimpleFontInstance.h49 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
53 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
H A DPortableFontInstance.h95 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
99 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
H A DPortableFontInstance.cpp401 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
408 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
/external/icu4c/layout/
H A DDefaultCharMapper.h20 * This class is an instance of LECharMapper which
24 * @see LECharMapper
26 class DefaultCharMapper : public UMemory, public LECharMapper
H A DLEFontInstance.h28 class LECharMapper /* not : public UObject because this is an interface/mixin class */ class
35 virtual ~LECharMapper();
215 * @see LECharMapper
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
232 * @see LECharMapper
236 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
248 * @see LECharMapper
252 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
H A DLEFontInstance.cpp23 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
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1293 #define LECharMapper LECharMapper_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1293 #define LECharMapper LECharMapper_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1293 #define LECharMapper LECharMapper_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1293 #define LECharMapper LECharMapper_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2008 #define LECharMapper U_ICU_ENTRY_POINT_RENAME(LECharMapper) macro

Completed in 375 milliseconds