Lines Matching defs:s
112 static s32 CalculateLength(const Char* s, s32 maxLength) in CalculateLength()
196 FixedLengthString(const T* s) in FixedLengthString()
210 FixedLengthString(const FixedLengthString& s) in FixedLengthString()
263 const Char* s = str.GetString(); in AppendHead() local
292 FixedLengthString& AppendHead(const Char* s) in AppendHead()
327 FixedLengthString& AppendTail(const FixedLengthString<Char, Length, Size>& s) in AppendTail()
348 FixedLengthString& AppendTail(const Char* s) in AppendTail()
401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail()
541 void CopyFrom(const Char* s) in CopyFrom()
566 LightFixedLengthString(const Char* s) in LightFixedLengthString()
571 LightFixedLengthString(const Char* s, size_t size) in LightFixedLengthString()