Home | History | Annotate | Download | only in intltest

Lines Matching defs:string

15 #include <string.h>
45 * Convert an integer, positive or negative, to a character string radix 10.
69 // Reverse the string
697 // string
709 UnicodeString string = theBundle.getStringEx(tag, status);
711 string.setTo(TRUE, kErrorUChars, kErrorLength);
721 CONFIRM_EQ(string, expected_string);
773 string = kErrorUChars;
778 string=t;
792 CONFIRM_EQ(string,expected_string);
860 string = kErrorUChars;
867 string=t;
883 CONFIRM_EQ(string,expected_string);
957 string = kErrorUChars;
971 string=t;
982 CONFIRM_EQ(string,expected_string);
1034 logln("Empty string returned invalid value\n");
1039 /* This test reads the string "abc\u0000def" from the bundle */
1040 /* if everything is working correctly, the size of this string */
1043 strcpy(action, "getting and testing of string with embeded zero");
1139 errln("Did not get the expected string for testescape expected. Expected : "
1151 errln("Did not get the expected string for test_underscores.\n");