OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lWindows
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
ucsdetst.c
232
int32_t lISO = 0,
lWindows
= 0;
242
bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &
lWindows
);
244
ucsdet_setText(csd, bWindows,
lWindows
, &status);
/external/icu4c/test/intltest/
csdetest.cpp
443
int32_t lISO = 0,
lWindows
= 0;
445
char *bWindows = extractBytes(sWindows, "windows-1252",
lWindows
);
450
ucsdet_setText(csd, bWindows,
lWindows
, &status);
Completed in 1527 milliseconds