Searched refs:greek (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/BootClassPath/
H A DSetup.java106 private static final String greek = "\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"; field in class:Setup
116 + russian + hindi + greek + hebrew + japanese + korean
141 { "iso-8859-7", greek, null },
/openjdk7/jdk/test/tools/launcher/
H A DUnicodeTest.java78 private static final String greek = "\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"; field in class:UnicodeTest
88 + russian + hindi + greek + hebrew + japanese + korean
113 { "iso-8859-7", greek, null },
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleTest.java249 Locale greek = new Locale("el", "GR");
262 doTestDisplayNames(greek, DLANG_EL, false);
275 doTestDisplayNames(greek, DLANG_EL, true);
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java3565 Matcher greek = Pattern.compile("\\p{InGreek}").matcher("");
3610 other = (block == Character.UnicodeBlock.BASIC_LATIN)? greek : latin;

Completed in 1103 milliseconds