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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicReordering.cpp777 le_int32 postBase = lastConsonant + 1; local
787 if (postBase < markStart && classTable->isNukta(chars[postBase])) {
789 postBase += 1;
824 postBase = baseConsonant;
906 for (i = bcSpan + 1; i < postBase; i += 1) {
910 if (postBase > lastConsonant) {
936 if (postBase <= lastConsonant) {
937 for (i = postBase; i <= lastConsonant; i += 1) {

Completed in 116 milliseconds