Home
last modified time | relevance | path

Searched refs:actual_len (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dwcstod.cpp75 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); in wcstod() local
80 if (ascii_end != ascii_str + actual_len) abort(); in wcstod()
83 if (actual_len == 0) { in wcstod()
88 *end = const_cast<wchar_t*>(str) + actual_len; in wcstod()