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

  /system/core/base/
utf8.cpp 190 std::wstring mode_utf16; local
191 if (!UTF8ToWide(mode, &mode_utf16)) {
195 return _wfopen(name_utf16.c_str(), mode_utf16.c_str());
  /packages/apps/TV/src/com/android/tv/tuner/ts/
SectionParser.java 103 private static final byte MODE_UTF16 = (byte) 0x3f;
    [all...]

Completed in 166 milliseconds