Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_getMemory

883     log_verbose("Testing udata_getMemory() for \"cnvalias.icu\"\n");
889 table=(const int32_t *)udata_getMemory(result);
893 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
898 log_verbose("Testing udata_getMemory for \"test.icu\"()\n");
904 intValue=(uint16_t *)udata_getMemory(result);
907 log_err("FAIL: udata_getMemory() failed: intValue :- Expected:2000 Got:%d \n\tstringValue:- Expected:YEAR Got:%s\n", *intValue, (intValue+1));
995 /*Try udata_getMemory with UDataMemory=NULL*/
996 log_verbose("Testing udata_getMemory with UDataMemory=NULL\n");
997 intValue=(uint16_t*)udata_getMemory(NULL);
999 log_err("FAIL: udata_getMemory with UDataMemory = NULL is supposed to fail\n");
1429 inData=udata_getMemory(pData);
1762 if (udata_getMemory(dataItem) != NULL) {
1763 log_verbose("FAIL: udata_getMemory(dataItem) passed\n");
1766 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));
1774 if (udata_getMemory(dataItem) != NULL) {
1775 log_verbose("FAIL: udata_getMemory(dataItem) in tree \"a\" passed\n");
1778 log_err("FAIL: udata_getMemory returned NULL\n", u_errorName(status));