Home
last modified time | relevance | path

Searched refs:taboo (Results 1 - 4 of 4) sorted by relevance

/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()
/base/global/i18n/frameworks/intl/test/fuzztest/taboo_fuzzer/
H A Dtaboo_fuzzer.cpp19 #include "taboo.h"
32 Taboo* taboo = new Taboo(); in DoSomethingInterestingWithMyAPI() local
33 delete taboo; in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp55 #include "taboo.h"
278 Taboo* taboo = new Taboo(); in HWTEST_F() local
279 delete taboo; in HWTEST_F()

Completed in 5 milliseconds