OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssWindows
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c
228
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.";
231
UChar sWindows[sizeof(
ssWindows
)];
240
sWindowsLength = u_unescape(
ssWindows
, sWindows, sizeof(
ssWindows
));
/external/icu4c/test/cintltst/
ucsdetst.c
228
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.";
231
UChar sWindows[sizeof(
ssWindows
)];
240
sWindowsLength = u_unescape(
ssWindows
, sWindows, sizeof(
ssWindows
));
/external/icu4c/test/intltest/
csdetest.cpp
453
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/
csdetest.cpp
441
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 155 milliseconds