Searched refs:csd (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 93 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local 94 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status); in TestConstruction() 113 ucsdet_close(csd); in TestConstruction() 126 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local 133 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8() 139 match = ucsdet_detect(csd, &status); in TestUTF8() 152 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in TestUTF8() 156 ucsdet_close(csd); in TestUTF8() 172 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local 177 ucsdet_setText(csd, beBytes, beLength, &status); in TestUTF16() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local 181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status); in checkEncoding() 184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding() 258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local 259 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status)); in ConstructionTest() 285 LocalUEnumerationPointer eActive(ucsdet_getDetectableCharsets(csd.getAlias(), status)); in ConstructionTest() 329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local 333 ucsdet_setText(csd, bytes, byteLength, &status); in UTF8Test() 334 match = ucsdet_detect(csd, &status); in UTF8Test() 347 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in UTF8Test() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local 41 delete csd; in ucsdet_open() 42 csd = NULL; in ucsdet_open() 45 return (UCharsetDetector *) csd; in ucsdet_open() 51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local 52 delete csd; in ucsdet_close() 123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local 125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll() 165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() local 166 UBool prev = csd->getStripTagsFlag(); in ucsdet_enableInputFilter() [all …]
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 30 UCharsetDetector* csd; in main() local 51 csd = ucsdet_open(&status); in main() 52 ucsdet_setText(csd, buffer, inputLength, &status); in main() 54 csm = ucsdet_detectAll(csd, &matchCount, &status); in main() 68 ucsdet_close(csd); in main()
|
/external/eigen/lapack/ |
D | CMakeLists.txt | 216 add_lapack_test(scsd.out csd.in xeigtsts) 283 add_lapack_test(dcsd.out csd.in xeigtstd) 348 add_lapack_test(ccsd.out csd.in xeigtstc) 415 add_lapack_test(zcsd.out csd.in xeigtstz)
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 192 csd{""}
|
/external/libpcap/ |
D | CHANGES | 655 Johansen (fsj@csd.cri.dk).
|