Home | History | Annotate | Download | only in intltest

Lines Matching refs:expected_string

401         UnicodeString expected_string(kErrorUChars);
403 expected_string = base;
406 CONFIRM_EQ(string, expected_string, action);
432 expected_string = base;
433 expected_string += itoa(j,buf);
434 CONFIRM_EQ(value, expected_string, action);
454 expected_string = base;
455 expected_string += itoa(index,buf);
459 expected_string = kErrorUChars;
461 CONFIRM_EQ(string, expected_string, action);