Searched refs:Taboo (Results 1 – 7 of 7) sorted by relevance
29 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;36 std::mutex Taboo::TABOO_MUTEX;38 Taboo::Taboo() in Taboo() function in OHOS::Global::I18n::Taboo42 Taboo::Taboo(const std::string& path) : tabooDataPath(path) in Taboo() function in OHOS::Global::I18n::Taboo61 Taboo::~Taboo() in ~Taboo()[all …]
23 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()
33 class Taboo {35 Taboo();36 Taboo(const std::string& path);37 ~Taboo();
34 std::shared_ptr<Taboo> GetLatestTaboo();35 std::shared_ptr<Taboo> systemTaboo;
32 Taboo* taboo = new Taboo(); in DoSomethingInterestingWithMyAPI()
19 The localization process also includes taboo check and localization testing. Taboo check helps you …
277 Taboo* taboo = new Taboo();