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

/external/chromium_org/third_party/icu/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/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...]

Completed in 480 milliseconds