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()
240 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);
66 DECLARE_NAPI_GETTER_SETTER("caseFirst", GetCaseFirst, SetProperty), in InitLocale()875 napi_value IntlAddon::GetCaseFirst(napi_env env, napi_callback_info info) in GetCaseFirst() function in OHOS::Global::I18n::IntlAddon887 std::string value = obj->locale_->GetCaseFirst(); in GetCaseFirst()
199 EXPECT_EQ(loc->GetCaseFirst(), "");1922 res = locale->GetCaseFirst();