Home | History | Annotate | Download | only in cintltst

Lines Matching refs:vi_VN

611     UCollator *en_US, *el_GR, *vi_VN;
614 vi_VN = ucol_open("vi_VN", &status);
621 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
624 log_err("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
643 ucol_close(vi_VN);