Home
last modified time | relevance | path

Searched defs:LegalGreek (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java991 public static class LegalGreek extends Legal { class in RoundTripTest
995 public LegalGreek(boolean full) { in LegalGreek() method in RoundTripTest.LegalGreek
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java987 public static class LegalGreek extends Legal { class in RoundTripTest
991 public LegalGreek(boolean full) { in LegalGreek() method in RoundTripTest.LegalGreek
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp166 class LegalGreek : public Legal { class
169 LegalGreek(UBool _full) { full = _full; } in LegalGreek() function in LegalGreek