reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
345 for (size_t i = 0, e = Text.size(); i < e; i += Length) { 346 Length = getNumBytesForUTF8(Text[i]); 347 if (Length <= 0 || i + Length > Text.size()) 350 const UTF8 *Start = reinterpret_cast<const UTF8 *>(Text.data() + i);