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) {
1452 // NULL pointers are treated like empty strings
1471 errln("caseCompare() doesn't work with bogus strings");
1474 errln("compareCodePointOrder() doesn't work with bogus strings");
1613 // empty strings, not errors (bogus)