Lines Matching defs:string
131 #include <string.h>
593 // * Show exactly where the string's differences lie.
641 UnicodeString string;
642 FormatThreadTestData(double a, const UnicodeString& b) : number(a),string(b) {}
813 if(0 != output.compare(kNumberFormatTestData[whichLine].string)) {
814 error("format().. expected " + kNumberFormatTestData[whichLine].string
824 if(0 != output.compare(kPercentFormatTestData[whichLine].string))
827 showDifference(kPercentFormatTestData[whichLine].string,output));
1293 if (*fSharedString != "This is the original test string.") {
1294 error("Original string is corrupt.");
1320 UnicodeString *testString = new UnicodeString("This is the original test string.");