Searched refs:actStr (Results 1 – 3 of 3) sorted by relevance
1163 UnicodeString actStr; in Test4182066() local1165 actStr.append("null"); in Test4182066()1168 ((DateFormat*)&dispFmt)->format(actual, actStr); in Test4182066()1172 out.append(str + " => " + actStr + "\n"); in Test4182066()1181 out.append("FAIL: " + str + " => " + actStr in Test4182066()
833 String actStr = ""; in Test4182066() local835 actStr += "null"; in Test4182066()838 actStr = ((DateFormat) dispFmt).format(actual); in Test4182066()842 out += str + " => " + actStr + "\n"; in Test4182066()851 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n"; in Test4182066()
836 String actStr = ""; in Test4182066() local838 actStr += "null"; in Test4182066()841 actStr = ((DateFormat) dispFmt).format(actual); in Test4182066()845 out += str + " => " + actStr + "\n"; in Test4182066()854 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n"; in Test4182066()