Searched refs:intTargetCapacity (Results 1 – 1 of 1) sorted by relevance
77 int32_t intTargetCapacity=0; in _strToWCS() local148 intTargetCapacity = (count * _BUFFER_CAPACITY_MULTIPLIER + 1) /*for null termination */; in _strToWCS()149 intTarget = (wchar_t*)uprv_malloc( intTargetCapacity * sizeof(wchar_t) ); in _strToWCS()154 int32_t remaining = intTargetCapacity; in _strToWCS()172 &intTargetCapacity, in _strToWCS()173 intTargetCapacity * _BUFFER_CAPACITY_MULTIPLIER, in _strToWCS()177 remaining=intTargetCapacity; in _strToWCS()