Home | History | Annotate | Download | only in i18n

Lines Matching refs:textIn

149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const {
150 int32_t confidence = match_2022(textIn->fInputBytes,
151 textIn->fInputLen,
154 results->set(textIn, this, confidence);
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const {
166 int32_t confidence = match_2022(textIn->fInputBytes,
167 textIn->fInputLen,
170 results->set(textIn, this, confidence);
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const {
181 int32_t confidence = match_2022(textIn->fInputBytes,
182 textIn->fInputLen,
185 results->set(textIn, this, confidence);