Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_getMemory

847     log_verbose("Testing udata_getMemory() for \"cnvalias.icu\"\n");
853 table=(const int32_t *)udata_getMemory(result);
857 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
862 log_verbose("Testing udata_getMemory for \"test.icu\"()\n");
868 intValue=(uint16_t *)udata_getMemory(result);
871 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
959 /*Try udata_getMemory with UDataMemory=NULL*/
960 log_verbose("Testing udata_getMemory with UDataMemory=NULL\n");
961 intValue=(uint16_t*)udata_getMemory(NULL);
963 log_err("FAIL: udata_getMemory with UDataMemory = NULL is supposed to fail\n");
1387 inData=udata_getMemory(pData);
1719 if (udata_getMemory(dataItem) != NULL) {
1720 log_verbose("FAIL: udata_getMemory(dataItem) passed\n");
1723 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));
1731 if (udata_getMemory(dataItem) != NULL) {
1732 log_verbose("FAIL: udata_getMemory(dataItem) in tree \"a\" passed\n");
1735 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));