Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.cpp381 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErro… in adjustMarkGlyphs() argument
390 if (markFilter == NULL) { in adjustMarkGlyphs()
407 if (markFilter->accept(glyphStorage[p])) { in adjustMarkGlyphs()
417 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su… in adjustMarkGlyphs() argument
427 if (markFilter == NULL) { in adjustMarkGlyphs()
449 if (markFilter->accept(chars[c])) { in adjustMarkGlyphs()
DLayoutEngine.h295 …static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode …
316 …arCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &su…