Searched refs:hasBelowBaseForm (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicReordering.h122 inline le_bool hasBelowBaseForm(LEUnicode ch) const;
139 inline static le_bool hasBelowBaseForm(CharClass charClass);
268 inline le_bool IndicClassTable::hasBelowBaseForm(CharClass charClass) function in class:IndicClassTable
343 inline le_bool IndicClassTable::hasBelowBaseForm(LEUnicode ch) const function in class:IndicClassTable
345 return hasBelowBaseForm(getCharClass(ch));
H A DIndicReordering.cpp783 le_bool hasBelowBaseForm = FALSE; local
797 hasBelowBaseForm = IndicClassTable::hasBelowBaseForm(charClass) && !hasNukta;
804 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) {
825 } else if (hasBelowBaseForm) {
1102 // TODO: Use Dynamic Properties for hasBelowBaseForm and hasPostBaseForm()
1106 !classTable->hasBelowBaseForm(chars[baseConsonant]) &&
1171 } else if ( classTable->hasBelowBaseForm(chars[i])) {

Completed in 205 milliseconds