Lines Matching refs:escape
26 static UnicodeString escape( const UnicodeString&src) in escape() function
430 logln(UnicodeString() + "as Buddhist Calendar: " + escape(str)); in TestBuddhistFormat()
433 errln("Expected " + escape(expected) + " but got " + escape(str)); in TestBuddhistFormat()
439 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestBuddhistFormat()
750 logln(UnicodeString() + "as Persian Calendar: " + escape(str)); in TestPersianFormat()
753 errln("Expected " + escape(expected) + " but got " + escape(str)); in TestPersianFormat()
759 …errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate +… in TestPersianFormat()
769 errln("Expected " + escape(expected) + " but got " + escape(str)); in TestPersianFormat()
773 … errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate); in TestPersianFormat()
795 logln(escape(tmp) + " ( in locale " + loc.getName() + ")"); in simpleTest()
797 …ring("Failed to format " ) + loc.getName() + " expected " + escape(expect) + " got " + escape(tmp)… in simpleTest()
804 …Failed to parse " ) + escape(expect) + ", " + loc.getName() + " expect " + (double)expectDate + " … in simpleTest()
805 …logln( "wanted " + escape(fmt0->format(expectDate,tmp.remove())) + " but got " + escape(fmt0->form… in simpleTest()