Searched refs:csd1 (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp833 UCharsetDetector *csd1 = ucsdet_open(&status); local
834 ucsdet_setText(csd1, bWindows, lWindows, &status);
835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status);
856 ucsdet_close(csd1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java1145 CharsetDetector csd1 = new CharsetDetector();
1146 csd1.setText(bWindows);
1147 CharsetMatch match1 = csd1.detect();

Completed in 211 milliseconds