Searched refs:maxLength (Results 1 – 1 of 1) sorted by relevance
112 static s32 CalculateLength(const Char* s, s32 maxLength) in CalculateLength() argument114 for (s32 i = 0; i < maxLength + 1; ++i) in CalculateLength()121 return maxLength + 1; in CalculateLength()