Searched refs:csd1 (Results 1 – 3 of 3) sorted by relevance
818 LocalUCharsetDetectorPointer csd1(ucsdet_open(&status)); in Ticket6954Test() local819 ucsdet_setText(csd1.getAlias(), bWindows.get(), lWindows, &status); in Ticket6954Test()820 const UCharsetMatch *match1 = ucsdet_detect(csd1.getAlias(), &status); in Ticket6954Test()
1162 CharsetDetector csd1 = new CharsetDetector(); in TestBug6954() local1163 csd1.setText(bWindows); in TestBug6954()1164 CharsetMatch match1 = csd1.detect(); in TestBug6954()
1159 CharsetDetector csd1 = new CharsetDetector(); in TestBug6954() local1160 csd1.setText(bWindows); in TestBug6954()1161 CharsetMatch match1 = csd1.detect(); in TestBug6954()