Searched refs:intTarget (Results 1 – 1 of 1) sorted by relevance
76 wchar_t* intTarget=NULL; in _strToWCS() local149 intTarget = (wchar_t*)uprv_malloc( intTargetCapacity * sizeof(wchar_t) ); in _strToWCS()151 if(intTarget){ in _strToWCS()155 wchar_t* pIntTarget=intTarget; in _strToWCS()170 int numWritten = (pIntTarget-intTarget); in _strToWCS()171 u_growAnyBufferFromStatic(NULL,(void**) &intTarget, in _strToWCS()176 pIntTarget = intTarget; in _strToWCS()200 count = (int32_t)(pIntTarget-intTarget); in _strToWCS()203 uprv_memcpy(dest,intTarget,count*sizeof(wchar_t)); in _strToWCS()211 uprv_free(intTarget); in _strToWCS()