OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ssWindows
(Results
1 - 2
of
2
) 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
));
Completed in 49 milliseconds