Searched refs:targetLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp220 int targetLength = len * 3 + 1; local
221 char* buffer = new char[targetLength];
222 // don't normally check for NULL, but in this case targetLength may be large
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,

Completed in 273 milliseconds