Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion.cpp663 const bool allow_leading_spaces = (flags_ & ALLOW_LEADING_SPACES) != 0; in StringToIeee() local
677 if (allow_leading_spaces || allow_trailing_spaces) { in StringToIeee()
682 if (!allow_leading_spaces && (input != current)) { in StringToIeee()