Searched refs:GetCollation (Results 1 – 7 of 7) sorted by relevance
37 locale->GetCollation(); in DoSomethingInterestingWithMyAPI()
39 std::string GetCollation() const;
139 collation = localeInfo->GetCollation(); in SetCollation()
218 std::string LocaleInfo::GetCollation() const in GetCollation() function in OHOS::Global::I18n::LocaleInfo
75 static napi_value GetCollation(napi_env env, napi_callback_info info);
63 DECLARE_NAPI_GETTER_SETTER("collation", GetCollation, SetProperty), in InitLocale()789 napi_value IntlAddon::GetCollation(napi_env env, napi_callback_info info) in GetCollation() function in OHOS::Global::I18n::IntlAddon803 std::string value = obj->locale_->GetCollation(); in GetCollation()
1823 res = locale->GetCollation();