- if((intValue=T_CString_strnicmp("", "abc", 10)) != -1){
- log_err("FAIL: T_CString_stricmp(\"\", \"abc\", 10) failed. Expected: -1, returned %d\n", intValue);
+ if((intValue=uprv_strnicmp("", "abc", 10)) != -1){
+ log_err("FAIL: uprv_stricmp(\"\", \"abc\", 10) failed. Expected: -1, returned %d\n", intValue);