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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp802 le_int32 postBase = lastConsonant + 1; local
812 if (postBase < markStart && classTable->isNukta(chars[postBase])) {
814 postBase += 1;
849 postBase = baseConsonant;
931 for (i = bcSpan + 1; i < postBase; i += 1) {
935 if (postBase > lastConsonant) {
961 if (postBase <= lastConsonant) {
962 for (i = postBase; i <= lastConsonant; i += 1) {

Completed in 32 milliseconds