Searched refs:csd (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/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/icu/icu4c/source/i18n/
H A Ducsdet.cpp38 CharsetDetector* csd = new CharsetDetector(*status); local
41 delete csd;
42 csd = NULL;
45 return (UCharsetDetector *) csd;
51 CharsetDetector *csd = (CharsetDetector *) ucsd; local
52 delete csd;
123 CharsetDetector *csd = (CharsetDetector *) ucsd; local
125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
129 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status)
134 // return csd
165 CharsetDetector *csd = (CharsetDetector *) ucsd; local
[all...]
/external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp169 LocalUCharsetDetectorPointer csd(ucsdet_open(&status));
181 ucsdet_setText(csd.getAlias(), bytes, byteLength, &status);
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
258 LocalUCharsetDetectorPointer csd(ucsdet_open(status));
259 LocalUEnumerationPointer e(ucsdet_getAllDetectableCharsets(csd.getAlias(), status));
285 LocalUEnumerationPointer eActive(ucsdet_getDetectableCharsets(csd.getAlias(), status));
329 UCharsetDetector *csd = ucsdet_open(&status); local
333 ucsdet_setText(csd, bytes, byteLength, &status);
334 match = ucsdet_detect(csd, &status);
347 ucsdet_setDeclaredEncoding(csd, "UT
369 UCharsetDetector *csd = ucsdet_open(&status); local
429 UCharsetDetector *csd = ucsdet_open(&status); local
497 UCharsetDetector *csd = ucsdet_open(&status); local
639 UCharsetDetector *csd = ucsdet_open(&status); local
729 UCharsetDetector *csd = ucsdet_open(&status); local
784 UCharsetDetector *csd = ucsdet_open(&status); local
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 86 milliseconds