diff options
Diffstat (limited to 'doc/html/ntqcstring.html')
-rw-r--r-- | doc/html/ntqcstring.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/ntqcstring.html b/doc/html/ntqcstring.html index d80baeffa..ad5025861 100644 --- a/doc/html/ntqcstring.html +++ b/doc/html/ntqcstring.html @@ -107,15 +107,15 @@ zero-terminated char array (char *). </ul> <h2>Related Functions</h2> <ul> -<li class=fn>void * <a href="#qmemmove"><b>qmemmove</b></a> ( void * dst, const void * src, uint len )</li> -<li class=fn>char * <a href="#qstrdup"><b>qstrdup</b></a> ( const char * src )</li> +<li class=fn>void * <a href="#qmemmove"><b>tqmemmove</b></a> ( void * dst, const void * src, uint len )</li> +<li class=fn>char * <a href="#qstrdup"><b>tqstrdup</b></a> ( const char * src )</li> <li class=fn>char * <a href="#qstrcpy"><b>qstrcpy</b></a> ( char * dst, const char * src )</li> -<li class=fn>char * <a href="#qstrncpy"><b>qstrncpy</b></a> ( char * dst, const char * src, uint len )</li> -<li class=fn>uint <a href="#qstrlen"><b>qstrlen</b></a> ( const char * str )</li> +<li class=fn>char * <a href="#qstrncpy"><b>tqstrncpy</b></a> ( char * dst, const char * src, uint len )</li> +<li class=fn>uint <a href="#qstrlen"><b>tqstrlen</b></a> ( const char * str )</li> <li class=fn>int <a href="#qstrcmp"><b>qstrcmp</b></a> ( const char * str1, const char * str2 )</li> -<li class=fn>int <a href="#qstrncmp"><b>qstrncmp</b></a> ( const char * str1, const char * str2, uint len )</li> -<li class=fn>int <a href="#qstricmp"><b>qstricmp</b></a> ( const char * str1, const char * str2 )</li> -<li class=fn>int <a href="#qstrnicmp"><b>qstrnicmp</b></a> ( const char * str1, const char * str2, uint len )</li> +<li class=fn>int <a href="#qstrncmp"><b>tqstrncmp</b></a> ( const char * str1, const char * str2, uint len )</li> +<li class=fn>int <a href="#qstricmp"><b>tqstricmp</b></a> ( const char * str1, const char * str2 )</li> +<li class=fn>int <a href="#qstrnicmp"><b>tqstrnicmp</b></a> ( const char * str1, const char * str2, uint len )</li> <li class=fn>TQDataStream & <a href="#operator-lt-lt"><b>operator<<</b></a> ( TQDataStream & s, const TQCString & str )</li> <li class=fn>TQDataStream & <a href="#operator-gt-gt"><b>operator>></b></a> ( TQDataStream & s, TQCString & str )</li> <li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const TQCString & s1, const TQCString & s2 )</li> @@ -1000,7 +1000,7 @@ returns FALSE. <p> Reads a string into <em>str</em> from the stream <em>s</em>. <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn>void * <a name="qmemmove"></a>qmemmove ( void * dst, const void * src, uint len ) +<h3 class=fn>void * <a name="qmemmove"></a>tqmemmove ( void * dst, const void * src, uint len ) </h3> <p> This function is normally part of the C library. TQt implements @@ -1019,7 +1019,7 @@ positive value if <em>str1</em> is greater than <em>str2</em>. <p> Special case I: Returns 0 if <em>str1</em> and <em>str2</em> are both 0. <p> Special case II: Returns a random nonzero value if <em>str1</em> is 0 or <em>str2</em> is 0 (but not both). -<p> <p>See also <a href="#qstrncmp">qstrncmp</a>(), <a href="#qstricmp">qstricmp</a>(), <a href="#qstrnicmp">qstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. +<p> <p>See also <a href="#qstrncmp">tqstrncmp</a>(), <a href="#qstricmp">tqstricmp</a>(), <a href="#qstrnicmp">tqstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. <h3 class=fn>char * <a name="qstrcpy"></a>qstrcpy ( char * dst, const char * src ) </h3> @@ -1029,7 +1029,7 @@ or <em>str2</em> is 0 (but not both). <p> Copies all characters up to and including the '\0' from <em>src</em> into <em>dst</em> and returns a pointer to <em>dst</em>. -<h3 class=fn>char * <a name="qstrdup"></a>qstrdup ( const char * src ) +<h3 class=fn>char * <a name="qstrdup"></a>tqstrdup ( const char * src ) </h3> <p> Returns a duplicate string. @@ -1037,7 +1037,7 @@ into <em>dst</em> and returns a pointer to <em>dst</em>. pointer to the copy. If <em>src</em> is 0, it immediately returns 0. <p> The returned string must be deleted using <tt>delete[]</tt>. -<h3 class=fn>int <a name="qstricmp"></a>qstricmp ( const char * str1, const char * str2 ) +<h3 class=fn>int <a name="qstricmp"></a>tqstricmp ( const char * str1, const char * str2 ) </h3> <p> A safe stricmp() function. @@ -1047,9 +1047,9 @@ than <em>str2</em>. <p> Special case I: Returns 0 if <em>str1</em> and <em>str2</em> are both 0. <p> Special case II: Returns a random nonzero value if <em>str1</em> is 0 or <em>str2</em> is 0 (but not both). -<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstrncmp">qstrncmp</a>(), <a href="#qstrnicmp">qstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. +<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstrncmp">tqstrncmp</a>(), <a href="#qstrnicmp">tqstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. -<h3 class=fn>uint <a name="qstrlen"></a>qstrlen ( const char * str ) +<h3 class=fn>uint <a name="qstrlen"></a>tqstrlen ( const char * str ) </h3> <p> @@ -1057,7 +1057,7 @@ or <em>str2</em> is 0 (but not both). <p> Returns the number of characters that precede the terminating '\0'. or 0 if <em>str</em> is 0. -<h3 class=fn>int <a name="qstrncmp"></a>qstrncmp ( const char * str1, const char * str2, uint len ) +<h3 class=fn>int <a name="qstrncmp"></a>tqstrncmp ( const char * str1, const char * str2, uint len ) </h3> <p> @@ -1068,9 +1068,9 @@ than <em>str2</em>. <p> Special case I: Returns 0 if <em>str1</em> and <em>str2</em> are both 0. <p> Special case II: Returns a random nonzero value if <em>str1</em> is 0 or <em>str2</em> is 0 (but not both). -<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstricmp">qstricmp</a>(), <a href="#qstrnicmp">qstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. +<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstricmp">tqstricmp</a>(), <a href="#qstrnicmp">tqstrnicmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. -<h3 class=fn>char * <a name="qstrncpy"></a>qstrncpy ( char * dst, const char * src, uint len ) +<h3 class=fn>char * <a name="qstrncpy"></a>tqstrncpy ( char * dst, const char * src, uint len ) </h3> <p> A safe strncpy() function. @@ -1080,7 +1080,7 @@ pointer to <em>dst</em>. Guarantees that <em>dst</em> is '\0'-terminated. If <em>src</em> or <em>dst</em> is 0, returns 0 immediately. <p> <p>See also <a href="#qstrcpy">qstrcpy</a>(). -<h3 class=fn>int <a name="qstrnicmp"></a>qstrnicmp ( const char * str1, const char * str2, uint len ) +<h3 class=fn>int <a name="qstrnicmp"></a>tqstrnicmp ( const char * str1, const char * str2, uint len ) </h3> <p> A safe strnicmp() function. @@ -1090,7 +1090,7 @@ is equal to <em>str2</em> or a positive value if <em>str1</em> is greater than < <p> Special case I: Returns 0 if <em>str1</em> and <em>str2</em> are both 0. <p> Special case II: Returns a random nonzero value if <em>str1</em> is 0 or <em>str2</em> is 0 (but not both). -<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstrncmp">qstrncmp</a>(), <a href="#qstricmp">qstricmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. +<p> <p>See also <a href="#qstrcmp">qstrcmp</a>(), <a href="#qstrncmp">tqstrncmp</a>(), <a href="#qstricmp">tqstricmp</a>(), and <a href="#asciinotion">Note on character comparisons</a>. <!-- eof --> <hr><p> |