Home
last modified time | relevance | path

Searched refs:byte_string (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
Dtypes.pass.cpp30 static_assert((std::is_same<myconv::byte_string, std::string>::value), ""); in main()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.py760 def __init__(self, cname, text, byte_string): argument
763 self.escaped_value = StringEncoding.escape_byte_string(byte_string)
1069 byte_string = text.utf8encode()
1071 byte_string = text.byteencode()
1073 c = self.string_const_index[byte_string]
1075 c = self.new_string_const(text, byte_string)
1105 def new_string_const(self, text, byte_string): argument
1106 cname = self.new_string_const_cname(byte_string)
1107 c = StringConst(cname, text, byte_string)
1108 self.string_const_index[byte_string] = c
/external/libcxx/include/
Dlocale91 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
98 explicit wstring_convert(const byte_string& byte_err, // explicit in C++14
106 wide_string from_bytes(const byte_string& str);
109 byte_string to_bytes(Elem wchar);
110 byte_string to_bytes(const Elem* wptr);
111 byte_string to_bytes(const wide_string& wstr);
112 byte_string to_bytes(const Elem* first, const Elem* last);
3754 typedef basic_string<char, char_traits<char>, _Byte_alloc> byte_string;
3760 byte_string __byte_err_string_;
3771 _LIBCPP_EXPLICIT_AFTER_CXX11 wstring_convert(const byte_string& __byte_err,
[all …]