Searched defs:csd (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/samples/csdet/
H A Dcsdet.c30 UCharsetDetector* csd; local
51 csd = ucsdet_open(&status);
52 ucsdet_setText(csd, buffer, inputLength, &status);
54 csm = ucsdet_detectAll(csd, &matchCount, &status);
68 ucsdet_close(csd);
/external/icu4c/i18n/
H A Ducsdet.cpp33 CharsetDetector* csd = new CharsetDetector(*status); local
36 delete csd;
37 csd = NULL;
40 return (UCharsetDetector *) csd;
46 CharsetDetector *csd = (CharsetDetector *) ucsd; local
47 delete csd;
118 CharsetDetector *csd = (CharsetDetector *) ucsd; local
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
124 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status)
129 // return csd
160 CharsetDetector *csd = (CharsetDetector *) ucsd; local
[all...]
/external/icu4c/test/cintltst/
H A Ducsdetst.c93 UCharsetDetector *csd = ucsdet_open(&status); local
94 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status);
113 ucsdet_close(csd);
126 UCharsetDetector *csd = ucsdet_open(&status); local
133 ucsdet_setText(csd, bytes, byteLength, &status);
139 match = ucsdet_detect(csd, &status);
152 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */
156 ucsdet_close(csd);
172 UCharsetDetector *csd = ucsdet_open(&status); local
177 ucsdet_setText(csd, beByte
235 UCharsetDetector *csd = ucsdet_open(&status); local
288 UCharsetDetector *csd = ucsdet_open(&status); local
393 UCharsetDetector *csd = ucsdet_open(&status); local
478 UCharsetDetector *csd = ucsdet_open(&status); local
556 UCharsetDetector *csd = ucsdet_open(&status); local
[all...]
/external/kernel-headers/original/linux/mmc/
H A Dcard.h69 struct mmc_csd csd; /* card specific */ member in struct:mmc_card
/external/icu4c/test/intltest/
H A Dcsdetest.cpp157 LocalUCharsetDetectorPointer csd(ucsdet_open(&status));
169 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
246 LocalUCharsetDetectorPointer csd(ucsdet_open(status));
247 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
278 UCharsetDetector *csd = ucsdet_open(&status); local
282 ucsdet_setText(csd, bytes, byteLength, &status);
283 match = ucsdet_detect(csd, &status);
296 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */
301 ucsdet_close(csd);
318 UCharsetDetector *csd = ucsdet_open(&status); local
378 UCharsetDetector *csd = ucsdet_open(&status); local
446 UCharsetDetector *csd = ucsdet_open(&status); local
587 UCharsetDetector *csd = ucsdet_open(&status); local
671 UCharsetDetector *csd = ucsdet_open(&status); local
721 UCharsetDetector *csd = ucsdet_open(&status); local
[all...]
/external/qemu/android/camera/
H A Dcamera-service.c271 * csd - Camera service descriptor to initialize a record in.
278 _wecam_setup(CameraServiceDesc* csd, argument
294 memcpy(csd->camera_info + csd->camera_count, found, sizeof(CameraInfo));
298 if (csd->camera_info[csd->camera_count].direction != NULL) {
299 free(csd->camera_info[csd->camera_count].direction);
301 csd->camera_info[csd
313 _camera_service_init(CameraServiceDesc* csd) argument
484 _factory_client_list_cameras(CameraServiceDesc* csd, QemudClient* client) argument
538 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; local
649 _camera_client_create(CameraServiceDesc* csd, const char* param) argument
1246 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; local
[all...]

Completed in 190 milliseconds