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

/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp168 class LegalGreek : public Legal { class in inherits:Legal
171 LegalGreek(UBool _full) { full = _full; } function in class:LegalGreek
172 virtual ~LegalGreek() {}
181 UBool LegalGreek::is(const UnicodeString& sourceString) const {
234 UBool LegalGreek::isVowel(UChar c) {
255 UBool LegalGreek::isRho(UChar c) {
1137 LegalGreek *legal = new LegalGreek(TRUE);
1162 LegalGreek *legal = new LegalGreek(FALS
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java363 this, new LegalGreek(true));
373 this, new LegalGreek(false));
383 this, new LegalGreek(false));
1006 public static class LegalGreek extends Legal { class in class:RoundTripTest
1010 public LegalGreek(boolean full) { method in class:RoundTripTest.LegalGreek
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java362 this, new LegalGreek(true));
372 this, new LegalGreek(false));
382 this, new LegalGreek(false));
1005 public static class LegalGreek extends Legal { class in class:RoundTripTest
1009 public LegalGreek(boolean full) { method in class:RoundTripTest.LegalGreek

Completed in 163 milliseconds