Lines Matching defs:ch
54 bool IsAlphaUpperOrSpace(wchar_t ch) { in IsAlphaUpperOrSpace()
58 bool IsAlphaLowerOrSpace(wchar_t ch) { in IsAlphaLowerOrSpace()
62 bool IsMixed(wchar_t ch) { in IsMixed()
67 bool IsPunctuation(wchar_t ch) { in IsPunctuation()
72 bool IsText(wchar_t ch) { in IsText()
86 wchar_t ch = bytes[i] & 0xff; in EncodeHighLevel() local
151 wchar_t ch = msg[startpos + idx]; in EncodeText() local
284 int32_t ch = bytes[i] & 0xff; in EncodeBinary() local
318 wchar_t ch = msg[idx]; in DetermineConsecutiveDigitCount() local
335 wchar_t ch = msg[idx]; in DetermineConsecutiveTextCount() local
362 wchar_t ch = msg[idx]; in DetermineConsecutiveBinaryCount() local