Searched defs:tone (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp88 LEUnicode ThaiShaping::lowerRightTone(LEUnicode tone, le_uint8 glyphSet) argument
97 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
98 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU];
101 return tone;
104 LEUnicode ThaiShaping::lowerLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
113 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) {
114 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU];
117 return tone;
120 upperLeftTone(LEUnicode tone, le_uint8 glyphSet) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1230 const Type *tone = phase->type( one ); local
1243 if( tone == TypeInt::ONE ) {
1246 if( tone == TypeInt::ZERO ) {

Completed in 28 milliseconds