Searched defs:csd (Results 1 – 5 of 5) sorted by relevance
33 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local46 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local118 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local160 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
85 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local118 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local159 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local222 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local275 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local
141 UCharsetDetector *csd = ucsdet_open(&status); in checkEncoding() local231 UCharsetDetector *csd = ucsdet_open(&status); in ConstructionTest() local266 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local306 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test() local366 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local434 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local
30 UCharsetDetector* csd; in main() local
24 static void c_free (CSPARSE *csd) { in c_free()