Searched refs:ExpandBuf (Results 1 – 4 of 4) sorted by relevance
52 ExpandBuf(size - m_DataSize); in EstimateSize()54 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) { in ExpandBuf() function in CFX_BinaryBuf84 ExpandBuf(size - m_DataSize); in CopyData()93 ExpandBuf(size); in AppendBlock()102 ExpandBuf(size); in InsertBlock()113 ExpandBuf(count); in AppendFill()154 ExpandBuf(sizeof(FX_WCHAR)); in AppendChar()173 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()187 ExpandBuf(len * sizeof(FX_WCHAR)); in operator <<()
20 if (m_iDatLen >= m_iBufLen && !ExpandBuf(m_iBufLen * 2)) { in AppendChar()46 FX_BOOL ExpandBuf(int32_t iDesiredSize);
435 return ExpandBuf(iAllocSize); in EstimateSize()444 if (!ExpandBuf(iMaxChars)) { in LoadFromStream()455 FX_BOOL CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) { in ExpandBuf() function in CFDE_CSSTextBuf
53 ExpandBuf(1); in AppendByte()85 void ExpandBuf(FX_STRSIZE size);