Home
last modified time | relevance | path

Searched refs:_setTo (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_utils.cpp124 _setTo(cstr.data(), str.length(), status); in setTo()
128 _setTo(str, static_cast<int32_t>(uprv_strlen(str)), status); in setTo()
156 _setTo(buffer, length, status); in setTo()
163 void DecNum::_setTo(const char* str, int32_t maxDigits, UErrorCode& status) { in _setTo() function in DecNum
Dnumber_decnum.h67 void _setTo(const char* str, int32_t maxDigits, UErrorCode& status);