Searched refs:mustPad (Results 1 – 1 of 1) sorted by relevance
61 bool mustPad = (context.m_symbolInfo->dataCapacity() - currentSize) > 0; in Encode() local62 if (context.hasMoreCharacters() || mustPad) { in Encode()