Home | History | Annotate | Download | only in cintltst

Lines Matching defs:vi_VN

617     UCollator *en_US, *el_GR, *vi_VN;
620 vi_VN = ucol_open("vi_VN", &status);
627 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
630 log_err("ERROR: vi_VN collation did not have cannonical decomposition for normalization!\n");
649 ucol_close(vi_VN);