Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_getMemory

879     log_verbose("Testing udata_getMemory() for \"cnvalias.icu\"\n");
885 table=(const int32_t *)udata_getMemory(result);
889 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
894 log_verbose("Testing udata_getMemory for \"test.icu\"()\n");
900 intValue=(uint16_t *)udata_getMemory(result);
903 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
991 /*Try udata_getMemory with UDataMemory=NULL*/
992 log_verbose("Testing udata_getMemory with UDataMemory=NULL\n");
993 intValue=(uint16_t*)udata_getMemory(NULL);
995 log_err("FAIL: udata_getMemory with UDataMemory = NULL is supposed to fail\n");
1422 inData=udata_getMemory(pData);
1755 if (udata_getMemory(dataItem) != NULL) {
1756 log_verbose("FAIL: udata_getMemory(dataItem) passed\n");
1759 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));
1767 if (udata_getMemory(dataItem) != NULL) {
1768 log_verbose("FAIL: udata_getMemory(dataItem) in tree \"a\" passed\n");
1771 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));