Searched refs:CharsetMatch (Results 1 – 6 of 6) sorted by relevance
21 CharsetMatch::CharsetMatch() in CharsetMatch() function in CharsetMatch27 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()
61 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()
19 class CharsetMatch; variable25 CharsetMatch **resultArray;38 const CharsetMatch * const *detectAll(int32_t &maxMatchesFound, UErrorCode &status);40 const CharsetMatch *detect(UErrorCode& status);
67 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()
20 class CharsetMatch : public UMemory28 CharsetMatch();
1820 #define CharsetMatch U_ICU_ENTRY_POINT_RENAME(CharsetMatch) macro