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

/external/icu4c/test/intltest/
H A Dapicoll.cpp407 *el_GR = Collator::createInstance("el_GR", status), local
421 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
423 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
432 delete el_GR;
/external/icu4c/test/cintltst/
H A Dcapitst.c633 UCollator *en_US, *el_GR, *vi_VN; local
635 el_GR = ucol_open("el_GR", &status);
650 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
653 log_err("ERROR: el_GR collation did not have cannonical decomposition for normalization!\n");
664 ucol_close(el_GR);

Completed in 81 milliseconds