Home
last modified time | relevance | path

Searched refs:markFilter (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DLayoutEngine.cpp387 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErro… in adjustMarkGlyphs() argument
396 if (markFilter == NULL) { in adjustMarkGlyphs()
413 if (markFilter->accept(glyphStorage[p])) { in adjustMarkGlyphs()
423 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su… in adjustMarkGlyphs() argument
433 if (markFilter == NULL) { in adjustMarkGlyphs()
455 if (markFilter->accept(chars[c])) { in adjustMarkGlyphs()
DLayoutEngine.h315 …static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode …
336 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su…