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_utils.cpp33 std::shared_ptr<Taboo> taboo = GetLatestTaboo(); in ReplaceCountryName() local
34 return taboo->ReplaceCountryName(region, displayLanguage, name); in ReplaceCountryName()
40 std::shared_ptr<Taboo> taboo = GetLatestTaboo(); in ReplaceLanguageName() local
41 return taboo->ReplaceLanguageName(language, displayLanguage, name); in ReplaceLanguageName()
H A Dphone_number_format.cpp275 TabooUtils taboo; in getLocationName() local
276 return taboo.ReplaceCountryName(regionCode, locale, displayCountryName); in getLocationName()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp32 Taboo* taboo = new Taboo(); in DoSomethingInterestingWithMyAPI() local
33 delete taboo; in DoSomethingInterestingWithMyAPI()
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-l10n.md13 … for multilingual resource configuration, including resource translation, taboo check, and localiz…
19 The localization process also includes taboo check and localization testing. Taboo check helps you …
H A Dlinguistic-testing.md5 …y have a significant negative impact on an enterprise's image. A complete taboo solution can help …
/ohos5.0/base/global/i18n/frameworks/intl/
H A DBUILD.gn130 "src/taboo.cpp",
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp277 Taboo* taboo = new Taboo(); variable
278 delete taboo;