Searched defs:conv (Results 1 - 1 of 1) sorted by relevance

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

Completed in 52 milliseconds