Home | History | Annotate | Download | only in intltest

Lines Matching full:hello

142     doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
164 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
826 iterator1->setText((UnicodeString)"hello there", success);