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

  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp 14 // wide_string from_bytes(char byte);
15 // wide_string from_bytes(const char* ptr);
16 // wide_string from_bytes(const byte_string& str);
17 // wide_string from_bytes(const char* first, const char* last);
28 std::wstring ws = myconv.from_bytes('a');
30 ws = myconv.from_bytes(bs.c_str());
32 ws = myconv.from_bytes(bs);
34 ws = myconv.from_bytes(bs.data(), bs.data() + bs.size());
36 ws = myconv.from_bytes("");
ctor_err_string.pass.cpp 44 myconv.from_bytes('\xA5');
59 myconv.from_bytes('\xA5');
71 std::wstring ws = myconv.from_bytes('\xA5');
converted.pass.cpp 30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp 14 // wide_string from_bytes(char byte);
15 // wide_string from_bytes(const char* ptr);
16 // wide_string from_bytes(const byte_string& str);
17 // wide_string from_bytes(const char* first, const char* last);
28 std::wstring ws = myconv.from_bytes('a');
30 ws = myconv.from_bytes(bs.c_str());
32 ws = myconv.from_bytes(bs);
34 ws = myconv.from_bytes(bs.data(), bs.data() + bs.size());
36 ws = myconv.from_bytes("");
ctor_err_string.pass.cpp 41 myconv.from_bytes('\xA5');
54 myconv.from_bytes('\xA5');
65 std::wstring ws = myconv.from_bytes('\xA5');
converted.pass.cpp 30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp 14 // wide_string from_bytes(char byte);
15 // wide_string from_bytes(const char* ptr);
16 // wide_string from_bytes(const byte_string& str);
17 // wide_string from_bytes(const char* first, const char* last);
28 std::wstring ws = myconv.from_bytes('a');
30 ws = myconv.from_bytes(bs.c_str());
32 ws = myconv.from_bytes(bs);
34 ws = myconv.from_bytes(bs.data(), bs.data() + bs.size());
36 ws = myconv.from_bytes("");
ctor_err_string.pass.cpp 42 myconv.from_bytes('\xA5');
55 myconv.from_bytes('\xA5');
66 std::wstring ws = myconv.from_bytes('\xA5');
converted.pass.cpp 30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83");
  /external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp 29 myconv.from_bytes("\xF1\x80\x80\x83");
  /art/runtime/gc/collector/
semi_space.cc 260 const int64_t from_bytes = from_space_->GetBytesAllocated(); local
267 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 1747 const uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); local
    [all...]
  /external/brotli/research/
brotlidump.py 90 #convert to int: int.from_bytes(..., 'little')
93 return int.from_bytes(
    [all...]

Completed in 1124 milliseconds