HomeSort by relevance Sort by last modified time
    Searched refs:from_bytes (Results 1 - 12 of 12) 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 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");
  /ndk/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");
  /hardware/bsp/intel/peripheral/libmraa/examples/python/
bmp85.py 53 print(int.from_bytes(d, byteorder='little'))
  /art/runtime/gc/collector/
semi_space.cc 258 const int64_t from_bytes = from_space_->GetBytesAllocated(); local
265 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 1306 uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); local
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 1179 def from_bytes(cls, b): member in class:BaseRequest
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 5073 milliseconds