Searched defs:LEGlyphFilter (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphFilter.h21 class LEGlyphFilter /* not : public UObject because this is an interface/mixin class */ { class
27 virtual ~LEGlyphFilter();
H A DLayoutEngine.cpp76 // This is here to get it out of LEGlyphFilter.h.
79 LEGlyphFilter::~LEGlyphFilter()
95 class CanonMarkFilter : public UMemory, public LEGlyphFilter
387 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
423 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)

Completed in 77 milliseconds