Searched refs:the_locale (Results 1 – 2 of 2) sorted by relevance
238 const auto the_locale = setlocale(LC_ALL, locale_name); in SetGlobalTestLocale() local239 if (!the_locale) return false; in SetGlobalTestLocale()240 if (_value) *_value = std::string(the_locale); in SetGlobalTestLocale()
3445 std::string the_locale; in main() local3447 flatbuffers::SetGlobalTestLocale(req_locale.c_str(), &the_locale)); in main()3448 TEST_OUTPUT_LINE("The global C-locale changed: %s", the_locale.c_str()); in main()