Lines Matching refs:syllable
1258 UChar syllable=(UChar) in recompose() local
1265 syllable+=t; // The next character was a Jamo T. in recompose()
1267 *starter=syllable; in recompose()
1577 UChar32 syllable = Hangul::HANGUL_BASE + in compose() local
1584 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1604 UChar32 syllable = prev + c - Hangul::JAMO_T_BASE; in compose() local
1609 if(!buffer.appendBMP((UChar)syllable, 0, errorCode)) { in compose()
1986 UChar32 syllable = Hangul::HANGUL_BASE + in composeUTF8() local
1995 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
2013 UChar32 syllable = prev + getJamoTMinusBase(prevSrc, src); in composeUTF8() local
2020 ByteSinkUtil::appendCodePoint(prevSrc, src, syllable, *sink, edits); in composeUTF8()
2677 UChar32 syllable= in getCanonStartSet() local
2679 set.add(syllable, syllable+Hangul::JAMO_VT_COUNT-1); in getCanonStartSet()