OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustMarkGlyphs
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
LayoutEngine.h
295
static void
adjustMarkGlyphs
(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
316
static void
adjustMarkGlyphs
(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
ArabicLayoutEngine.cpp
120
adjustMarkGlyphs
(glyphStorage, &filter, success);
125
adjustMarkGlyphs
(&chars[offset], count, reverse, glyphStorage, &filter, success);
213
adjustMarkGlyphs
(&chars[offset], count, reverse, glyphStorage, &filter, success);
LayoutEngine.cpp
368
adjustMarkGlyphs
(&chars[offset], count, reverse, glyphStorage, &filter, success);
381
void LayoutEngine::
adjustMarkGlyphs
(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
417
void LayoutEngine::
adjustMarkGlyphs
(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
Completed in 198 milliseconds