Searched refs:csd (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 94 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local 95 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status); in TestConstruction() 114 ucsdet_close(csd); in TestConstruction() 127 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local 134 ucsdet_setText(csd, bytes, byteLength, &status); in TestUTF8() 140 match = ucsdet_detect(csd, &status); in TestUTF8() 153 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */ in TestUTF8() 157 ucsdet_close(csd); in TestUTF8() 173 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local 178 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 | 34 UCharsetDetector* csd; in main() local 55 csd = ucsdet_open(&status); in main() 56 ucsdet_setText(csd, buffer, inputLength, &status); in main() 58 csm = ucsdet_detectAll(csd, &matchCount, &status); in main() 72 ucsdet_close(csd); in main()
|
/external/ltp/testcases/network/lib6/ |
D | asapi_01.c | 383 int csd[2]; /* control sockets */ in csum_test() local 387 isocketpair(PF_INET, SOCK_STREAM, 0, csd); in csum_test() 393 FD_SET(csd[1], &rset_save); in csum_test() 395 maxfd = MAX(sd, csd[1]); in csum_test() 400 close(csd[0]); in csum_test() 406 close(csd[1]); in csum_test() 407 client(csd[0]); in csum_test() 432 if (write(csd[1], packet, cc) < 0) { in csum_test() 437 if (FD_ISSET(csd[1], &rset)) { in csum_test() 440 cc = read(csd[1], buf, sizeof(buf)); in csum_test()
|
/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 | 234 csd{""}
|
/external/libpcap/ |
D | CHANGES | 706 Johansen (fsj@csd.cri.dk).
|