Searched refs:tagArray1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | IndicReordering.cpp | 514 #define tagArray1 (blwfFeatureMask | tagArray2) macro 515 #define tagArray0 (rphfFeatureMask | tagArray1) 661 output.noteStressMark(classTable, chars[markStart], markStart, tagArray1); in reorder() 666 output.noteVowelModifier(classTable, chars[markStart], markStart, tagArray1); in reorder() 671 …while (output.noteMatra(classTable, chars[matra], matra, tagArray1, !lastInWord) && matra != prev)… in reorder() 685 output.writeChar(chars[i], i, tagArray1); in reorder() 692 output.writeChar(C_DOTTED_CIRCLE, prev, tagArray1); in reorder() 693 output.writeChar(chars[prev], prev, tagArray1); in reorder() 701 output.writeChar(C_DOTTED_CIRCLE, prev, tagArray1); in reorder() 704 output.writeChar(chars[prev], prev, tagArray1); in reorder() [all …]
|