Searched refs:actStr (Results 1 – 3 of 3) sorted by relevance
1159 UnicodeString actStr; in Test4182066() local1161 actStr.append("null"); in Test4182066()1164 ((DateFormat*)&dispFmt)->format(actual, actStr); in Test4182066()1168 out.append(str + " => " + actStr + "\n"); in Test4182066()1177 out.append("FAIL: " + str + " => " + actStr in Test4182066()
809 String actStr = ""; in Test4182066() local811 actStr += "null"; in Test4182066()814 actStr = ((DateFormat) dispFmt).format(actual); in Test4182066()818 out += str + " => " + actStr + "\n"; in Test4182066()827 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n"; in Test4182066()
813 String actStr = ""; in Test4182066() local815 actStr += "null"; in Test4182066()818 actStr = ((DateFormat) dispFmt).format(actual); in Test4182066()822 out += str + " => " + actStr + "\n"; in Test4182066()831 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n"; in Test4182066()