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

/external/icu4c/test/intltest/
H A Dapicoll.cpp409 *el_GR = Collator::createInstance("el_GR", status), local
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
425 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
434 delete el_GR;
/external/icu4c/test/cintltst/
H A Dcapitst.c635 UCollator *en_US, *el_GR, *vi_VN; local
637 el_GR = ucol_open("el_GR", &status);
652 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
655 log_err("ERROR: el_GR collation did not have cannonical decomposition for normalization!\n");
666 ucol_close(el_GR);

Completed in 102 milliseconds