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

  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 400 *el_GR = Collator::createInstance("el_GR", status),
414 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
416 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
425 delete el_GR;
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 409 *el_GR = Collator::createInstance("el_GR", status),
423 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
425 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
434 delete el_GR;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 619 UCollator *en_US, *el_GR, *vi_VN;
621 el_GR = ucol_open("el_GR", &status);
636 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
639 log_err("ERROR: el_GR collation did not have cannonical decomposition for normalization!\n");
650 ucol_close(el_GR);
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 616 UCollator *en_US, *el_GR, *vi_VN;
618 el_GR = ucol_open("el_GR", &status);
633 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
636 log_err("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
647 ucol_close(el_GR);
    [all...]

Completed in 2764 milliseconds