Searched refs:isKashidaLike (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | ContextualGlyphInsertionProc2.cpp | 86 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()
|
D | ContextualGlyphInsertionProc2.h | 68 le_bool isKashidaLike,
|