Home
last modified time | relevance | path

Searched refs:csd2 (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp831 LocalUCharsetDetectorPointer csd2(ucsdet_open(&status)); in Ticket6954Test() local
832 ucsdet_setText(csd2.getAlias(), bISO.get(), lISO, &status); in Ticket6954Test()
833 const UCharsetMatch *match2 = ucsdet_detect(csd2.getAlias(), &status); in Ticket6954Test()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java1167 CharsetDetector csd2 = new CharsetDetector(); in TestBug6954() local
1168 csd2.setText(bISO); in TestBug6954()
1169 CharsetMatch match2 = csd2.detect(); in TestBug6954()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java1170 CharsetDetector csd2 = new CharsetDetector(); in TestBug6954() local
1171 csd2.setText(bISO); in TestBug6954()
1172 CharsetMatch match2 = csd2.detect(); in TestBug6954()