Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustr_wcs.cpp79 int32_t intTargetCapacity=0; in _strToWCS() local
150 intTargetCapacity = (count * _BUFFER_CAPACITY_MULTIPLIER + 1) /*for null termination */; in _strToWCS()
151 intTarget = (wchar_t*)uprv_malloc( intTargetCapacity * sizeof(wchar_t) ); in _strToWCS()
156 int32_t remaining = intTargetCapacity; in _strToWCS()
174 &intTargetCapacity, in _strToWCS()
175 intTargetCapacity * _BUFFER_CAPACITY_MULTIPLIER, in _strToWCS()
179 remaining=intTargetCapacity; in _strToWCS()