Home | History | Annotate | Download | only in intltest

Lines Matching refs:expR

544         UnicodeString expR = CharsToUnicodeString("1999\\u5E741\\u6708"); // fixed expected result per ticket:6626:
561 if ( expR!= rDate ) {
563 UnicodeString(" Expected: ") + expR );
570 UnicodeString expR = CharsToUnicodeString("1999\\u5E741\\u6708"); // fixed expected result per ticket:6626:
585 if ( expR!= rDate ) {
587 UnicodeString(" Expected: ") + expR );
596 UnicodeString expR = UnicodeString("h:mm a v"); // avail formats has hm -> "h:mm a" (fixed expected result per ticket:6626:)
606 if ( expR!= bPattern ) {
608 UnicodeString(" Expected: ") + expR );