Lines Matching refs:enc
201 const char *enc; in detectAndConvert() local
220 enc = ucsdet_getName(bestSingleMatch, &status); in detectAndConvert()
222 enc = combinedenc; in detectAndConvert()
225 enc = combinedenc; in detectAndConvert()
229 enc = "UTF-8"; in detectAndConvert()
238 enc = ucsdet_getName(ucm, &status); in detectAndConvert()
240 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status)); in detectAndConvert()
244 if (strcmp(enc,"UTF-8") != 0) { in detectAndConvert()
246 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
248 UConverter *conv = ucnv_open(enc, &status); in detectAndConvert()
251 enc, status); in detectAndConvert()