Home | History | Annotate | Download | only in i18n

Lines Matching refs:textIn

146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
147 int32_t confidence = match_2022(textIn->fInputBytes,
148 textIn->fInputLen,
151 results->set(textIn, this, confidence);
161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
162 int32_t confidence = match_2022(textIn->fInputBytes,
163 textIn->fInputLen,
166 results->set(textIn, this, confidence);
176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
177 int32_t confidence = match_2022(textIn->fInputBytes,
178 textIn->fInputLen,
181 results->set(textIn, this, confidence);