HomeSort by relevance Sort by last modified time
    Searched refs:adjustMarkGlyphs (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
LayoutEngine.h 315 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
336 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
ArabicLayoutEngine.cpp 123 adjustMarkGlyphs(glyphStorage, &filter, success);
128 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
215 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
LayoutEngine.cpp 375 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
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 96 milliseconds