Home
last modified time | relevance | path

Searched defs:csd (Results 1 – 6 of 6) 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.c93 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() local
126 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() local
172 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() local
235 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() local
288 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() local
393 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() local
478 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() local
556 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420() local
/external/icu4c/test/intltest/
Dcsdetest.cpp169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status)); in checkEncoding() local
258 LocalUCharsetDetectorPointer csd(ucsdet_open(status)); in ConstructionTest() local
290 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() local
330 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test() local
390 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() local
458 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() local
599 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() local
683 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() local
733 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() local
/external/icu4c/samples/csdet/
Dcsdet.c30 UCharsetDetector* csd; in main() local
/external/qemu/android/camera/
Dcamera-service.c278 _wecam_setup(CameraServiceDesc* csd, in _wecam_setup()
313 _camera_service_init(CameraServiceDesc* csd) in _camera_service_init()
484 _factory_client_list_cameras(CameraServiceDesc* csd, QemudClient* client) in _factory_client_list_cameras()
538 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; in _factory_client_recv() local
649 _camera_client_create(CameraServiceDesc* csd, const char* param) in _camera_client_create()
1246 CameraServiceDesc* csd = (CameraServiceDesc*)opaque; in _camera_service_connect() local
/external/kernel-headers/original/linux/mmc/
Dcard.h69 struct mmc_csd csd; /* card specific */ member