Home
last modified time | relevance | path

Searched refs:FormatNumber (Results 1 - 7 of 7) sorted by relevance

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h54 static std::string FormatNumber(std::string source);
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp402 temp += FormatNumber(value); in ZeroPadding()
406 string DateTimeFormatImpl::FormatNumber(int32_t value) const in FormatNumber() function in DateTimeFormatImpl
/base/global/i18n/interfaces/js/kits/include/
H A Dintl_addon.h95 static napi_value FormatNumber(napi_env env, napi_callback_info info);
/base/telephony/core_service/test/fuzztest/vcard_fuzzer/
H A Dvcard_fuzzer.cpp322 VCardUtils::FormatNumber(fuzzdata); in VCardUtilsTest()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp495 std::string VCardUtils::FormatNumber(std::string source) in FormatNumber() function in OHOS::Telephony::VCardUtils
H A Dvcard_contact.cpp689 formattedNumber = VCardUtils::FormatNumber(builder); in AddPhone()
/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp153 DECLARE_NAPI_FUNCTION("format", FormatNumber), in InitNumberFormat()
1141 napi_value IntlAddon::FormatNumber(napi_env env, napi_callback_info info) in FormatNumber() function in OHOS::Global::I18n::IntlAddon
1153 HILOG_ERROR_I18N("FormatNumber: Get NumberFormat object failed"); in FormatNumber()
1160 HILOG_ERROR_I18N("FormatNumber: Create format string failed"); in FormatNumber()

Completed in 10 milliseconds