Home | History | Annotate | Download | only in cintltst

Lines Matching defs:el_GR

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);