Lines Matching refs:expected_string
403 UnicodeString expected_string(kErrorUChars);
405 expected_string = base;
408 CONFIRM_EQ(string, expected_string, action);
434 expected_string = base;
435 expected_string += itoa(j,buf);
436 CONFIRM_EQ(value, expected_string, action);
456 expected_string = base;
457 expected_string += itoa(index,buf);
461 expected_string = kErrorUChars;
463 CONFIRM_EQ(string, expected_string, action);