HomeSort by relevance Sort by last modified time
    Searched defs:Utf8ToUtf16 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/androidfw/
Util.cpp 44 std::u16string Utf8ToUtf16(const StringPiece& utf8) {
AssetManager2.cpp 616 static bool Utf8ToUtf16(const StringPiece& str, std::u16string* out) {
649 if (!Utf8ToUtf16(type, &type16)) {
654 if (!Utf8ToUtf16(entry, &entry16)) {
    [all...]
  /frameworks/base/tools/aapt2/util/
Util.cpp 444 std::u16string Utf8ToUtf16(const StringPiece& utf8) {

Completed in 811 milliseconds