• Home
  • Raw
  • Download

Lines Matching refs:udata_openChoice

664     result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);  in TestUDataOpenChoiceDemo1()
673 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
676 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
690 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
693 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
708 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
716 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
764 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
774 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
893 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
908 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status); in TestUDataGetMemory()
981 result=udata_openChoice(testPath, type, name, isAcceptable3, NULL, &status); in TestErrorConditions()
992 result=udata_openChoice(testPath, type, NULL, isAcceptable3, NULL, &status); in TestErrorConditions()
1020 result=udata_openChoice(testPath, "tst", "nonexist", isAcceptable3, NULL, &status); in TestErrorConditions()