Home
last modified time | relevance | path

Searched defs:csd (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c93 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local
126 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local
172 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local
235 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local
288 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local
393 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() local
478 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() local
556 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420() local
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local
258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local
329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local
369 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test() local
429 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local
497 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local
639 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() local
729 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() local
784 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() local
/external/icu/icu4c/source/i18n/
Ducsdet.cpp38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local
51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local
123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local
165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
/external/icu/icu4c/source/samples/csdet/
Dcsdet.c30 UCharsetDetector* csd; in main() local