HomeSort by relevance Sort by last modified time
    Searched full:csd (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/third_party/icu/source/i18n/
ucsdet.cpp 33 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->getCharsetName(index,*status)
160 CharsetDetector *csd = (CharsetDetector *) ucsd; local
    [all...]
  /external/icu4c/i18n/
ucsdet.cpp 33 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->getCharsetName(index,*status)
160 CharsetDetector *csd = (CharsetDetector *) ucsd; local
    [all...]
  /external/icu4c/samples/csdet/
csdet.c 30 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/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 154 UCharsetDetector *csd = ucsdet_open(&status); local
166 ucsdet_setText(csd, bytes, byteLength, &status);
169 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
223 ucsdet_close(csd);
244 UCharsetDetector *csd = ucsdet_open(&status); local
245 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status);
266 ucsdet_close(csd);
279 UCharsetDetector *csd = ucsdet_open(&status); local
283 ucsdet_setText(csd, bytes, byteLength, &status);
284 match = ucsdet_detect(csd, &status)
319 UCharsetDetector *csd = ucsdet_open(&status); local
379 UCharsetDetector *csd = ucsdet_open(&status); local
447 UCharsetDetector *csd = ucsdet_open(&status); local
588 UCharsetDetector *csd = ucsdet_open(&status); local
672 UCharsetDetector *csd = ucsdet_open(&status); local
722 UCharsetDetector *csd = ucsdet_open(&status); local
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 157 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/chromium/third_party/icu/source/test/cintltst/
ucsdetst.c 91 UCharsetDetector *csd = ucsdet_open(&status); local
92 UEnumeration *e = ucsdet_getAllDetectableCharsets(csd, &status);
111 ucsdet_close(csd);
124 UCharsetDetector *csd = ucsdet_open(&status); local
131 ucsdet_setText(csd, bytes, byteLength, &status);
137 match = ucsdet_detect(csd, &status);
150 ucsdet_setDeclaredEncoding(csd, "UTF-8", 5, &status); /* for coverage */
154 ucsdet_close(csd);
170 UCharsetDetector *csd = ucsdet_open(&status); local
175 ucsdet_setText(csd, beBytes, beLength, &status)
233 UCharsetDetector *csd = ucsdet_open(&status); local
286 UCharsetDetector *csd = ucsdet_open(&status); local
391 UCharsetDetector *csd = ucsdet_open(&status); local
476 UCharsetDetector *csd = ucsdet_open(&status); local
554 UCharsetDetector *csd = ucsdet_open(&status); local
    [all...]
  /external/icu4c/test/cintltst/
ucsdetst.c 93 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, beBytes, beLength, &status)
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/clearsilver/ruby/ext/hdf/
neo_cs.c 24 static void c_free (CSPARSE *csd) {
25 if (csd) {
26 cs_destroy (&csd);
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 174 sp<ABuffer> csd = new ABuffer(csdSize); local
175 uint8_t *out = csd->data();
212 // hexdump(csd->data(), csd->size());
214 return csd;
244 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + 2); local
245 memcpy(csd->data(), kStaticESDS, sizeof(kStaticESDS));
246 csd->data()[sizeof(kStaticESDS)] = (x >> 8) & 0xff;
247 csd->data()[sizeof(kStaticESDS) + 1] = x & 0xff;
249 // hexdump(csd->data(), csd->size())
293 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + config->size()); local
443 sp<ABuffer> csd = new ABuffer(len3); local
    [all...]
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 233 sp<ABuffer> csd = new ABuffer(sizeof(kStaticESDS) + 2); local
234 memcpy(csd->data(), kStaticESDS, sizeof(kStaticESDS));
236 csd->data()[sizeof(kStaticESDS)] =
239 csd->data()[sizeof(kStaticESDS) + 1] =
242 meta->setData(kKeyESDS, 0, csd->data(), csd->size());
  /external/kernel-headers/original/linux/mmc/
card.h 66 u32 raw_csd[4]; /* raw card CSD */
69 struct mmc_csd csd; /* card specific */ member in struct:mmc_card
  /external/bluetooth/bluez/audio/
telephony-maemo6.c 48 #define CSD_CSNET_BUS_NAME "com.nokia.csd.CSNet"
49 #define CSD_CSNET_PATH "/com/nokia/csd/csnet"
50 #define CSD_CSNET_IFACE "com.nokia.csd.CSNet"
51 #define CSD_CSNET_REGISTRATION "com.nokia.csd.CSNet.NetworkRegistration"
52 #define CSD_CSNET_OPERATOR "com.nokia.csd.CSNet.NetworkOperator"
53 #define CSD_CSNET_SIGNAL "com.nokia.csd.CSNet.SignalStrength"
79 /* CSD CALL plugin D-Bus definitions */
80 #define CSD_CALL_BUS_NAME "com.nokia.csd.Call"
81 #define CSD_CALL_INTERFACE "com.nokia.csd.Call"
82 #define CSD_CALL_INSTANCE "com.nokia.csd.Call.Instance
    [all...]
telephony-maemo5.c 103 /* CSD CALL plugin D-Bus definitions */
104 #define CSD_CALL_BUS_NAME "com.nokia.csd.Call"
105 #define CSD_CALL_INTERFACE "com.nokia.csd.Call"
106 #define CSD_CALL_INSTANCE "com.nokia.csd.Call.Instance"
107 #define CSD_CALL_CONFERENCE "com.nokia.csd.Call.Conference"
108 #define CSD_CALL_PATH "/com/nokia/csd/call"
109 #define CSD_CALL_CONFERENCE_PATH "/com/nokia/csd/call/conference"
111 /* Call status values as exported by the CSD CALL plugin */
1047 DBG("Ignoring CSD Call state change to existing state");
    [all...]
  /external/tcpdump/
enc.h 5 * Angelos D. Keromytis (kermit@csd.uch.gr) and
  /frameworks/base/media/libstagefright/
avc_utils.cpp 242 sp<ABuffer> csd = new ABuffer(csdSize); local
243 uint8_t *out = csd->data();
270 meta->setData(kKeyAVCC, 0, csd->data(), csd->size());
MPEG4Extractor.cpp 1321 const uint8_t *csd; local
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /development/ndk/platforms/android-3/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mmc/
card.h 68 struct mmc_csd csd; member in struct:mmc_card
  /external/qemu/hw/
mmc.h 122 #define R1_CID_CSD_OVERWRITE (1 << 16) /* erx, c, CID/CSD overwrite */
166 * CSD field definitions

Completed in 457 milliseconds

1 2