OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:el_GR
(Results
1 - 8
of
8
) sorted by null
/libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java
82
Locale
el_GR
= new Locale("el", "GR");
84
s.value.toUpperCase(
el_GR
);
/libcore/luni/src/test/java/libcore/java/lang/
StringTest.java
234
Locale
el_GR
= new Locale("el", "GR");
235
assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(
el_GR
));
236
assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(
el_GR
));
237
assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(
el_GR
));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java
585
Locale
el_GR
= new Locale("el", "GR");
588
c = Collator.getInstance(
el_GR
);
590
errln("Failed to create collator for
el_GR
locale");
[
all
...]
CollationAPITest.java
225
Collator en_US = null,
el_GR
= null, vi_VN = null;
228
el_GR
= Collator.getInstance(new Locale("el", "GR"));
238
if (
el_GR
.getDecomposition() != Collator.CANONICAL_DECOMPOSITION)
240
errln("
el_GR
collation did not have cannonical decomposition for normalization!");
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java
581
Locale
el_GR
= new Locale("el", "GR");
584
c = Collator.getInstance(
el_GR
);
586
errln("Failed to create collator for
el_GR
locale");
[
all
...]
CollationAPITest.java
221
Collator en_US = null,
el_GR
= null, vi_VN = null;
224
el_GR
= Collator.getInstance(new Locale("el", "GR"));
234
if (
el_GR
.getDecomposition() != Collator.CANONICAL_DECOMPOSITION)
236
errln("
el_GR
collation did not have cannonical decomposition for normalization!");
[
all
...]
/external/icu/icu4c/source/test/intltest/
apicoll.cpp
347
*
el_GR
= Collator::createInstance("
el_GR
", status),
361
if (
el_GR
->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
363
errln("ERROR:
el_GR
collation did not have canonical decomposition for normalization!\n");
372
delete
el_GR
;
[
all
...]
/external/icu/icu4c/source/test/cintltst/
capitst.c
611
UCollator *en_US, *
el_GR
, *vi_VN;
613
el_GR
= ucol_open("
el_GR
", &status);
628
if (ucol_getAttribute(
el_GR
, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
631
log_err("ERROR:
el_GR
collation did not have canonical decomposition for normalization!\n");
642
ucol_close(
el_GR
);
[
all
...]
Completed in 3295 milliseconds