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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
to_bytes.pass.cpp 14 // byte_string to_bytes(Elem wchar);
15 // byte_string to_bytes(const Elem* wptr);
16 // byte_string to_bytes(const wide_string& wstr);
17 // byte_string to_bytes(const Elem* first, const Elem* last);
28 std::string bs = myconv.to_bytes(ws[0]);
30 bs = myconv.to_bytes(ws.c_str());
32 bs = myconv.to_bytes(ws);
34 bs = myconv.to_bytes(ws.data(), ws.data() + ws.size());
36 bs = myconv.to_bytes(L"");
ctor_err_string.pass.cpp 29 myconv.to_bytes(L"\xDA83");
46 std::string bs = myconv.to_bytes(L"\xDA83");
59 std::string bs = myconv.to_bytes(L"\xDA83");
converted.pass.cpp 26 std::string bs = myconv.to_bytes(L"\x40003");
28 bs = myconv.to_bytes(L"\x40003\x65");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
misc.py 5 from coverage.backward import string_class, to_bytes namespace
93 self.md5.update(to_bytes(str(type(v))))
95 self.md5.update(to_bytes(v))
backward.py 103 def to_bytes(s): function
112 def to_bytes(s): function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale 107 byte_string to_bytes(Elem wchar);
108 byte_string to_bytes(const Elem* wptr);
109 byte_string to_bytes(const wide_string& wstr);
110 byte_string to_bytes(const Elem* first, const Elem* last);
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 365 (*to_bytes)( PS_Parser parser, member in struct:PS_Parser_FuncsRec_
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 365 (*to_bytes)( PS_Parser parser, member in struct:PS_Parser_FuncsRec_
    [all...]

Completed in 411 milliseconds