OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharsetMatch
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
ucsdet.h
62
struct
UCharsetMatch
;
68
typedef struct
UCharsetMatch
UCharsetMatch
;
161
* The returned
UCharsetMatch
object is owned by the UCharsetDetector.
173
* @return a
UCharsetMatch
representing the best matching charset,
178
U_STABLE const
UCharsetMatch
* U_EXPORT2
191
* The returned
UCharsetMatch
objects are owned by the UCharsetDetector.
206
* @return A pointer to an array of pointers to
UCharSetMatch
objects.
207
* This array, and the
UCharSetMatch
instances to which it refers,
212
U_STABLE const
UCharsetMatch
** U_EXPORT
[
all
...]
/frameworks/av/media/libmedia/include/media/
CharacterEncodingDetector.h
43
const
UCharsetMatch
*getPreferred(
45
const
UCharsetMatch
** ucma, size_t matches,
/external/icu/icu4c/source/i18n/
ucsdet.cpp
66
ucsdet_getName(const
UCharsetMatch
*ucsm, UErrorCode *status)
76
ucsdet_getConfidence(const
UCharsetMatch
*ucsm, UErrorCode *status)
86
ucsdet_getLanguage(const
UCharsetMatch
*ucsm, UErrorCode *status)
95
U_CAPI const
UCharsetMatch
* U_EXPORT2
102
return (const
UCharsetMatch
*) ((CharsetDetector *) ucsd)->detect(*status);
115
U_CAPI const
UCharsetMatch
**
125
return (const
UCharsetMatch
**)csd->detectAll(*maxMatchesFound,*status);
174
ucsdet_getUChars(const
UCharsetMatch
*ucsm,
/frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp
87
const
UCharsetMatch
*ucm;
120
const
UCharsetMatch
** ucma = ucsdet_detectAll(csd, &matches, &status);
121
const
UCharsetMatch
* bestCombinedMatch = getPreferred(buf, strlen(buf),
190
const
UCharsetMatch
** ucma = ucsdet_detectAll(csd, &matches, &status);
191
const
UCharsetMatch
* bestSingleMatch = getPreferred(s, inputLength,
296
const
UCharsetMatch
*CharacterEncodingDetector::getPreferred(
298
const
UCharsetMatch
** ucma, size_t nummatches,
302
Vector<const
UCharsetMatch
*> matches;
/external/icu/icu4c/source/samples/csdet/
csdet.c
35
const
UCharsetMatch
**csm;
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
184
const
UCharsetMatch
**matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
330
const
UCharsetMatch
*match;
370
const
UCharsetMatch
*match;
430
const
UCharsetMatch
*match;
498
const
UCharsetMatch
*match;
647
const
UCharsetMatch
*match;
737
const
UCharsetMatch
*match;
792
const
UCharsetMatch
**matches = ucsdet_detectAll(csd, &matchCount, &status);
835
const
UCharsetMatch
*match1 = ucsdet_detect(csd1, &status);
844
const
UCharsetMatch
*match2 = ucsdet_detect(csd2, &status)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
128
const
UCharsetMatch
*match;
174
const
UCharsetMatch
*match;
237
const
UCharsetMatch
*match;
290
const
UCharsetMatch
*match;
395
const
UCharsetMatch
*match;
480
const
UCharsetMatch
*match;
558
const
UCharsetMatch
*match;
Completed in 1312 milliseconds