Home
last modified time | relevance | path

Searched refs:CharsetMatch (Results 1 – 12 of 12) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
Dcsmatch.cpp21 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set()
34 const char* CharsetMatch::getName()const in getName()
39 const char* CharsetMatch::getLanguage()const in getLanguage()
44 int32_t CharsetMatch::getConfidence()const in getConfidence()
49 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsdetect.cpp61 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator()
62 const CharsetMatch **csm_r = (const CharsetMatch **) right; in charsetMatchComparator()
186 resultArray = (CharsetMatch **)uprv_malloc(sizeof(CharsetMatch *)*fCSRecognizers_size); in CharsetDetector()
194 resultArray[i] = new CharsetMatch(); in CharsetDetector()
247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect()
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll()
309 CharsetMatch *duplicate = resultArray[j]; in detectAll()
Dcsdetect.h19 class CharsetMatch; variable
25 CharsetMatch **resultArray;
38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
40 const CharsetMatch *detect(UErrorCode& status);
Ducsdet.cpp67 return ((CharsetMatch *) ucsm)->getName(); in ucsdet_getName()
77 return ((CharsetMatch *) ucsm)->getConfidence(); in ucsdet_getConfidence()
87 return ((CharsetMatch *) ucsm)->getLanguage(); in ucsdet_getLanguage()
176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()
Dcsmatch.h20 class CharsetMatch : public UMemory
28 CharsetMatch();
/external/icu4c/i18n/
Dcsmatch.cpp21 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch
27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) in set()
34 const char* CharsetMatch::getName()const in getName()
39 const char* CharsetMatch::getLanguage()const in getLanguage()
44 int32_t CharsetMatch::getConfidence()const in getConfidence()
49 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
Dcsdetect.cpp61 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator()
62 const CharsetMatch **csm_r = (const CharsetMatch **) right; in charsetMatchComparator()
186 resultArray = (CharsetMatch **)uprv_malloc(sizeof(CharsetMatch *)*fCSRecognizers_size); in CharsetDetector()
194 resultArray[i] = new CharsetMatch(); in CharsetDetector()
247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect()
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll()
309 CharsetMatch *duplicate = resultArray[j]; in detectAll()
Dcsdetect.h19 class CharsetMatch; variable
25 CharsetMatch **resultArray;
38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);
40 const CharsetMatch *detect(UErrorCode& status);
Ducsdet.cpp67 return ((CharsetMatch *) ucsm)->getName(); in ucsdet_getName()
77 return ((CharsetMatch *) ucsm)->getConfidence(); in ucsdet_getConfidence()
87 return ((CharsetMatch *) ucsm)->getLanguage(); in ucsdet_getLanguage()
176 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status); in ucsdet_getUChars()
Dcsmatch.h20 class CharsetMatch : public UMemory
28 CharsetMatch();
/external/icu4c/common/unicode/
Durename.h1758 #define CharsetMatch U_ICU_ENTRY_POINT_RENAME(CharsetMatch) macro
/external/chromium/third_party/icu/public/common/unicode/
Durename.h1523 #define CharsetMatch CharsetMatch_4_2 macro