/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'))
|
/external/libcxx/include/ |
locale | 104 wide_string from_bytes(char byte); 105 wide_string from_bytes(const char* ptr); 106 wide_string from_bytes(const byte_string& str); 107 wide_string from_bytes(const char* first, const char* last); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | 104 wide_string from_bytes(char byte); 105 wide_string from_bytes(const char* ptr); 106 wide_string from_bytes(const byte_string& str); 107 wide_string from_bytes(const char* first, const char* last); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | 104 wide_string from_bytes(char byte); 105 wide_string from_bytes(const char* ptr); 106 wide_string from_bytes(const byte_string& str); 107 wide_string from_bytes(const char* first, const char* last); [all...] |
/art/runtime/gc/collector/ |
concurrent_copying.cc | 1306 uint64_t from_bytes = region_space_->GetBytesAllocatedInFromSpace(); local [all...] |
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...] |
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
request.py | 1179 def from_bytes(cls, b): member in class:BaseRequest [all...] |
/external/libcxx/www/ |
results.Windows.html | 309 from_bytes.pass.cpp: idem (This test passed while it probably shouldn't!).
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
news.txt | 418 ``Request.from_bytes()``. [all...] |
/ndk/tests/device/test-libc++-shared-full/jni/ |
Android.mk | [all...] |
/ndk/tests/device/test-libc++-static-full/jni/ |
Android.mk | [all...] |