Home | History | Annotate | Download | only in src

Lines Matching refs:NO_NULL_TERMINATION

3817     if (!(options & NO_NULL_TERMINATION) && capacity > len) {
3837 if ((options & NO_NULL_TERMINATION) == 0 &&
3853 if ((options & NO_NULL_TERMINATION) == 0) utf8_bytes++;
3921 if (!(options & NO_NULL_TERMINATION) &&
3956 if (!(options & NO_NULL_TERMINATION) && (length == -1 || i < length))
3983 if (!(options & NO_NULL_TERMINATION) &&