Searched refs:ssWindows (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c228 static const char ssWindows[] = "This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes."; local
231 UChar sWindows[sizeof(ssWindows)];
240 sWindowsLength = u_unescape(ssWindows, sWindows, sizeof(ssWindows));
/external/icu4c/test/cintltst/
H A Ducsdetst.c228 static const char ssWindows[] = "This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes."; local
231 UChar sWindows[sizeof(ssWindows)];
240 sWindowsLength = u_unescape(ssWindows, sWindows, sizeof(ssWindows));
/external/icu4c/test/intltest/
H A Dcsdetest.cpp453 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes.", -1, US_INV);
454 UnicodeString sWindows = ssWindows.unescape();
773 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly."
775 UnicodeString sWindows = ssWindows.unescape();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp441 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly. It also includes some \\u201CC1\\u201D bytes.", -1, US_INV);
442 UnicodeString sWindows = ssWindows.unescape();

Completed in 67 milliseconds