OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharsetDetector
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucsdet.h
49
struct
UCharsetDetector
;
54
typedef struct
UCharsetDetector
UCharsetDetector
;
72
U_STABLE
UCharsetDetector
* U_EXPORT2
85
ucsdet_close(
UCharsetDetector
*ucsd);
93
* "Smart pointer" class, closes a
UCharsetDetector
via ucsdet_close().
100
U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer,
UCharsetDetector
, ucsdet_close);
122
ucsdet_setText(
UCharsetDetector
*ucsd, const char *textIn, int32_t len, UErrorCode *status);
144
ucsdet_setDeclaredEncoding(
UCharsetDetector
*ucsd, const char *encoding, int32_t length, UErrorCode *status);
155
* The returned UCharsetMatch object is owned by the
UCharsetDetector
[
all
...]
/external/icu4c/i18n/unicode/
ucsdet.h
49
struct
UCharsetDetector
;
54
typedef struct
UCharsetDetector
UCharsetDetector
;
72
U_STABLE
UCharsetDetector
* U_EXPORT2
85
ucsdet_close(
UCharsetDetector
*ucsd);
93
* "Smart pointer" class, closes a
UCharsetDetector
via ucsdet_close().
100
U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer,
UCharsetDetector
, ucsdet_close);
122
ucsdet_setText(
UCharsetDetector
*ucsd, const char *textIn, int32_t len, UErrorCode *status);
144
ucsdet_setDeclaredEncoding(
UCharsetDetector
*ucsd, const char *encoding, int32_t length, UErrorCode *status);
155
* The returned UCharsetMatch object is owned by the
UCharsetDetector
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucsdet.cpp
26
U_CAPI
UCharsetDetector
* U_EXPORT2
40
return (
UCharsetDetector
*) csd;
44
ucsdet_close(
UCharsetDetector
*ucsd)
51
ucsdet_setText(
UCharsetDetector
*ucsd, const char *textIn, int32_t len, UErrorCode *status)
91
ucsdet_detect(
UCharsetDetector
*ucsd, UErrorCode *status)
101
ucsdet_setDeclaredEncoding(
UCharsetDetector
*ucsd, const char *encoding, int32_t length, UErrorCode *status)
111
ucsdet_detectAll(
UCharsetDetector
*ucsd,
124
// ucsdet_getDetectableCharsetName(const
UCharsetDetector
*csd, int32_t index, UErrorCode *status)
133
// ucsdet_getDetectableCharsetsCount(const
UCharsetDetector
*csd, UErrorCode *status)
138
// return
UCharsetDetector
::getDetectableCount()
[
all
...]
csdetect.cpp
394
ucsdet_getAllDetectableCharsets(const
UCharsetDetector
* /*ucsd*/, UErrorCode *status)
/external/icu4c/i18n/
ucsdet.cpp
26
U_CAPI
UCharsetDetector
* U_EXPORT2
40
return (
UCharsetDetector
*) csd;
44
ucsdet_close(
UCharsetDetector
*ucsd)
51
ucsdet_setText(
UCharsetDetector
*ucsd, const char *textIn, int32_t len, UErrorCode *status)
91
ucsdet_detect(
UCharsetDetector
*ucsd, UErrorCode *status)
101
ucsdet_setDeclaredEncoding(
UCharsetDetector
*ucsd, const char *encoding, int32_t length, UErrorCode *status)
111
ucsdet_detectAll(
UCharsetDetector
*ucsd,
124
// ucsdet_getDetectableCharsetName(const
UCharsetDetector
*csd, int32_t index, UErrorCode *status)
133
// ucsdet_getDetectableCharsetsCount(const
UCharsetDetector
*csd, UErrorCode *status)
138
// return
UCharsetDetector
::getDetectableCount()
[
all
...]
csdetect.cpp
348
ucsdet_getAllDetectableCharsets(const
UCharsetDetector
* /*ucsd*/, UErrorCode *status)
/external/chromium/base/i18n/
icu_encoding_detection.cc
21
UCharsetDetector
* detector = ucsdet_open(&status);
40
UCharsetDetector
* detector = ucsdet_open(&status);
/external/chromium_org/base/i18n/
icu_encoding_detection.cc
21
UCharsetDetector
* detector = ucsdet_open(&status);
40
UCharsetDetector
* detector = ucsdet_open(&status);
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextEncodingDetector.cpp
46
UCharsetDetector
* detector = ucsdet_open(&status);
/external/icu4c/samples/csdet/
csdet.c
30
UCharsetDetector
* csd;
/external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c
93
UCharsetDetector
*csd = ucsdet_open(&status);
126
UCharsetDetector
*csd = ucsdet_open(&status);
172
UCharsetDetector
*csd = ucsdet_open(&status);
235
UCharsetDetector
*csd = ucsdet_open(&status);
288
UCharsetDetector
*csd = ucsdet_open(&status);
393
UCharsetDetector
*csd = ucsdet_open(&status);
478
UCharsetDetector
*csd = ucsdet_open(&status);
556
UCharsetDetector
*csd = ucsdet_open(&status);
/external/icu4c/test/cintltst/
ucsdetst.c
93
UCharsetDetector
*csd = ucsdet_open(&status);
126
UCharsetDetector
*csd = ucsdet_open(&status);
172
UCharsetDetector
*csd = ucsdet_open(&status);
235
UCharsetDetector
*csd = ucsdet_open(&status);
288
UCharsetDetector
*csd = ucsdet_open(&status);
393
UCharsetDetector
*csd = ucsdet_open(&status);
478
UCharsetDetector
*csd = ucsdet_open(&status);
556
UCharsetDetector
*csd = ucsdet_open(&status);
/external/icu4c/test/intltest/
csdetest.cpp
290
UCharsetDetector
*csd = ucsdet_open(&status);
330
UCharsetDetector
*csd = ucsdet_open(&status);
390
UCharsetDetector
*csd = ucsdet_open(&status);
458
UCharsetDetector
*csd = ucsdet_open(&status);
599
UCharsetDetector
*csd = ucsdet_open(&status);
683
UCharsetDetector
*csd = ucsdet_open(&status);
733
UCharsetDetector
*csd = ucsdet_open(&status);
782
UCharsetDetector
*csd1 = ucsdet_open(&status);
791
UCharsetDetector
*csd2 = ucsdet_open(&status);
/external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp
278
UCharsetDetector
*csd = ucsdet_open(&status);
318
UCharsetDetector
*csd = ucsdet_open(&status);
378
UCharsetDetector
*csd = ucsdet_open(&status);
446
UCharsetDetector
*csd = ucsdet_open(&status);
587
UCharsetDetector
*csd = ucsdet_open(&status);
671
UCharsetDetector
*csd = ucsdet_open(&status);
721
UCharsetDetector
*csd = ucsdet_open(&status);
Completed in 1264 milliseconds