Home
last modified time | relevance | path

Searched refs:filterZeroWidth (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/layout/
DLEFontInstance.cpp50 …le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage… in mapCharsToGlyphs() argument
71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth); in mapCharsToGlyphs()
85 …Instance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const in mapCharToGlyph()
93 if (filterZeroWidth && (mappedChar == 0x200C || mappedChar == 0x200D)) { in mapCharToGlyph()
DLEFontInstance.h219 …le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStora…
236 …EGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
/external/icu4c/test/letest/
DSimpleFontInstance.cpp91 …Instance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const in mapCharToGlyph()
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth); in mapCharToGlyph()
DSimpleFontInstance.h49 …EGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;
DPortableFontInstance.cpp365 …Instance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const in mapCharToGlyph()
367 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth); in mapCharToGlyph()
DPortableFontInstance.h92 …EGlyphID mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const;