OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCharsetMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucsdet.h
56
struct
UCharsetMatch
;
62
typedef struct
UCharsetMatch
UCharsetMatch
;
155
* The returned
UCharsetMatch
object is owned by the UCharsetDetector.
167
* @return a
UCharsetMatch
representing the best matching charset,
172
U_STABLE const
UCharsetMatch
* U_EXPORT2
185
* The returned
UCharsetMatch
objects are owned by the UCharsetDetector.
200
* @return A pointer to an array of pointers to
UCharSetMatch
objects.
201
* This array, and the
UCharSetMatch
instances to which it refers,
206
U_STABLE const
UCharsetMatch
** U_EXPORT
[
all
...]
/external/icu4c/i18n/unicode/
ucsdet.h
56
struct
UCharsetMatch
;
62
typedef struct
UCharsetMatch
UCharsetMatch
;
155
* The returned
UCharsetMatch
object is owned by the UCharsetDetector.
167
* @return a
UCharsetMatch
representing the best matching charset,
172
U_STABLE const
UCharsetMatch
* U_EXPORT2
185
* The returned
UCharsetMatch
objects are owned by the UCharsetDetector.
200
* @return A pointer to an array of pointers to
UCharSetMatch
objects.
201
* This array, and the
UCharSetMatch
instances to which it refers,
206
U_STABLE const
UCharsetMatch
** U_EXPORT
[
all
...]
Completed in 25 milliseconds