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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerReordering.cpp227 #define tagPref (prefFeatureMask | presFeatureMask | cligFeatureMask | distFeatureMask) macro
411 output.writeChar(C_VOWEL_E, i, tagPref);
417 output.writeChar(chars[i], i, tagPref);
434 output.writeChar(C_COENG, coengRo, tagPref);
435 output.writeChar(C_RO, coengRo + 1, tagPref);
H A DTibetanReordering.cpp235 #define tagPref (ccmpFeatureMask | prefFeatureMask | presFeatureMask | cligFeatureMask | distFeatureMask) macro
378 output.writeChar(C_PRE_NUMBER_MARK, i, tagPref);
379 output.writeChar(chars[i], i+1 , tagPref);

Completed in 31 milliseconds