Lines Matching refs:str
113 wchar_t* str = L"123.45xxx";
117 double num = wcstod_l(str, &end, loc);
132 wchar_t* str = L"+123.45xxx";
136 double num = wcstod_l(str, &end, loc);
151 wchar_t* str = L"-123.45xxx";
155 double num = wcstod_l(str, &end, loc);
170 wchar_t* str = L" 123.45xxx";
174 double num = wcstod_l(str, &end, loc);
189 wchar_t* str = L"xxx123.45";
193 double num = wcstod_l(str, &end, loc);
208 wchar_t* str = L"+inf";
211 double num = wcstod_l(str, &end, loc);
223 wchar_t* str = L"infinity";
226 double num = wcstod_l(str, &end, loc);
238 wchar_t* str = L"infinixxx";
242 double num = wcstod_l(str, &end, loc);
257 wchar_t* str = L"-inf";
260 double num = wcstod_l(str, &end, loc);
272 wchar_t* str = L"+nan";
275 double num = wcstod_l(str, &end, loc);
289 wchar_t* str = L"-nan";
292 double num = wcstod_l(str, &end, loc);
307 wchar_t* str = L"0X1.BC";
311 double num = wcstod_l(str, &end, loc);
326 wchar_t* str = L"";
329 double num = wcstod_l(str, &end, loc);
342 wchar_t* str = L" xxx";
346 double num = wcstod_l(str, &end, loc);
361 wchar_t* str = L"123.45你好";
365 double num = wcstod_l(str, &end, loc);
381 wchar_t* str = L"1234.56";
385 double num = wcstod_l(str, &end, loc);
400 wchar_t* str = L" ";
404 double num = wcstod_l(str, &end, loc);
419 wchar_t* str = L"123.45";
421 double num = wcstod_l(str, NULL, loc);