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/icu/icu4c/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/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp492 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);
493 UnicodeString sWindows = ssWindows.unescape();
820 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly."
822 UnicodeString sWindows = ssWindows.unescape();
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp492 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);
493 UnicodeString sWindows = ssWindows.unescape();
820 UnicodeString ssWindows("This is another small sample of some English text. Just enough to be sure that it detects correctly."
822 UnicodeString sWindows = ssWindows.unescape();

Completed in 184 milliseconds