Searched defs:filterZeroWidth (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/layout/ |
H A D | LEFontInstance.cpp | 50 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const 71 glyphStorage[out] = mapCharToGlyph(code, mapper, filterZeroWidth); 85 LEGlyphID LEFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const 93 if (filterZeroWidth && (mappedChar == 0x200C || mappedChar == 0x200D)) { 49 mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const argument
|
Completed in 5430 milliseconds