Lines Matching refs:udata_openChoice

659     result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);  in TestUDataOpenChoiceDemo1()
668 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
671 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
688 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
703 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
709 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
755 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
765 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
884 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
899 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status); in TestUDataGetMemory()
972 result=udata_openChoice(testPath, type, name, isAcceptable3, NULL, &status); in TestErrorConditions()
983 result=udata_openChoice(testPath, type, NULL, isAcceptable3, NULL, &status); in TestErrorConditions()
1011 result=udata_openChoice(testPath, "tst", "nonexist", isAcceptable3, NULL, &status); in TestErrorConditions()