Home
last modified time | relevance | path

Searched refs:ucsd (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Ducsdet.cpp49 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close() argument
51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() argument
62 ((CharsetDetector *) ucsd)->setText(textIn, len); in ucsdet_setText()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() argument
102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() argument
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length); in ucsdet_setDeclaredEncoding()
116 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() argument
123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll()
[all …]
/external/icu/libicu/cts_headers/unicode/
Ducsdet.h94 ucsdet_close(UCharsetDetector *ucsd);
131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
368 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
383 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
400 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
416 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode…
/external/icu/libandroidicu/include/unicode/
Ducsdet.h94 ucsdet_close(UCharsetDetector *ucsd);
131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
368 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
383 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
400 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
416 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode…
/external/icu/icu4c/source/i18n/unicode/
Ducsdet.h94 ucsdet_close(UCharsetDetector *ucsd);
131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
368 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
383 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
400 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
416 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode…
/external/icu/libandroidicu/static_shim/
Dshim.cpp289 void ucsdet_close_android(UCharsetDetector * ucsd) { in ucsdet_close_android() argument
290 ucsdet_close(ucsd); in ucsdet_close_android()
292 const UCharsetMatch * ucsdet_detect_android(UCharsetDetector * ucsd, UErrorCode * status) { in ucsdet_detect_android() argument
293 return ucsdet_detect(ucsd, status); in ucsdet_detect_android()
295 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() argument
296 return ucsdet_detectAll(ucsd, matchesFound, status); in ucsdet_detectAll_android()
307 void ucsdet_setText_android(UCharsetDetector * ucsd, const char * textIn, int32_t len, UErrorCode *… in ucsdet_setText_android() argument
308 ucsdet_setText(ucsd, textIn, len, status); in ucsdet_setText_android()
/external/cldr/common/testData/transforms/
Dja-Latn-t-ja-hrkt-m0-bgn.txt7 # http://libraries.ucsd.edu/bib/fed/USBGN_romanization.pdf
/external/icu/icu4c/source/data/translit/
Dja_Hrkt_ja_Latn_BGN.txt15 # http://libraries.ucsd.edu/bib/fed/USBGN_romanization.pdf
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Drsa.rst728 .. _`proven secure`: https://cseweb.ucsd.edu/~mihir/papers/oae.pdf
/external/llvm-project/clang/docs/
DControlFlowIntegrityDesign.rst293 .. [1] `Protecting C++ Dynamic Dispatch Through VTable Interleaving <https://cseweb.ucsd.edu/~lerne…