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 402 *el_GR = Collator::createInstance("el_GR", status),
416 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
418 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
427 delete el_GR;
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 360 *el_GR = Collator::createInstance("el_GR", status),
374 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
376 errln("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
385 delete el_GR;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 601 UCollator *en_US, *el_GR, *vi_VN;
603 el_GR = ucol_open("el_GR", &status);
618 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
621 log_err("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
632 ucol_close(el_GR);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 599 UCollator *en_US, *el_GR, *vi_VN;
601 el_GR = ucol_open("el_GR", &status);
616 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON ||
619 log_err("ERROR: el_GR collation did not have canonical decomposition for normalization!\n");
630 ucol_close(el_GR);
    [all...]

Completed in 4843 milliseconds