Searched refs:mustPad (Results 1 – 1 of 1) sorted by relevance
66 FX_BOOL mustPad = (context.m_symbolInfo->m_dataCapacity - currentSize) > 0; in Encode() local67 if (context.hasMoreCharacters() || mustPad) { in Encode()