Lines Matching refs:testChar
798 char testChar = MIN_SHORT_OCTET + 1;
799 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
804 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
806 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
832 char testChar = MIN_SHORT_OCTET + 1;
835 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
837 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
841 testChar += 1;
842 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
844 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
856 testChar += 1;
857 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
859 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
887 char testChar = QUOTE_CHAR_LEN + 1;
888 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
890 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
902 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar;
904 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;
913 mmsDecodeBuffer.pduBuffer_[mmsDecodeBuffer.curPosition_] = testChar + 1;