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

/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp166 class LegalGreek : public Legal { class in inherits:Legal
169 LegalGreek(UBool _full) { full = _full; } function in class:LegalGreek
170 virtual ~LegalGreek() {}
179 UBool LegalGreek::is(const UnicodeString& sourceString) const {
232 UBool LegalGreek::isVowel(UChar c) {
253 UBool LegalGreek::isRho(UChar c) {
1134 LegalGreek *legal = new LegalGreek(TRUE);
1159 LegalGreek *legal = new LegalGreek(FALS
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java356 this, new LegalGreek(true));
365 this, new LegalGreek(false));
374 this, new LegalGreek(false));
991 public static class LegalGreek extends Legal { class in class:RoundTripTest
995 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.java352 this, new LegalGreek(true));
361 this, new LegalGreek(false));
370 this, new LegalGreek(false));
987 public static class LegalGreek extends Legal { class in class:RoundTripTest
991 public LegalGreek(boolean full) { method in class:RoundTripTest.LegalGreek

Completed in 333 milliseconds