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

/external/icu4c/layout/
H A DLayoutEngine.h288 * @param markFilter - used to identify mark glyphs
295 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
309 * @param markFilter - used to identify mark glyphs
316 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
H A DLayoutEngine.cpp381 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
390 if (markFilter == NULL) {
407 if (markFilter->accept(glyphStorage[p])) {
417 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
427 if (markFilter == NULL) {
449 if (markFilter->accept(chars[c])) {

Completed in 446 milliseconds