Home
last modified time | relevance | path

Searched refs:Taboo (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp29 const char* Taboo::ROOT_TAG = "taboo";
30 const char* Taboo::ITEM_TAG = "item";
31 const char* Taboo::NAME_TAG = "name";
32 const char* Taboo::VALUE_TAG = "value";
33 std::set<std::string> Taboo::supportedRegions;
34 std::set<std::string> Taboo::supportedLanguages;
35 std::map<std::string, std::string> Taboo::RESOURCES = {};
36 std::mutex Taboo::TABOO_MUTEX;
38 Taboo::Taboo() in Taboo() function in OHOS::Global::I18n::Taboo
42 Taboo::Taboo(const std::string& path) : tabooDataPath(path) Taboo() function in OHOS::Global::I18n::Taboo
[all...]
H A Dtaboo_utils.cpp23 systemTaboo = std::make_shared<Taboo>(systemTabooDataPath); in TabooUtils()
33 std::shared_ptr<Taboo> taboo = GetLatestTaboo(); in ReplaceCountryName()
40 std::shared_ptr<Taboo> taboo = GetLatestTaboo(); in ReplaceLanguageName()
44 std::shared_ptr<Taboo> TabooUtils::GetLatestTaboo() in GetLatestTaboo()
/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp32 Taboo* taboo = new Taboo(); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H A Dtaboo_utils.h34 std::shared_ptr<Taboo> GetLatestTaboo();
35 std::shared_ptr<Taboo> systemTaboo;
H A Dtaboo.h33 class Taboo { class
35 Taboo();
36 Taboo(const std::string& path);
37 ~Taboo();
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp278 Taboo* taboo = new Taboo(); in HWTEST_F()

Completed in 10 milliseconds