Lines Matching refs:LegalGreek
168 class LegalGreek : public Legal {
171 LegalGreek(UBool _full) { full = _full; }
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(FALSE);
1184 LegalGreek *legal = new LegalGreek(FALSE);