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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerReordering.cpp154 le_int32 fSyllableCount; member in class:KhmerReorderingOutput
163 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
175 fSyllableCount += 1;
185 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
H A DTibetanReordering.cpp156 le_int32 fSyllableCount; member in class:TibetanReorderingOutput
165 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
177 fSyllableCount += 1;
H A DIndicReordering.cpp118 le_int32 fSyllableCount; member in class:IndicReorderingOutput
202 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
220 fSyllableCount += 1;
238 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);

Completed in 28 milliseconds