Searched refs:lWindows (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 494 int32_t lISO = 0, lWindows = 0; in C1BytesTest() local 496 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest() 501 ucsdet_setText(csd, bWindows, lWindows, &status); in C1BytesTest() 827 int32_t lISO = 0, lWindows = 0; in Ticket6954Test() local 829 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in Ticket6954Test() 834 ucsdet_setText(csd1, bWindows, lWindows, &status); in Ticket6954Test()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 233 int32_t lISO = 0, lWindows = 0; in TestC1Bytes() local 243 bWindows = extractBytes(sWindows, sWindowsLength, "windows-1252", &lWindows); in TestC1Bytes() 245 ucsdet_setText(csd, bWindows, lWindows, &status); in TestC1Bytes()
|