Home
last modified time | relevance | path

Searched refs:CH_MAITAIKHU (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/layout/
DThaiShaping.cpp22 CH_MAITAIKHU = 0x0E47, enumerator
72 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in lowerRightTone()
73 return lowerRightTones[glyphSet][tone - CH_MAITAIKHU]; in lowerRightTone()
88 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in lowerLeftTone()
89 return lowerLeftTones[glyphSet][tone - CH_MAITAIKHU]; in lowerLeftTone()
104 if (tone >= CH_MAITAIKHU && tone <= CH_NIKHAHIT) { in upperLeftTone()
105 return upperLeftTones[glyphSet][tone - CH_MAITAIKHU]; in upperLeftTone()