Searched refs:wide_string (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_conv.h | 236 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string; in _GLIBCXX_VISIBILITY() typedef 238 typedef typename wide_string::traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() 278 const wide_string& __wide_err = wide_string()) in _GLIBCXX_VISIBILITY() 295 wide_string in _GLIBCXX_VISIBILITY() 302 wide_string in _GLIBCXX_VISIBILITY() 306 wide_string in _GLIBCXX_VISIBILITY() 313 wide_string in _GLIBCXX_VISIBILITY() 318 wide_string __out{ _M_wide_err_string.get_allocator() }; in _GLIBCXX_VISIBILITY() 339 return to_bytes(__ptr, __ptr+wide_string::traits_type::length(__ptr)); in _GLIBCXX_VISIBILITY() 343 to_bytes(const wide_string& __wstr) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_conv.h | 266 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string; in _GLIBCXX_VISIBILITY() typedef 268 typedef typename wide_string::traits_type::int_type int_type; in _GLIBCXX_VISIBILITY() 303 const wide_string& __wide_err = wide_string()) in _GLIBCXX_VISIBILITY() 317 wide_string in _GLIBCXX_VISIBILITY() 324 wide_string in _GLIBCXX_VISIBILITY() 328 wide_string in _GLIBCXX_VISIBILITY() 335 wide_string in _GLIBCXX_VISIBILITY() 340 wide_string __out{ _M_wide_err_string.get_allocator() }; in _GLIBCXX_VISIBILITY() 361 return to_bytes(__ptr, __ptr+wide_string::traits_type::length(__ptr)); in _GLIBCXX_VISIBILITY() 365 to_bytes(const wide_string& __wstr) in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | lsym_word.c | 44 wchar_t wide_string[] = L"wide string"; variable
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | lang_level_c99.c | 28 const int wide_string[] = L"wide"; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | locale | 91 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string; 93 typedef typename wide_string::traits_type::int_type int_type; 102 const wide_string& wide_err = wide_string()); 107 wide_string from_bytes(char byte); 108 wide_string from_bytes(const char* ptr); 109 wide_string from_bytes(const byte_string& str); 110 wide_string from_bytes(const char* first, const char* last); 114 byte_string to_bytes(const wide_string& wstr); 3654 typedef basic_string<_Elem, char_traits<_Elem>, _Wide_alloc> wide_string; 3656 typedef typename wide_string::traits_type::int_type int_type; [all …]
|