Searched refs:isJamoT (Results 1 – 2 of 2) sorted by relevance
7610 bool isJamoT(dchar ch) pure nothrow @nogc @safe in isJamoT() function7640 if (idx + 2 < seq.length && isJamoT(seq[idx+2])) in hangulRecompose()7708 return isJamoT(trailing) ? syllable + (trailing - jamoTBase) : syllable;
8394 bool isJamoT(dchar ch) pure nothrow @nogc @safe8424 if (idx + 2 < seq.length && isJamoT(seq[idx+2]))8492 return isJamoT(trailing) ? syllable + (trailing - jamoTBase) : syllable;