Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp206 UConverter *conv = ucnv_open(enc, &status); in detectAndConvert() local
211 conv = ucnv_open("ISO-8859-1", &status); in detectAndConvert()
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength, in detectAndConvert()
251 ucnv_close(conv); in detectAndConvert()
339 UConverter *conv = ucnv_open(encname, &status); in getPreferred() local
358 UChar32 c = ucnv_getNextUChar(conv, &source, sourceLimit, &status); in getPreferred()
402 ucnv_close(conv); in getPreferred()