Home | History | Annotate | Download | only in intltest

Lines Matching refs:unistr

10 #include "unicode/unistr.h"
179 errln("operator+(UniStr, UniStr) failed");
1126 errln("UnicodeString::insert(start, const UniStr &, start, length) failed");
1517 errln("bogus.setTo(UniStr) failed");
1522 errln("bogus.setTo(UniStr, 0) failed");
1527 errln("bogus.setTo(UniStr, 0, len) failed");
1608 errln("UniStr.insert(...NULL...) should not modify the string but does");
1662 unistr=UnicodeString(testEnumStrings[i++], "");
1663 return &unistr;
1798 // Use all UnicodeString macros from unistr.h.
2092 // See the comments in unistr.h near the declaration of UnicodeString's fields.