Lines Matching defs:at

8 // Free Software Foundation; either version 2, or (at your option)
184 * NB: @a s must have at least @a n characters, '\0' has no special
428 * see at().)
445 * see at().) Unshares the string.
469 at(size_type __n) const
472 std::__throw_out_of_range(__N("__versa_string::at"));
488 at(size_type __n)
491 std::__throw_out_of_range(__N("__versa_string::at"));
544 * This function appends @a n characters from @a str starting at @a pos
642 * of @a n characters at @a pos. If @a n is is larger than the number
713 * @param p Iterator referencing location in string to insert at.
718 * Inserts @a n copies of character @a c starting at the position
729 * @param p Iterator referencing location in string to insert at.
745 * @param pos1 Iterator referencing location in string to insert at.
750 * Inserts value of @a str starting at @a pos1. If adding characters
761 * @param pos1 Iterator referencing location in string to insert at.
770 * Starting at @a pos1, insert @a n character of @a str beginning with
786 * @param pos Iterator referencing location in string to insert at.
794 * Inserts the first @a n characters of @a s starting at @a pos. If
806 * @param pos Iterator referencing location in string to insert at.
813 * Inserts the first @a n characters of @a s starting at @a pos. If
829 * @param pos Index in string to insert at.
837 * Inserts @a n copies of character @a c starting at index @a pos. If
850 * @param p Iterator referencing position in string to insert at.
855 * Inserts character @a c at position referenced by @a p. If adding
878 * Removes @a n characters from this string starting at @a pos. The
897 * Removes the character at @a position from this string. The value
1232 * Copies up to @a n characters starting at @a pos into the C string @a
1366 * @param pos Index of character to start search at (default end).
1642 * at @a pos. If the string is too short, use the remainder of the
1690 * at @a pos. Returns an integer < 0 if the substring is ordered
1713 * at @a pos1. Form the substring of @a str from the @a n2 characters
1714 * starting at @a pos2. Returns an integer < 0 if this substring is
1755 * at @a pos. Returns an integer < 0 if the substring is ordered
1777 * at @a pos1. Form a string from the first @a n2 characters of @a s.
1787 * NB: s must have at least n2 characters, '\0' has no special