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

  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 508 isAcceptable1(void *context,
521 log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable1()\n", name, type);
524 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable1():-\n"
610 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
619 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
636 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
654 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
660 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
836 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status);
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 515 isAcceptable1(void *context,
528 log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable1()\n", name, type);
531 log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable1():-\n"
617 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
626 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
643 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
661 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
667 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status);
843 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status);
    [all...]

Completed in 16 milliseconds