Home
last modified time | relevance | path

Searched refs:IsRTL (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_util.h26 static bool IsRTL(const std::string &locale);
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A Dlocaleconfigget_fuzzer.cpp46 LocaleConfig::IsRTL(input); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.h101 bool IsRTL() const;
H A Drender_option.cpp762 if (IsRTL()) { in LayoutTextImage()
771 bool RenderOption::IsRTL() const in IsRTL() function in OHOS::Ace::RenderOption
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_util.cpp20 bool LocaleUtil::IsRTL(const std::string &locale) in IsRTL() function in OHOS::Global::I18n::LocaleUtil
H A Dlocale_config.cpp964 bool LocaleConfig::IsRTL(const string &locale) in IsRTL() function in OHOS::Global::I18n::LocaleConfig
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp356 bool isRTL = LocaleConfig::IsRTL(localeTag);
359 isRTL = LocaleConfig::IsRTL(localeTag);
H A Di18n_test.cpp1344 bool rtl = LocaleUtil::IsRTL(locale);
H A Dintl_test_extent.cpp115 bool isRTL = LocaleConfig::IsRTL(locale);
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Di18n_addon.h46 static napi_value IsRTL(napi_env env, napi_callback_info info);
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h93 static bool IsRTL(const std::string &locale);
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp100 DECLARE_NAPI_FUNCTION("isRTL", IsRTL), in Init()
682 napi_value I18nAddon::IsRTL(napi_env env, napi_callback_info info) in IsRTL() function in OHOS::Global::I18n::I18nAddon
700 bool isRTL = LocaleConfig::IsRTL(localeBuf.data()); in IsRTL()