Lines Matching full:empty
273 // test for an empty string
274 UnicodeString empty("");
275 iter1->setText(empty, status);
278 errln("Empty string should have no CEs.");
280 ((StringCharacterIterator *)chariter)->setText(empty);
284 errln("Empty string should have no CEs.");
515 // tests empty strings
516 UnicodeString empty("");
517 iter1 = coll->createCollationElementIterator(empty);
518 chariter.setText(empty);
525 errln("Empty string should have no CEs.");
528 errln("Empty string should have no CEs.");