OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_bytes
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/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");
/ndk/sources/cxx-stl/llvm-libc++/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/freetype/include/freetype/internal/
psaux.h
361
(*
to_bytes
)( PS_Parser parser,
member in struct:PS_Parser_FuncsRec_
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/www/
results.Windows.html
310
to_bytes
.pass.cpp: idem.
Completed in 269 milliseconds