HomeSort by relevance Sort by last modified time
    Searched defs:vi_VN (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
apicoll.cpp 408 *vi_VN = Collator::createInstance("vi_VN", status);
416 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
418 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
433 delete vi_VN;
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 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);
    [all...]

Completed in 40 milliseconds