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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp539 #define tagArray1 (blwfFeatureMask | tagArray2) macro
540 #define tagArray0 (rphfFeatureMask | tagArray1)
686 output.noteStressMark(classTable, chars[markStart], markStart, tagArray1);
691 output.noteVowelModifier(classTable, chars[markStart], markStart, tagArray1);
696 while (output.noteMatra(classTable, chars[matra], matra, tagArray1, !lastInWord) && matra != prev) {
710 output.writeChar(chars[i], i, tagArray1);
717 output.writeChar(C_DOTTED_CIRCLE, prev, tagArray1);
718 output.writeChar(chars[prev], prev, tagArray1);
726 output.writeChar(C_DOTTED_CIRCLE, prev, tagArray1);
729 output.writeChar(chars[prev], prev, tagArray1);
[all...]

Completed in 41 milliseconds