Home | History | Annotate | Download | only in cintltst

Lines Matching defs:vi_VN

633     UCollator *en_US, *el_GR, *vi_VN;
636 vi_VN = ucol_open("vi_VN", &status);
643 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
646 log_err("ERROR: vi_VN collation did not have cannonical decomposition for normalization!\n");
665 ucol_close(vi_VN);