Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DJamoTest.java113 jamoToName(jamo) + " => " + in TestRoundTrip()
114 latin + " => " + jamoToName(jamo2) in TestRoundTrip()
197 jamoToName(jamo) + " => " + in TestRealText()
198 latin + " => " + jamoToName(jamo2) in TestRealText()
200 "; but " + hangul + " =cpd=> " + jamoToName(hangulX) in TestRealText()
210 jamoToName(jamo) + " => " + in TestRealText()
211 latin + " => " + jamoToName(jamo2) in TestRealText()
225 jamoToName(jamo) + " => " + in TestRealText()
226 latin + " => " + jamoToName(jamo2) in TestRealText()
378 return super.expectAux(tag, jamoToName(summary), in expectAux()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DJamoTest.java117 jamoToName(jamo) + " => " + in TestRoundTrip()
118 latin + " => " + jamoToName(jamo2) in TestRoundTrip()
201 jamoToName(jamo) + " => " + in TestRealText()
202 latin + " => " + jamoToName(jamo2) in TestRealText()
204 "; but " + hangul + " =cpd=> " + jamoToName(hangulX) in TestRealText()
214 jamoToName(jamo) + " => " + in TestRealText()
215 latin + " => " + jamoToName(jamo2) in TestRealText()
229 jamoToName(jamo) + " => " + in TestRealText()
230 latin + " => " + jamoToName(jamo2) in TestRealText()
382 return super.expectAux(tag, jamoToName(summary), in expectAux()
[all …]
/external/icu/icu4c/source/test/intltest/
Djamotest.cpp423 jamoToName(jamo) + " => " + in TestRealText()
424 latin + " => " + jamoToName(jamo2) in TestRealText()
447 UnicodeString jsum = jamoToName(summary); in expectAux()
448 UnicodeString jexp = jamoToName(expectedResult); in expectAux()
543 JamoTest::jamoToName(const UnicodeString& input) { in jamoToName() function in JamoTest
Djamotest.h55 UnicodeString jamoToName(const UnicodeString& input);