HomeSort by relevance Sort by last modified time
    Searched refs:LEUnicode32 (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu4c/layout/
DefaultCharMapper.h 32 static const LEUnicode32 controlChars[];
36 static const LEUnicode32 mirroredChars[];
37 static const LEUnicode32 srahCderorrim[];
53 LEUnicode32 mapChar(LEUnicode32 ch) const;
LEFontInstance.h 46 virtual LEUnicode32 mapChar(LEUnicode32 ch) const = 0;
72 * an <code>LEGlyphID</code>, an <code>LEUnicode</code> or an <code>LEUnicode32</code>
205 virtual le_bool canDisplay(LEUnicode32 ch) const;
257 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
273 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
287 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const = 0;
LEFontInstance.cpp 61 LEUnicode32 code = high;
80 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
87 LEUnicode32 mappedChar = mapper->mapChar(ch);
100 le_bool LEFontInstance::canDisplay(LEUnicode32 ch) const
  /external/chromium_org/third_party/icu/source/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;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) 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
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) 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;
101 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
cmaps.cpp 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) 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
413 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.h 21 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
43 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
64 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
PortableFontInstance.h 88 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
92 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const;
94 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
cmaps.cpp 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
PortableFontInstance.cpp 233 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
240 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
245 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const
  /external/icu4c/samples/layout/
cmaps.h 23 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
45 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
66 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
GDIFontInstance.h 91 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
131 inline LEGlyphID GDIFontInstance::mapCharToGlyph(LEUnicode32 ch) const
GnomeFontInstance.h 86 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
141 inline LEGlyphID GnomeFontInstance::mapCharToGlyph(LEUnicode32 ch) const
cmaps.cpp 21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
123 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
178 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) const
ScriptCompositeFontInstance.h 85 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
ScriptCompositeFontInstance.cpp 87 LEGlyphID ScriptCompositeFontInstance::mapCharToGlyph(LEUnicode32 ch) 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;
55 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
cmaps.h 19 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const = 0;
41 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) const;
62 virtual LEGlyphID unicodeToGlyph(LEUnicode32 unicode32) 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
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) 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;
101 virtual LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
cmaps.cpp 15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code))
117 LEGlyphID CMAPFormat4Mapper::unicodeToGlyph(LEUnicode32 unicode32) const
172 LEGlyphID CMAPGroupMapper::unicodeToGlyph(LEUnicode32 unicode32) 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
413 LEGlyphID PortableFontInstance::mapCharToGlyph(LEUnicode32 ch) const

Completed in 214 milliseconds

1 2