Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeString

25 UText *openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status);
96 UnicodeString s;
159 void UTextTest::TestString(const UnicodeString &s) {
168 UnicodeString sa = s.unescape();
209 // UnicodeString test
218 // Const UnicodeString test
226 // Replaceable test. (UnicodeString inherits Replaceable)
246 // Fragmented UnicodeString (Chunk size of one)
258 // Convert the test string from UnicodeString to (char *) in utf-8 format
288 // us UnicodeString containing the test text.
292 // u16Map Mapping from code points to UTF-16 indexes, for use with the UnicodeString.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
383 UnicodeString fullRepString("This is an arbitrary string that will be used as replacement text");
385 UnicodeString repStr(fullRepString, 0, replStrLen);
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
419 UnicodeString targetUS(us); // And copy the reference string.
441 int32_t usi = 0; // UnicodeString postion, utf-16 index.
478 const UnicodeString &us, // reference UnicodeString in which to do the replace
483 int32_t u16Limit, // for use in the reference UnicodeString.
484 const UnicodeString &repStr) // The replacement string
497 UnicodeString targetUS(us); // And copy the reference string.
517 int32_t usi = 0; // UnicodeString postion, utf-16 index.
549 // the reference UnicodeString.
551 void UTextTest::TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) {
582 // the reference UnicodeString.
584 void UTextTest::TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) {
846 UnicodeString test1Str("this is a test");
847 UnicodeString test2Str("this is a test");
848 UnicodeString test3Str("this is a test of the emergency broadcast system");
849 UnicodeString test4Str("never say, \"this is a test\"!!");
1330 UnicodeString s("Hello, World");
1352 UnicodeString s1("Hello, World");
1440 UnicodeString sa("Hello, this is a string");
1544 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV);
1612 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV);
1683 UnicodeString ustr("Hello, World.");
1732 ut = utext_openConstUnicodeString(ut, (const UnicodeString *)&ustr, &status);
1771 // Input comes from a UnicodeString.
1779 const UnicodeString *us = (const UnicodeString *)ut->context;
1830 dest = utext_openUnicodeString(dest, (UnicodeString *)src->context, status);
1839 openFragmentedUnicodeString(UText *ut, UnicodeString *s, UErrorCode *status) {
1845 // Copy of the function table from the stock UnicodeString UText,