HomeSort by relevance Sort by last modified time
    Searched refs:el_GR (Results 1 - 16 of 16) sorted by null

  /build/make/target/product/
locales_full.mk 1 PRODUCT_LOCALES := en_US cs_CZ da_DK de_AT de_CH de_DE de_LI el_GR en_AU en_CA en_GB en_NZ en_SG eo_EU es_ES fr_CA fr_CH fr_BE fr_FR it_CH it_IT ja_JP ko_KR nb_NO nl_BE nl_NL pl_PL pt_PT ru_RU sv_SE tr_TR zh_CN zh_HK zh_TW am_ET hi_IN
languages_full.mk 24 PRODUCT_LOCALES := en_US en_AU en_IN fr_FR it_IT es_ES et_EE de_DE nl_NL cs_CZ pl_PL ja_JP zh_TW zh_CN zh_HK ru_RU ko_KR nb_NO es_US da_DK el_GR tr_TR pt_PT pt_BR sv_SE bg_BG ca_ES en_GB fi_FI hi_IN hr_HR hu_HU in_ID iw_IL lt_LT lv_LV ro_RO sk_SK sl_SI sr_RS uk_UA vi_VN tl_PH ar_EG fa_IR th_TH sw_TZ ms_MY af_ZA zu_ZA am_ET en_XA ar_XB fr_CA km_KH lo_LA ne_NP si_LK mn_MN hy_AM az_AZ ka_GE my_MM mr_IN ml_IN is_IS mk_MK ky_KG eu_ES gl_ES bn_BD ta_IN kn_IN te_IN uz_UZ ur_PK kk_KZ sq_AL gu_IN pa_IN be_BY bs_BA sr_Latn_RS
sdk_base.mk 143 el_GR \
  /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 235 Locale el_GR = new Locale("el", "GR");
236 assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(el_GR));
237 assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(el_GR));
238 assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".toUpperCase(el_GR));
  /packages/services/Car/car_product/build/
car.mk 105 PRODUCT_LOCALES := en_US af_ZA am_ET ar_EG bg_BG bn_BD ca_ES cs_CZ da_DK de_DE el_GR en_AU en_GB en_IN es_ES es_US et_EE eu_ES fa_IR fi_FI fr_CA fr_FR gl_ES hi_IN hr_HR hu_HU hy_AM in_ID is_IS it_IT iw_IL ja_JP ka_GE km_KH ko_KR ky_KG lo_LA lt_LT lv_LV km_MH kn_IN mn_MN ml_IN mk_MK mr_IN ms_MY my_MM ne_NP nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU si_LK sk_SK sl_SI sr_RS sv_SE sw_TZ ta_IN te_IN th_TH tl_PH tr_TR uk_UA vi_VN zh_CN zh_HK zh_TW zu_ZA en_XA ar_XB
  /external/bison/lib/
config.charset 178 for l in el el_GR gr gr_GR; do
661 echo "el_GR CP869"
  /external/e2fsprogs/intl/
config.charset 175 for l in el el_GR gr gr_GR; do
585 echo "el_GR CP869"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
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...]
CollationRegressionTest.java 603 Locale el_GR = new Locale("el", "GR");
606 c = Collator.getInstance(el_GR);
608 errln("Failed to create collator for el_GR locale");
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 224 Collator en_US = null, el_GR = null, vi_VN = null;
227 el_GR = Collator.getInstance(new Locale("el", "GR"));
237 if (el_GR.getDecomposition() != Collator.CANONICAL_DECOMPOSITION)
239 errln("el_GR collation did not have cannonical decomposition for normalization!");
    [all...]
CollationRegressionTest.java 602 Locale el_GR = new Locale("el", "GR");
605 c = Collator.getInstance(el_GR);
607 errln("Failed to create collator for el_GR locale");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 613 UCollator *en_US, *el_GR, *vi_VN;
615 el_GR = ucol_open("el_GR", &status);
630 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
633 log_err("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
644 ucol_close(el_GR);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 682 Locale el_GR("el", "GR");
683 Collator *c = Collator::createInstance(el_GR, status);
687 errln("Failed to create collator for el_GR locale");
    [all...]
apicoll.cpp 349 *el_GR = Collator::createInstance("el_GR", status),
363 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
365 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
374 delete el_GR;
    [all...]
  /external/icu/icu4c/source/common/
locmap.c 240 ILCID_POSIX_ELEMENT_ARRAY(0x0408, el, el_GR)
    [all...]

Completed in 454 milliseconds