Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicReordering.h124 inline le_bool hasPreBaseForm(LEUnicode ch) const;
141 inline static le_bool hasPreBaseForm(CharClass charClass);
263 inline le_bool IndicClassTable::hasPreBaseForm(CharClass charClass) in hasPreBaseForm() function
348 inline le_bool IndicClassTable::hasPreBaseForm(LEUnicode ch) const in hasPreBaseForm() function
350 return hasPreBaseForm(getCharClass(ch)); in hasPreBaseForm()
DIndicReordering.cpp785 le_bool hasPreBaseForm = FALSE; in reorder() local
799 hasPreBaseForm = IndicClassTable::hasPreBaseForm(charClass) && !hasNukta; in reorder()
804 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) { in reorder()
810 hasPreBaseForm && classTable->isVirama(chars[baseConsonant - 1])) { in reorder()