Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_locale.cpp38 m_old_c_state = s_c_locale; in test_locale()
41 s_c_locale = test_with_locale; in test_locale()
46 s_c_locale = no_test; in test_locale()
50 s_c_locale = no_test; in test_locale()
158 s_c_locale = m_old_c_state; in ~test_locale()
169 int test_locale::s_c_locale = test_no_locale; member in test_locale
Dtest_locale.hpp39 return s_c_locale; in c_locale_state()
66 static int s_c_locale; member in test_locale