OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LECharMapper
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/layout/
LEFontInstance.h
28
class
LECharMapper
/* not : public UObject because this is an interface/mixin 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;
DefaultCharMapper.h
20
* This class is an instance of
LECharMapper
which
24
* @see
LECharMapper
26
class DefaultCharMapper : public UMemory, public
LECharMapper
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/icu4c/test/letest/
SimpleFontInstance.h
49
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper, le_bool filterZeroWidth) const;
53
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper) const;
SimpleFontInstance.cpp
91
LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper, le_bool filterZeroWidth) const
98
LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper) const
PortableFontInstance.h
95
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper, le_bool filterZeroWidth) const;
99
virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper) const;
PortableFontInstance.cpp
401
LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper, le_bool filterZeroWidth) const
408
LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const
LECharMapper
*mapper) const
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 238 milliseconds