Home
last modified time | relevance | path

Searched refs:IsStrEmpty (Results 1 - 12 of 12) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_util.cpp52 if (IsStrEmpty(language)) { in EncodeLanguage()
60 if (IsStrEmpty(script)) { in EncodeScript()
69 if (IsStrEmpty(region)) { in EncodeRegion()
90 bool LocaleUtil::IsStrEmpty(const char *s) in IsStrEmpty() function in OHOS::Global::I18n::LocaleUtil
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp78 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() function in OHOS::Global::Resource::Utils
93 if (Utils::IsStrEmpty(language)) { in EncodeLanguage()
148 if (Utils::IsStrEmpty(region)) { in EncodeRegion()
169 if (Utils::IsStrEmpty(script)) { in EncodeScript()
/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_util.h34 static bool IsStrEmpty(const char *s);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Dutils.h31 static bool IsStrEmpty(const char *s);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp190 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() function in OHOS::Global::Resource::Utils
205 if (Utils::IsStrEmpty(language)) { in EncodeLanguage()
261 if (Utils::IsStrEmpty(region)) { in EncodeRegion()
282 if (Utils::IsStrEmpty(script)) { in EncodeScript()
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h68 static bool IsStrEmpty(const char *s);
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c433 static int32_t IsStrEmpty(const char *str) in IsStrEmpty() function
444 if (IsStrEmpty(src1) && IsStrEmpty(src2)) { in IsStrEqual()
446 } else if (!IsStrEmpty(src1) && !IsStrEmpty(src2)) { in IsStrEqual()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp43 if (Utils::IsStrEmpty(language)) { in SetLocaleInfo()
H A Dlocale_matcher.cpp523 if (!Utils::IsStrEmpty(localeInfo->GetScript())) { in Normalize()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp69 if (Utils::IsStrEmpty(language)) { in SetPreferredLocaleInfo()
137 if (Utils::IsStrEmpty(language)) { in SetLocaleInfo()
H A Dlocale_matcher.cpp525 if (!Utils::IsStrEmpty(localeInfo->GetScript())) { in Normalize()
/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1289 bool isEmpty = LocaleUtil::IsStrEmpty(str1.c_str()); in HWTEST_F()
1291 isEmpty = LocaleUtil::IsStrEmpty(str2.c_str()); in HWTEST_F()

Completed in 13 milliseconds