Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp238 const auto the_locale = setlocale(LC_ALL, locale_name); in SetGlobalTestLocale() local
239 if (!the_locale) return false; in SetGlobalTestLocale()
240 if (_value) *_value = std::string(the_locale); in SetGlobalTestLocale()
/external/flatbuffers/tests/
Dtest.cpp3445 std::string the_locale; in main() local
3447 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()