Lines Matching refs:str
55 wchar_t str[] = L"3.14";
58 long double val = wcstold(str, &end);
69 wchar_t str[] = L" 3.14";
72 long double val = wcstold(str, &end);
83 wchar_t str[] = L"wcstold3.14";
86 long double val = wcstold(str, &end);
99 wchar_t str[] = L"-3.14";
102 long double val = wcstold(str, &end);
114 wchar_t str[] = L"1.18973e+49322";
116 long double val = wcstold(str, &end);