Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dutil.cpp237 bool SetGlobalTestLocale(const char *locale_name, std::string *_value) { in SetGlobalTestLocale() function
/external/flatbuffers/include/flatbuffers/
Dutil.h671 bool SetGlobalTestLocale(const char *locale_name,
/external/flatbuffers/tests/
Dtest.cpp3447 flatbuffers::SetGlobalTestLocale(req_locale.c_str(), &the_locale)); in main()