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

/external/icu4c/test/intltest/
H A Dapicoll.cpp410 *vi_VN = Collator::createInstance("vi_VN", status); local
418 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
420 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
435 delete vi_VN;
/external/icu4c/test/cintltst/
H A Dcapitst.c635 UCollator *en_US, *el_GR, *vi_VN; local
638 vi_VN = ucol_open("vi_VN", &status);
645 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
648 log_err("ERROR: vi_VN collation did not have cannonical decomposition for normalization!\n");
667 ucol_close(vi_VN);

Completed in 66 milliseconds