Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dutil.cpp247 bool SetGlobalTestLocale(const char *locale_name, std::string *_value) { in SetGlobalTestLocale() function
/third_party/flatbuffers/include/flatbuffers/
Dutil.h686 bool SetGlobalTestLocale(const char *locale_name,
/third_party/flatbuffers/tests/
Dtest.cpp4025 flatbuffers::SetGlobalTestLocale(req_locale.c_str(), &the_locale)); in main()