OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sWindowsLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c
229
int32_t sISOLength = 0,
sWindowsLength
= 0;
240
sWindowsLength
= u_unescape(ssWindows, sWindows, sizeof(ssWindows));
242
bWindows = extractBytes(sWindows,
sWindowsLength
, "windows-1252", &lWindows);
/external/icu4c/test/cintltst/
ucsdetst.c
229
int32_t sISOLength = 0,
sWindowsLength
= 0;
240
sWindowsLength
= u_unescape(ssWindows, sWindows, sizeof(ssWindows));
242
bWindows = extractBytes(sWindows,
sWindowsLength
, "windows-1252", &lWindows);
Completed in 25 milliseconds