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

  /external/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');
Android.mk 19 test_name := localization/locales/locale.convenience/conversions/conversions.string/from_bytes
20 test_src := from_bytes.pass.cpp
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");