OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucma
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
CharacterEncodingDetector.h
45
const UCharsetMatch**
ucma
, size_t matches,
/frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp
118
const UCharsetMatch**
ucma
= ucsdet_detectAll(csd, &matches, &status);
local
122
ucma
, matches, &goodmatch, &highest);
148
ucma
= ucsdet_detectAll(csd, &matches, &status);
150
ucma
, matches, &goodmatch, &highest);
282
const UCharsetMatch**
ucma
, size_t nummatches,
291
const char *encname = ucsdet_getName(
ucma
[i], &status);
292
int confidence = ucsdet_getConfidence(
ucma
[i], &status);
294
matches.push_back(
ucma
[i]);
Completed in 149 milliseconds