Lines Matching refs:log_err
110 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", in TestBasic()
115 log_err("FAIL: uhash_open returned NULL\n"); in TestBasic()
140 log_err("FAIL: compareChars failed\n"); in TestBasic()
146 log_err("FAIL: compareIChars failed\n"); in TestBasic()
170 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", in TestOtherAPI()
175 log_err("FAIL: uhash_open returned NULL\n"); in TestOtherAPI()
182 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
185 log_err("FAIL: uhash_find failed\n"); in TestOtherAPI()
193 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
197 log_err("FAIL: uhash_geti failed\n"); in TestOtherAPI()
201 log_err("FAIL: uhash_find of \"two\" failed\n"); in TestOtherAPI()
205 log_err("FAIL: uhash_remove() failed\n"); in TestOtherAPI()
208 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
213 log_err("FAIL: uhash_put() with value=NULL didn't remove the key value pair\n"); in TestOtherAPI()
218 log_err("FAIL: uhash_put() with value!=NULL should fail when status != U_ZERO_ERROR \n"); in TestOtherAPI()
224 log_err("FAIL: uhash_put() with value!=NULL didn't replace the key value pair\n"); in TestOtherAPI()
231 log_err("FAIL: compareUChars failed\n"); in TestOtherAPI()
236 log_err("FAIL: uhas_count() failed. Expected: 0, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
247 log_err("FAIL: compareLong failed\n"); in TestOtherAPI()
256 log_err("FAIL: uhash_count() failed. Expected: 6, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
259 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
262 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
269 log_err("FAIL: uhash_count() failed. Expected: 2, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
272 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
275 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
278 log_err("FAIL: uhash_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
294 log_err("FAIL: uhash_open failed with %s and returned 0x%08x\n", in hashIChars()
299 log_err("FAIL: uhash_open returned NULL\n"); in hashIChars()
308 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in hashIChars()
346 log_err("FAIL: uhash_put(%s) failed with %s and returned %ld\n", in _put()
349 log_err("FAIL: uhash_put(%s) returned old value %ld; expected %ld\n", in _put()
363 log_err("FAIL: uhash_get(%s) failed with %s and returned %ld\n", in _get()
366 log_err("FAIL: uhash_get(%s) returned %ld; expected %ld\n", in _get()
379 log_err("FAIL: uhash_remove(%s) returned %ld; expected %ld\n", in _remove()