Home | History | Annotate | Download | only in ext

Lines Matching defs:at

8 // Free Software Foundation; either version 3, or (at your option)
209 * NB: @a __s must have at least @a __n characters, '\\0' has no special
538 * see at().)
555 * see at().) Unshares the string.
579 at(size_type __n) const
582 std::__throw_out_of_range(__N("__versa_string::at"));
598 at(size_type __n)
601 std::__throw_out_of_range(__N("__versa_string::at"));
608 * Returns a read/write reference to the data at the first
616 * Returns a read-only (constant) reference to the data at the first
624 * Returns a read/write reference to the data at the last
632 * Returns a read-only (constant) reference to the data at the
700 * starting at @a __pos to this string. If @a __n is is larger
831 * consisting of @a __n characters at @a __pos. If @a __n is
921 * @param __p Iterator referencing location in string to insert at.
926 * Inserts @a __n copies of character @a __c starting at the
938 * @param __p Iterator referencing location in string to insert at.
961 * @param __p Iterator referencing location in string to insert at.
972 * @param __pos1 Iterator referencing location in string to insert at.
977 * Inserts value of @a __str starting at @a __pos1. If adding
989 * @param __pos1 Iterator referencing location in string to insert at.
998 * Starting at @a __pos1, insert @a __n character of @a __str
1014 * @param __pos Iterator referencing location in string to insert at.
1022 * Inserts the first @a __n characters of @a __s starting at @a
1034 * @param __pos Iterator referencing location in string to insert at.
1041 * Inserts the first @a __n characters of @a __s starting at @a
1057 * @param __pos Index in string to insert at.
1065 * Inserts @a __n copies of character @a __c starting at index
1078 * @param __p Iterator referencing position in string to insert at.
1083 * Inserts character @a __c at position referenced by @a __p.
1107 * Removes @a __n characters from this string starting at @a
1127 * Removes the character at @a __position from this string. The
1512 * Copies up to @a __n characters starting at @a __pos into the
1651 * @param __pos Index of character to start search at (default end).
1938 * characters starting at @a __pos. If the string is too
1987 * starting at @a __pos. Returns an integer < 0 if the
2012 * characters starting at @a __pos1. Form the substring of @a
2013 * __str from the @a __n2 characters starting at @a __pos2.
2057 * characters starting at @a __pos. Returns an integer < 0 if
2080 * characters starting at @a __pos. Form a string from the
2092 * NB: __s must have at least n2 characters, <em>\\0</em> has no special