Searched refs:iAllocSize (Results 1 – 2 of 2) sorted by relevance
431 FX_BOOL CFDE_CSSTextBuf::EstimateSize(int32_t iAllocSize) { in EstimateSize() argument432 FXSYS_assert(iAllocSize > 0); in EstimateSize()435 return ExpandBuf(iAllocSize); in EstimateSize()
14 FX_BOOL EstimateSize(int32_t iAllocSize);