Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_getInfo

816     log_verbose("Testing udata_getInfo() for cnvalias.icu\n");
822 udata_getInfo(result, &dataInfo);
833 log_verbose("PASS: udata_getInfo() filled in the right values\n");
835 log_err("FAIL: udata_getInfo() filled in the wrong values\n");
840 log_verbose("Testing udata_getInfo() for test.icu\n");
846 udata_getInfo(result, &dataInfo);
858 log_verbose("PASS: udata_getInfo() filled in the right values\n");
860 log_err("FAIL: udata_getInfo() filled in the wrong values\n");
1002 /*Try udata_getInfo with UDataMemory=NULL*/
1004 udata_getInfo(NULL, &dataInfo);
1006 log_err("FAIL : udata_getInfo with UDataMemory = NULL us supposed to fail\n");