OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LECharMapper
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LEFontInstance.h
28
class
LECharMapper
/* not : public UObject because this is an interface/mixin class */
35
virtual ~
LECharMapper
();
236
* @see
LECharMapper
240
virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const
LECharMapper
*mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
253
* @see
LECharMapper
257
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper, le_bool filterZeroWidth) const;
269
* @see
LECharMapper
273
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
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 37 milliseconds