Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7610 bool isJamoT(dchar ch) pure nothrow @nogc @safe in isJamoT() function
7640 if (idx + 2 < seq.length && isJamoT(seq[idx+2])) in hangulRecompose()
7708 return isJamoT(trailing) ? syllable + (trailing - jamoTBase) : syllable;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8394 bool isJamoT(dchar ch) pure nothrow @nogc @safe
8424 if (idx + 2 < seq.length && isJamoT(seq[idx+2]))
8492 return isJamoT(trailing) ? syllable + (trailing - jamoTBase) : syllable;