Lines Matching refs:expected_string
733 UnicodeString expected_string(kErrorUChars);
735 expected_string = base;
738 CONFIRM_EQ(string, expected_string);
769 expected_string = base;
770 expected_string += itoa(j,buf);
771 CONFIRM_EQ(array.getNextString(status),expected_string);
804 expected_string = base;
805 expected_string += itoa(index,buf);
807 expected_string = kErrorUChars;
809 CONFIRM_EQ(string,expected_string);
854 expected_string = base;
855 expected_string += itoa(row,buf);
856 expected_string += itoa(col,buf);
857 CONFIRM_EQ(tablerow.getNextString(status),expected_string);
894 expected_string = base;
895 expected_string += itoa(row,buf);
896 expected_string += itoa(col,buf);
898 expected_string = kErrorUChars;
900 CONFIRM_EQ(string,expected_string);
997 expected_string = base;
998 expected_string += buf;
999 CONFIRM_EQ(string,expected_string);