Searched refs:csd1 (Results 1 – 3 of 3) sorted by relevance
833 UCharsetDetector *csd1 = ucsdet_open(&status); in Ticket6954Test() local834 ucsdet_setText(csd1, bWindows, lWindows, &status); in Ticket6954Test()835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status); in Ticket6954Test()856 ucsdet_close(csd1); in Ticket6954Test()
1153 CharsetDetector csd1 = new CharsetDetector(); in TestBug6954() local1154 csd1.setText(bWindows); in TestBug6954()1155 CharsetMatch match1 = csd1.detect(); in TestBug6954()
1157 CharsetDetector csd1 = new CharsetDetector(); in TestBug6954() local1158 csd1.setText(bWindows); in TestBug6954()1159 CharsetMatch match1 = csd1.detect(); in TestBug6954()