Searched refs:_setTo (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_utils.cpp | 124 _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
|
D | number_decnum.h | 67 void _setTo(const char* str, int32_t maxDigits, UErrorCode& status);
|