Searched refs:NullIndex (Results 1 – 1 of 1) sorted by relevance
6443 unsigned NullIndex = 0; in GetStringLengthH() local6444 for (unsigned E = Slice.Length; NullIndex < E; ++NullIndex) { in GetStringLengthH()6445 if (Slice.Array->getElementAsInteger(Slice.Offset + NullIndex) == 0) in GetStringLengthH()6449 return NullIndex + 1; in GetStringLengthH()