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

  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 518 isAcceptable1(void *context,
531 log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable1()\n", name, type);
534 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable1():-\n"
620 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
629 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
646 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
664 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
670 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
846 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status);
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 520 isAcceptable1(void *context,
533 log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable1()\n", name, type);
536 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable1():-\n"
623 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
632 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
649 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
667 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
673 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
848 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status);
    [all...]

Completed in 720 milliseconds