Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 112) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/
Dstring.pass.cpp24 std::stringbuf buf("testing"); in main() local
28 std::stringbuf buf("testing", std::ios_base::in); in main() local
32 std::stringbuf buf("testing", std::ios_base::out); in main() local
36 std::wstringbuf buf(L"testing"); in main() local
40 std::wstringbuf buf(L"testing", std::ios_base::in); in main() local
44 std::wstringbuf buf(L"testing", std::ios_base::out); in main() local
Dmove.pass.cpp24 std::stringbuf buf(move(buf1)); in main() local
29 std::stringbuf buf(move(buf1)); in main() local
34 std::stringbuf buf(move(buf1)); in main() local
39 std::wstringbuf buf(move(buf1)); in main() local
44 std::wstringbuf buf(move(buf1)); in main() local
49 std::wstringbuf buf(move(buf1)); in main() local
Ddefault.pass.cpp23 std::stringbuf buf; in main() local
27 std::wstringbuf buf; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/
Dmember_swap.pass.cpp24 std::stringbuf buf; in main() local
31 std::stringbuf buf; in main() local
38 std::stringbuf buf; in main() local
45 std::wstringbuf buf; in main() local
52 std::wstringbuf buf; in main() local
59 std::wstringbuf buf; in main() local
Dnonmember_swap.pass.cpp26 std::stringbuf buf; in main() local
33 std::stringbuf buf; in main() local
40 std::stringbuf buf; in main() local
47 std::wstringbuf buf; in main() local
54 std::wstringbuf buf; in main() local
61 std::wstringbuf buf; in main() local
Dmove.pass.cpp24 std::stringbuf buf; in main() local
30 std::stringbuf buf; in main() local
36 std::stringbuf buf; in main() local
42 std::wstringbuf buf; in main() local
48 std::wstringbuf buf; in main() local
54 std::wstringbuf buf; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Dcp_size_cp.pass.cpp22 char buf[] = "abcd"; in main() local
32 char buf[] = "abcd"; in main() local
41 char buf[] = "abcd"; in main() local
58 char buf[] = "abcd"; in main() local
73 char buf[10] = "abcd"; in main() local
Dscp_size_scp.pass.cpp22 signed char buf[] = "abcd"; in main() local
32 signed char buf[] = "abcd"; in main() local
41 signed char buf[] = "abcd"; in main() local
58 signed char buf[] = "abcd"; in main() local
73 signed char buf[10] = "abcd"; in main() local
Ducp_size_ucp.pass.cpp22 unsigned char buf[] = "abcd"; in main() local
32 unsigned char buf[] = "abcd"; in main() local
41 unsigned char buf[] = "abcd"; in main() local
58 unsigned char buf[] = "abcd"; in main() local
73 unsigned char buf[10] = "abcd"; in main() local
Dcucp_size.pass.cpp22 unsigned char buf[] = "abcd"; in main() local
32 unsigned char buf[] = "abcd"; in main() local
Dccp_size.pass.cpp22 const char buf[] = "abcd"; in main() local
32 const char buf[] = "abcd"; in main() local
Dcscp_size.pass.cpp22 const signed char buf[] = "abcd"; in main() local
32 const signed char buf[] = "abcd"; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/
Dstr.pass.cpp23 std::stringbuf buf("testing"); in main() local
29 std::wstringbuf buf(L"testing"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dseekoff.pass.cpp23 char buf[] = "0123456789"; in main() local
39 char buf[] = "0123456789"; in main() local
Dseekpos.pass.cpp23 char buf[] = "0123456789"; in main() local
31 char buf[] = "0123456789"; in main() local
Dpbackfail.pass.cpp34 const char buf[] = "123"; in main() local
49 char buf[] = "123"; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
Dtest1.pass.cpp34 char buf[100] = {0}; in main() local
46 char buf[100] = {0}; in main() local
59 char buf[100] = {0}; in main() local
72 char buf[100] = {0}; in main() local
85 char buf[100] = {0}; in main() local
98 char buf[100] = {0}; in main() local
Dtest2.pass.cpp34 char buf[100] = {0}; in main() local
46 char buf[100] = {0}; in main() local
59 char buf[100] = {0}; in main() local
72 char buf[100] = {0}; in main() local
85 char buf[100] = {0}; in main() local
98 char buf[100] = {0}; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp25 char buf[10]; in main() local
46 wchar_t buf[10]; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
Dcp_size_mode.pass.cpp22 char buf[] = "123 4.5 dog"; in main() local
42 char buf[23] = "123 4.5 dog"; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/
Dcp_size_mode.pass.cpp22 char buf[] = "123 4.5 dog"; in main() local
32 char buf[23] = "123 4.5 dog"; in main() local
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c116 const char *_Locale_ctype_default(char* buf) { return _C_name; } in _Locale_ctype_default()
117 const char *_Locale_numeric_default(char * buf) { return _C_name; } in _Locale_numeric_default()
118 const char *_Locale_time_default(char* buf) { return _C_name; } in _Locale_time_default()
119 const char *_Locale_collate_default(char* buf) { return _C_name; } in _Locale_collate_default()
120 const char *_Locale_monetary_default(char* buf) { return _C_name; } in _Locale_monetary_default()
121 const char *_Locale_messages_default(char* buf) { return _C_name; } in _Locale_messages_default()
123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf) in _Locale_ctype_name()
126 char const* _Locale_codecvt_name(const struct _Locale_codecvt *lcodecvt, char* buf) in _Locale_codecvt_name()
129 char const* _Locale_numeric_name(const struct _Locale_numeric *lnum, char* buf) in _Locale_numeric_name()
132 char const* _Locale_time_name(const struct _Locale_time *ltime, char* buf) in _Locale_time_name()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c37 wchar_t buf[2]; in _WLocale_ctype() local
92 char const* _Locale_codecvt_name(const _Locale_codecvt_t* lcodecvt, char* buf) { in _Locale_codecvt_name()
186 char *buf, size_t n, char **next) { in _WLocale_unshift()
247 wchar_t buf[4]; in _WLocale_decimal_point() local
253 wchar_t buf[4]; in _WLocale_thousands_sep() local
258 const wchar_t * _WLocale_true(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_true()
265 const wchar_t * _WLocale_false(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_false()
273 const wchar_t* _WLocale_int_curr_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_int_curr_symbol()
276 const wchar_t* _WLocale_currency_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_currency_symbol()
285 const wchar_t* _WLocale_positive_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_positive_sign()
[all …]
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c12 static wchar_t* _ToWChar(const char* buf, wchar_t *wbuf, size_t wbufSize) { in _ToWChar()
160 char const*_Locale_ctype_name( const struct _Locale_ctype *__loc, char *buf ) in _Locale_ctype_name()
165 char const*_Locale_codecvt_name( const struct _Locale_codecvt *__loc, char *buf ) in _Locale_codecvt_name()
170 char const*_Locale_numeric_name( const struct _Locale_numeric *__loc, char *buf ) in _Locale_numeric_name()
175 char const*_Locale_time_name( const struct _Locale_time *__loc, char *buf ) in _Locale_time_name()
180 char const*_Locale_collate_name( const struct _Locale_collate *__loc, char *buf ) in _Locale_collate_name()
185 char const*_Locale_monetary_name( const struct _Locale_monetary *__loc, char *buf ) in _Locale_monetary_name()
190 char const*_Locale_messages_name( const struct _Locale_messages *__loc, char *buf ) in _Locale_messages_name()
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf ) in __Extract_locale_name()
241 char const*_Locale_extract_ctype_name(const char *loc, char *buf, in _Locale_extract_ctype_name()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp131 wchar_t buf[128]; in _Init_timeinfo() local
148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat()
165 static void __append(__iostring &buf, const string& name) in __append()
168 static void __append(__iowstring &buf, const wstring& name) in __append()
171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) in __append()
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append()
213 void _STLP_CALL __write_formatted_timeT(_STLP_BASIC_IOSTRING(_Ch) &buf, in __write_formatted_timeT()
454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time()
459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
511 char buf[_Locale_MAX_SIMPLE_NAME]; in time_init() local
[all …]

12345