Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dlocale_helpers.h29 bool seen_num_start = false; in convert_thousands_sep() local
33 seen_num_start |= in[i] == L'-' || std::iswdigit(in[i]); in convert_thousands_sep()
34 if (seen_decimal || !seen_num_start || in[i] != L' ') { in convert_thousands_sep()