Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.cpp385 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErro… in adjustMarkGlyphs() argument
394 if (markFilter == NULL) { in adjustMarkGlyphs()
411 if (markFilter->accept(glyphStorage[p])) { in adjustMarkGlyphs()
421 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su… in adjustMarkGlyphs() argument
431 if (markFilter == NULL) { in adjustMarkGlyphs()
453 if (markFilter->accept(chars[c])) { in adjustMarkGlyphs()
DLayoutEngine.h302 …static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode …
323 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su…