Lines Matching refs:GetAt
63 FX_WCHAR ch = (FX_WCHAR)(bytes.GetAt(i) & 0xff); in encodeHighLevel()
64 if (ch == '?' && bytes.GetAt(i) != '?') { in encodeHighLevel()
72 byteArr.Add(bytes.GetAt(k)); in encodeHighLevel()
158 FX_WCHAR ch = msg.GetAt(startpos + idx); in encodeText()
220 FX_WCHAR next = msg.GetAt(startpos + idx + 1); in encodeText()
251 h = (FX_WCHAR)((h * 30) + tmp.GetAt(i)); in encodeText()
254 h = tmp.GetAt(i); in encodeText()
279 t += bytes->GetAt(idx + i) & 0xff; in encodeBinary()
295 int32_t ch = bytes->GetAt(i) & 0xff; in encodeBinary()
317 sb += tmp.GetAt(i); in encodeNumeric()
347 FX_WCHAR ch = msg.GetAt(idx); in determineConsecutiveDigitCount()
352 ch = msg.GetAt(idx); in determineConsecutiveDigitCount()
364 FX_WCHAR ch = msg.GetAt(idx); in determineConsecutiveTextCount()
370 ch = msg.GetAt(idx); in determineConsecutiveTextCount()
379 ch = msg.GetAt(idx); in determineConsecutiveTextCount()
395 FX_WCHAR ch = msg.GetAt(idx); in determineConsecutiveBinaryCount()
403 ch = msg.GetAt(i); in determineConsecutiveBinaryCount()
415 ch = msg.GetAt(i); in determineConsecutiveBinaryCount()
420 ch = msg.GetAt(idx); in determineConsecutiveBinaryCount()
421 if (bytes->GetAt(idx) == 63 && ch != '?') { in determineConsecutiveBinaryCount()