Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DContextualGlyphInsertionProc2.cpp86 le_bool isKashidaLike = (flags & cgiMarkedIsKashidaLike); in processStateEntry() local
88 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
94 le_bool isKashidaLike = (flags & cgiCurrentIsKashidaLike); in processStateEntry() local
96 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
DContextualGlyphInsertionProc2.h68 le_bool isKashidaLike,