OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegalGreek
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
transrt.cpp
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) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java
370
this, new
LegalGreek
(true));
380
this, new
LegalGreek
(false));
390
this, new
LegalGreek
(false));
[
all
...]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java
367
this, new
LegalGreek
(true));
377
this, new
LegalGreek
(false));
387
this, new
LegalGreek
(false));
[
all
...]
Completed in 186 milliseconds