Home
last modified time | relevance | path

Searched refs:IsNumericString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_util.h37 static bool IsNumericString(const char *s, int32_t len);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/utils/
H A Dutils.h29 static bool IsNumericString(const char *s, int32_t len);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_util.cpp121 bool LocaleUtil::IsNumericString(const char *s, int32_t len) in IsNumericString() function in OHOS::Global::I18n::LocaleUtil
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h66 static bool IsNumericString(const char *s, int32_t len);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp41 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1337 bool isNumeric = LocaleUtil::IsNumericString(numericString.c_str(), numericString.length());
1339 isNumeric = LocaleUtil::IsNumericString(nonNumericString.c_str(), nonNumericString.length());
1341 isNumeric = LocaleUtil::IsNumericString(nullptr, nonNumericString.length());
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp157 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() function in OHOS::Global::Resource::Utils
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp696 if (len == 3 && Utils::IsNumericString(str, len)) { in IsRegionTag()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp705 if (len == 3 && Utils::IsNumericString(str, len)) { // 3 menas region legal length in IsRegionTag()