Lines Matching full:expected_string
716 UnicodeString expected_string(kErrorUChars);
718 expected_string = base;
721 CONFIRM_EQ(string, expected_string);
752 expected_string = base;
753 expected_string += itoa(j,buf);
754 CONFIRM_EQ(array.getNextString(status),expected_string);
787 expected_string = base;
788 expected_string += itoa(index,buf);
790 expected_string = kErrorUChars;
792 CONFIRM_EQ(string,expected_string);
837 expected_string = base;
838 expected_string += itoa(row,buf);
839 expected_string += itoa(col,buf);
840 CONFIRM_EQ(tablerow.getNextString(status),expected_string);
877 expected_string = base;
878 expected_string += itoa(row,buf);
879 expected_string += itoa(col,buf);
881 expected_string = kErrorUChars;
883 CONFIRM_EQ(string,expected_string);
980 expected_string = base;
981 expected_string += buf;
982 CONFIRM_EQ(string,expected_string);