Home | History | Annotate | Download | only in intltest

Lines Matching defs:strings

334     // test compare() etc. with strings that share a buffer but are not equal
350 /* these strings are in ascending order */
351 static const UChar strings[][4]={
363 UnicodeString u[20]; // must be at least as long as strings[]
366 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])); ++i) {
367 u[i]=UnicodeString(TRUE, strings[i], -1);
370 for(i=0; i<(int32_t)(sizeof(strings)/sizeof(strings[0])-1); ++i) {
1400 // NULL pointers are treated like empty strings
1419 errln("caseCompare() doesn't work with bogus strings");
1422 errln("compareCodePointOrder() doesn't work with bogus strings");
1561 // empty strings, not errors (bogus)
1735 errln("CharString doesn't work with large strings.");