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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp157 LEUnicode fPreBaseConsonant; member in class:IndicReorderingOutput
208 fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), fPBCFeatures(0)
228 fPreBaseConsonant = fPreBaseVirama = 0;
427 fPreBaseConsonant = PBConsonant;
517 if (fPreBaseConsonant == 0x0d31) { // RRA
518 fPreBaseConsonant = 0x0d30; // RA
521 if (fPreBaseConsonant != 0) {
522 writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures);

Completed in 31 milliseconds