Lines Matching refs:convert
98 void convert(const char* from,
104 void convert(const wchar_t* from,
110 void convert(const char* from, in convert() function
115 convert(from, 0, to, cvt); in convert()
119 void convert(const wchar_t* from, in convert() function
124 convert(from, 0, to, cvt); in convert()
130 void convert(const char* from,
135 void convert(const wchar_t* from,
140 void convert(const char* from,
144 void convert(const wchar_t* from,
152 void convert(const char* from, const char* from_end, std::string & to, in convert() function
161 void convert(const char* from, in convert() function
172 void convert(const wchar_t* from, const wchar_t* from_end, std::wstring & to, in convert() function
181 void convert(const wchar_t* from, in convert() function
192 void convert(const char* from, const char* from_end, std::string & to) in convert() function
200 void convert(const char* from, std::string & to) in convert() function
209 void convert(const wchar_t* from, const wchar_t* from_end, std::wstring & to) in convert() function
217 void convert(const wchar_t* from, std::wstring & to) in convert() function
230 convert(&*c.begin(), &*c.begin() + c.size(), to, cvt); in dispatch()
236 convert(&*c.begin(), &*c.begin() + c.size(), to, cvt); in dispatch()
242 convert(&*c.begin(), &*c.begin() + c.size(), to, cvt); in dispatch()
248 convert(&*c.begin(), &*c.begin() + c.size(), to, cvt); in dispatch()
256 convert(&*c.begin(), &*c.begin() + c.size(), to); in dispatch()
262 convert(&*c.begin(), &*c.begin() + c.size(), to); in dispatch()
268 convert(&*c.begin(), &*c.begin() + c.size(), to); in dispatch()
274 convert(&*c.begin(), &*c.begin() + c.size(), to); in dispatch()
287 convert(s.c_str(), s.c_str()+s.size(), to, cvt); in dispatch()
297 convert(c_str, to, cvt); in dispatch()
322 convert(seq.c_str(), seq.c_str()+seq.size(), to); in dispatch()
332 convert(c_str, to); in dispatch()