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

  /external/icu4c/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 780 le_bool hasPreBaseForm = FALSE;
794 hasPreBaseForm = IndicClassTable::hasPreBaseForm(charClass) && !hasNukta;
799 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) {
805 hasPreBaseForm && classTable->isVirama(chars[baseConsonant - 1])) {
    [all...]

Completed in 1929 milliseconds