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/icu/icu4c/source/test/intltest/
csdetest.cpp
494
int32_t lISO = 0,
lWindows
= 0;
496
char *bWindows = extractBytes(sWindows, "windows-1252",
lWindows
);
501
ucsdet_setText(csd, bWindows,
lWindows
, &status);
827
int32_t lISO = 0,
lWindows
= 0;
829
char *bWindows = extractBytes(sWindows, "windows-1252",
lWindows
);
834
ucsdet_setText(csd1, bWindows,
lWindows
, &status);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
233
int32_t lISO = 0,
lWindows
= 0;
243
bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &
lWindows
);
245
ucsdet_setText(csd, bWindows,
lWindows
, &status);
Completed in 72 milliseconds