Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion.cpp665 const bool allow_spaces_after_sign = (flags_ & ALLOW_SPACES_AFTER_SIGN) != 0; in StringToIeee() local
708 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()