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 410 *vi_VN = Collator::createInstance("vi_VN", status);
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;
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 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);
    [all...]

Completed in 68 milliseconds