HomeSort by relevance Sort by last modified time
    Searched refs:CharsetMatch (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
csmatch.cpp 21 CharsetMatch::CharsetMatch()
27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf)
34 const char* CharsetMatch::getName()const
39 const char* CharsetMatch::getLanguage()const
44 int32_t CharsetMatch::getConfidence()const
49 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const
csdetect.h 19 class CharsetMatch;
25 CharsetMatch **resultArray;
38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
40 const CharsetMatch *detect(UErrorCode& status);
csmatch.h 20 class CharsetMatch : public UMemory
28 CharsetMatch();
csdetect.cpp 61 const CharsetMatch **csm_l = (const CharsetMatch **) left;
62 const CharsetMatch **csm_r = (const CharsetMatch **) right;
186 resultArray = (CharsetMatch **)uprv_malloc(sizeof(CharsetMatch *)*fCSRecognizers_size);
194 resultArray[i] = new CharsetMatch();
247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status)
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status)
298 // Because the resultArray contains preallocated CharsetMatch objects, they aren't actuall
    [all...]
ucsdet.cpp 67 return ((CharsetMatch *) ucsm)->getName();
77 return ((CharsetMatch *) ucsm)->getConfidence();
87 return ((CharsetMatch *) ucsm)->getLanguage();
176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);