Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducsdet.cpp33 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local
46 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local
118 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local
160 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local
/external/icu4c/test/cintltst/
Ducsdetst.c85 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local
118 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local
159 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local
222 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local
275 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local
/external/icu4c/test/intltest/
Dcsdetest.cpp141 UCharsetDetector *csd = ucsdet_open(&status); in checkEncoding() local
231 UCharsetDetector *csd = ucsdet_open(&status); in ConstructionTest() local
266 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local
306 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test() local
366 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local
434 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local
/external/icu4c/samples/csdet/
Dcsdet.c30 UCharsetDetector* csd; in main() local
/external/clearsilver/ruby/ext/hdf/
Dneo_cs.c24 static void c_free (CSPARSE *csd) { in c_free()