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