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

  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 401 *vi_VN = Collator::createInstance("vi_VN", status);
409 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
411 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
426 delete vi_VN;
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 361 *vi_VN = Collator::createInstance("vi_VN", status);
369 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
371 errln("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
386 delete vi_VN;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 619 UCollator *en_US, *el_GR, *vi_VN;
622 vi_VN = ucol_open("vi_VN", &status);
629 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
632 log_err("ERROR: vi_VN collation did not have cannonical decomposition for normalization!\n");
651 ucol_close(vi_VN);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 599 UCollator *en_US, *el_GR, *vi_VN;
602 vi_VN = ucol_open("vi_VN", &status);
609 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
612 log_err("ERROR: vi_VN collation did not have canonical decomposition for normalization!\n");
631 ucol_close(vi_VN);
    [all...]

Completed in 304 milliseconds