qpencode(result, lCurElemString, occurrences);
}
break;
case 'U' :
UTF8Encoding enc = UTF8Encoding.INSTANCE;
byte[] packedBytes = new byte[enc.maxLength() * occurrences];
int index = 0;
while (occurrences-- > 0) {
if (listSize-- <= 0) {
throw runtime.newArgumentError(sTooFew);