Searched refs:tagPref (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | KhmerReordering.cpp | 202 #define tagPref (prefFeatureMask | presFeatureMask | cligFeatureMask | distFeatureMask) macro 386 output.writeChar(C_VOWEL_E, i, tagPref); in reorder() 392 output.writeChar(chars[i], i, tagPref); in reorder() 409 output.writeChar(C_COENG, coengRo, tagPref); in reorder() 410 output.writeChar(C_RO, coengRo + 1, tagPref); in reorder()
|
D | TibetanReordering.cpp | 210 #define tagPref (ccmpFeatureMask | prefFeatureMask | presFeatureMask | cligFeatureMask | distFea… macro 353 output.writeChar(C_PRE_NUMBER_MARK, i, tagPref); in reorder() 354 output.writeChar(chars[i], i+1 , tagPref); in reorder()
|