Searched refs:GetCaseFirst (Results 1 – 7 of 7) sorted by relevance
43 locale->GetCaseFirst(); in DoSomethingInterestingWithMyAPI()
45 std::string GetCaseFirst() const;
190 caseFirst = localeInfo->GetCaseFirst(); in SetCaseFirst()
238 std::string LocaleInfo::GetCaseFirst() const in GetCaseFirst() function in OHOS::Global::I18n::LocaleInfo
79 static napi_value GetCaseFirst(napi_env env, napi_callback_info info);
67 DECLARE_NAPI_GETTER_SETTER("caseFirst", GetCaseFirst, SetProperty), in InitLocale()889 napi_value IntlAddon::GetCaseFirst(napi_env env, napi_callback_info info) in GetCaseFirst() function in OHOS::Global::I18n::IntlAddon903 std::string value = obj->locale_->GetCaseFirst(); in GetCaseFirst()
136 EXPECT_EQ(loc->GetCaseFirst(), "");1831 res = locale->GetCaseFirst();