Lines Matching full:terminated
1173 // (for optimizing finding length of zero terminated strings.)
1238 // Zero terminated string, and we haven't scanned to the end yet.
1286 // Zero terminated string, and requested index is beyond
1293 // TODO: support for null terminated string length > 32 bits.
1614 // For zero terminated strings, keep track of the maximum point
1746 int32_t srcLength, // required. NUL terminated not supported.
1903 // That function is non-const in cases where the input was NUL terminated
2687 // The cloned string IS going to be NUL terminated, whether or not the original was.
2723 // null terminated, we don't yet know the length. Scan for it.
2759 // Null terminated string, length not yet known, and the requested index
2810 // Null-terminated chunk with end still unknown.
2868 // Just hit the end of a null-terminated string.