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

  /external/icu/icu4c/source/layout/
IndicReordering.h 124 inline le_bool hasPreBaseForm(LEUnicode ch) const;
141 inline static le_bool hasPreBaseForm(CharClass charClass);
263 inline le_bool IndicClassTable::hasPreBaseForm(CharClass charClass)
348 inline le_bool IndicClassTable::hasPreBaseForm(LEUnicode ch) const
350 return hasPreBaseForm(getCharClass(ch));
IndicReordering.cpp 785 le_bool hasPreBaseForm = FALSE;
799 hasPreBaseForm = IndicClassTable::hasPreBaseForm(charClass) && !hasNukta;
804 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) {
810 hasPreBaseForm && classTable->isVirama(chars[baseConsonant - 1])) {
    [all...]

Completed in 58 milliseconds