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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.h149 inline le_bool hasPreBaseForm(LEUnicode ch) const;
166 inline static le_bool hasPreBaseForm(CharClass charClass);
288 inline le_bool IndicClassTable::hasPreBaseForm(CharClass charClass) function in class:IndicClassTable
373 inline le_bool IndicClassTable::hasPreBaseForm(LEUnicode ch) const function in class:IndicClassTable
375 return hasPreBaseForm(getCharClass(ch));
H A DIndicReordering.cpp810 le_bool hasPreBaseForm = FALSE; local
824 hasPreBaseForm = IndicClassTable::hasPreBaseForm(charClass) && !hasNukta;
829 !(hasBelowBaseForm || hasPostBaseForm || hasPreBaseForm)) {
835 hasPreBaseForm && classTable->isVirama(chars[baseConsonant - 1])) {

Completed in 34 milliseconds