HomeSort by relevance Sort by last modified time
    Searched refs:totalchars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/media_galleries/
pmp_test_util.cc 34 std::vector<char> totalchars; local
38 std::copy(it->begin(), it->end(), std::back_inserter(totalchars));
39 totalchars.push_back('\0'); // Add the null termination too.
42 return totalchars;
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 352 int totalchars = 0; local
388 totalchars++;
394 if (freqdata != NULL && totalchars != 0) {
395 int myconfidence = 10 + float((100 * frequentchars) / totalchars) / freqcoverage;
397 totalchars, frequentchars);

Completed in 51 milliseconds