• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:characters

269     // take all characters from pStart to pEnd (poor man's iterators)
297 // append first n (or all if n == npos) characters of sz
307 // same as `= first n (or all if n == npos) characters of sz'
317 // insert first n (or all if n == npos) characters of sz
322 // delete characters from nStart to nStart + nLen
346 // find first n characters of sz
405 // substring comparison with first nCount characters of sz
437 Takes first {\it nLength} characters from the C string {\it psz}.
441 with binary data (i.e. containing {\tt NUL} characters) as long as you provide
449 For compilers using unsigned char: takes first {\it nLength} characters from the C string {\it psz}.
460 Initializes the string from first \arg{nLength} characters of wide string.
468 Initializes the string from first \arg{nLength} characters of C string.
491 Preallocate enough space for wxString to store {\it nLen} characters. This function
519 will still expand if more than {\it nLen} characters are stored in it. Also, it
541 Gets all the characters after the first occurrence of {\it ch}.
549 Gets all the characters after the last occurrence of {\it ch}.
557 Gets all characters before the first occurrence of {\it ch}.
565 Gets all characters before the last occurrence of {\it ch}.
848 Returns \true if the string contains only ASCII characters.
926 Returns the first {\it count} characters of the string.
965 Converts all characters to lower case and returns the result.
972 Converts all characters to upper case and returns the result.
1030 characters written, or an integer less than zero on error.
1055 Similar to vprintf. Returns the number of characters written, or an integer less than zero
1067 Removes {\it len} characters from the string, starting at {\it pos}.
1094 Returns the last {\it count} characters.
1142 Strip characters at the front and/or end. The same as Trim except that it
1191 characters. The \helpref{mb\_str}{wxstringmbstr} method provides more
1562 and containing enough space for at least {\it len} characters. Basically, this
1632 and containing enough space for at least {\it len} characters. Basically, this
1650 {\it nLength} characters.