Home
last modified time | relevance | path

Searched refs:MaxLength (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_FixedLengthString.h73 static const size_t MaxLength = TMaxLength; variable
75 static const size_t DefaultHead = (Base::Length - MaxLength) / 2;
109 NN_TASSERT_(0 <= length && length <= MaxLength); in CheckLength()
127 for (; i < MaxLength + 1; ++i)
154 if (0 <= length && length <= MaxLength) in SetLength()
269 s32 length = CalculateLength(s, MaxLength - this->GetLength()); in AppendHead()
301 if (GetHeadIndex() > Base::Length - MaxLength) in AppendTail()
321 if (GetHeadIndex() > Base::Length - MaxLength) in AppendTail()
348 if (GetHeadIndex() > Base::Length - MaxLength) in AppendTailAsHex()
374 if (GetHeadIndex() > Base::Length - MaxLength) in AppendTail()
[all …]
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_IArchive.h148 static const size_t MaxLength = TMaxLength; variable
153 static const size_t ByteSize = sizeof(Char) * (MaxLength + 1);
157 Char c[MaxLength + 1];
172 for (s32 i = 0; i <= MaxLength; ++i) in ArchiveName()
185 for (s32 i = 0; i <= MaxLength; ++i) in GetPathString()
203 for (s32 i = 0; i <= MaxLength; ++i) in GetPathString()