Home
last modified time | relevance | path

Searched refs:Taboo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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;
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) in Taboo() function in OHOS::Global::I18n::Taboo
61 Taboo::~Taboo() in ~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()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo.h33 class Taboo {
35 Taboo();
36 Taboo(const std::string& path);
37 ~Taboo();
H A Dtaboo_utils.h34 std::shared_ptr<Taboo> GetLatestTaboo();
35 std::shared_ptr<Taboo> systemTaboo;
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp32 Taboo* taboo = new Taboo(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-l10n.md19 The localization process also includes taboo check and localization testing. Taboo check helps you …
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp277 Taboo* taboo = new Taboo();