Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicReordering.cpp132 LEUnicode fPreBaseConsonant; member in IndicReorderingOutput
183 fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), fPBCFeatures(0) in IndicReorderingOutput()
203 fPreBaseConsonant = fPreBaseVirama = 0; in reset()
402 fPreBaseConsonant = PBConsonant; in notePreBaseConsonant()
492 if (fPreBaseConsonant == 0x0d31) { // RRA in writePreBaseConsonant()
493 fPreBaseConsonant = 0x0d30; // RA in writePreBaseConsonant()
496 if (fPreBaseConsonant != 0) { in writePreBaseConsonant()
497 writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures); in writePreBaseConsonant()