Lines Matching refs:end
38 wchar_t *end = NULL;
41 double val = wcstod(str0, &end);
43 if (wcscmp(end, str1)) {
50 * @tc.desc : Convert wide string to dobule type with no end string characters
56 wchar_t *end = NULL;
58 double val = wcstod(str, &end);
70 wchar_t *end = NULL;
72 double val = wcstod(str, &end);
84 wchar_t *end = NULL;
86 double val = wcstod(str, &end);
100 wchar_t *end = NULL;
102 double val = wcstod(str, &end);
114 wchar_t *end = NULL;
115 double val = wcstod(str, &end);
128 wchar_t *end = NULL;
129 double val = wcstod(str, &end);