Searched refs:IsRTL (Results 1 – 12 of 12) sorted by relevance
26 static bool IsRTL(const std::string &locale);
46 LocaleConfig::IsRTL(input); in DoSomethingInterestingWithMyAPI()
101 bool IsRTL() const;
762 if (IsRTL()) { in LayoutTextImage()771 bool RenderOption::IsRTL() const in IsRTL() function in OHOS::Ace::RenderOption
20 bool LocaleUtil::IsRTL(const std::string &locale) in IsRTL() function in OHOS::Global::I18n::LocaleUtil
964 bool LocaleConfig::IsRTL(const string &locale) in IsRTL() function in OHOS::Global::I18n::LocaleConfig
356 bool isRTL = LocaleConfig::IsRTL(localeTag);359 isRTL = LocaleConfig::IsRTL(localeTag);
1344 bool rtl = LocaleUtil::IsRTL(locale);
115 bool isRTL = LocaleConfig::IsRTL(locale);
46 static napi_value IsRTL(napi_env env, napi_callback_info info);
93 static bool IsRTL(const std::string &locale);
100 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::I18nAddon700 bool isRTL = LocaleConfig::IsRTL(localeBuf.data()); in IsRTL()