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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.h147 inline le_bool hasBelowBaseForm(LEUnicode ch) const;
164 inline static le_bool hasBelowBaseForm(CharClass charClass);
293 inline le_bool IndicClassTable::hasBelowBaseForm(CharClass charClass) function in class:IndicClassTable
368 inline le_bool IndicClassTable::hasBelowBaseForm(LEUnicode ch) const function in class:IndicClassTable
370 return hasBelowBaseForm(getCharClass(ch));
H A DIndicReordering.cpp808 le_bool hasBelowBaseForm = FALSE; local
822 hasBelowBaseForm = IndicClassTable::hasBelowBaseForm(charClass) && !hasNukta;
829 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) {
850 } else if (hasBelowBaseForm) {
1127 // TODO: Use Dynamic Properties for hasBelowBaseForm and hasPostBaseForm()
1131 !classTable->hasBelowBaseForm(chars[baseConsonant]) &&
1196 } else if ( classTable->hasBelowBaseForm(chars[i])) {

Completed in 70 milliseconds