diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqchar.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqchar.html')
-rw-r--r-- | doc/html/tqchar.html | 128 |
1 files changed, 64 insertions, 64 deletions
diff --git a/doc/html/tqchar.html b/doc/html/tqchar.html index 3b990d622..6c22c7fb1 100644 --- a/doc/html/tqchar.html +++ b/doc/html/tqchar.html @@ -122,10 +122,10 @@ composed to decomposed Unicode, and trying to compare and case-convert if you ask it to. <p> The classification functions include functions like those in ctype.h, but operating on the full range of Unicode characters. -They all return TRUE if the character is a certain type of -character; otherwise they return FALSE. These classification -functions are <a href="#isNull">isNull</a>() (returns TRUE if the character is U+0000), -<a href="#isPrint">isPrint</a>() (TRUE if the character is any sort of printable +They all return true if the character is a certain type of +character; otherwise they return false. These classification +functions are <a href="#isNull">isNull</a>() (returns true if the character is U+0000), +<a href="#isPrint">isPrint</a>() (true if the character is any sort of printable character, including whitespace), <a href="#isPunct">isPunct</a>() (any sort of punctation), <a href="#isMark">isMark</a>() (Unicode Mark), isLetter (a letter), <a href="#isNumber">isNumber</a>() (any sort of numeric character), <a href="#isLetterOrNumber">isLetterOrNumber</a>(), @@ -318,57 +318,57 @@ Returns the character's direction. <h3 class=fn>bool <a name="isDigit"></a>TQChar::isDigit () const </h3> -Returns TRUE if the character is a decimal digit -(Number_DecimalDigit); otherwise returns FALSE. +Returns true if the character is a decimal digit +(Number_DecimalDigit); otherwise returns false. <h3 class=fn>bool <a name="isLetter"></a>TQChar::isLetter () const </h3> -Returns TRUE if the character is a letter (Letter_* categories); -otherwise returns FALSE. +Returns true if the character is a letter (Letter_* categories); +otherwise returns false. <h3 class=fn>bool <a name="isLetterOrNumber"></a>TQChar::isLetterOrNumber () const </h3> -Returns TRUE if the character is a letter or number (Letter_* or -Number_* categories); otherwise returns FALSE. +Returns true if the character is a letter or number (Letter_* or +Number_* categories); otherwise returns false. <h3 class=fn>bool <a name="isMark"></a>TQChar::isMark () const </h3> -Returns TRUE if the character is a mark (Mark_* categories); -otherwise returns FALSE. +Returns true if the character is a mark (Mark_* categories); +otherwise returns false. <h3 class=fn>bool <a name="isNull"></a>TQChar::isNull () const </h3> -<p> Returns TRUE if the character is the Unicode character 0x0000 -(ASCII NUL); otherwise returns FALSE. +<p> Returns true if the character is the Unicode character 0x0000 +(ASCII NUL); otherwise returns false. <h3 class=fn>bool <a name="isNumber"></a>TQChar::isNumber () const </h3> -Returns TRUE if the character is a number (of any sort - Number_* -categories); otherwise returns FALSE. +Returns true if the character is a number (of any sort - Number_* +categories); otherwise returns false. <p> <p>See also <a href="#isDigit">isDigit</a>(). <h3 class=fn>bool <a name="isPrint"></a>TQChar::isPrint () const </h3> -Returns TRUE if the character is a printable character; otherwise -returns FALSE. This is any character not of category Cc or Cn. +Returns true if the character is a printable character; otherwise +returns false. This is any character not of category Cc or Cn. <p> Note that this gives no indication of whether the character is available in a particular <a href="tqfont.html">font</a>. <h3 class=fn>bool <a name="isPunct"></a>TQChar::isPunct () const </h3> -Returns TRUE if the character is a punctuation mark (Punctuation_* -categories); otherwise returns FALSE. +Returns true if the character is a punctuation mark (Punctuation_* +categories); otherwise returns false. <h3 class=fn>bool <a name="isSpace"></a>TQChar::isSpace () const </h3> -Returns TRUE if the character is a separator character -(Separator_* categories); otherwise returns FALSE. +Returns true if the character is a separator character +(Separator_* categories); otherwise returns false. <h3 class=fn>bool <a name="isSymbol"></a>TQChar::isSymbol () const </h3> -Returns TRUE if the character is a symbol (Symbol_* categories); -otherwise returns FALSE. +Returns true if the character is a symbol (Symbol_* categories); +otherwise returns false. <h3 class=fn><a href="tqchar.html#Joining-enum">Joining</a> <a name="joining"></a>TQChar::joining () const </h3> @@ -390,9 +390,9 @@ otherwise returns the character itself. <h3 class=fn>bool <a name="mirrored"></a>TQChar::mirrored () const </h3> -Returns TRUE if the character is a mirrored character (one that +Returns true if the character is a mirrored character (one that should be reversed if the text direction is reversed); otherwise -returns FALSE. +returns false. <h3 class=fn><a href="tqchar.html">TQChar</a> <a name="mirroredChar"></a>TQChar::mirroredChar () const </h3> @@ -403,8 +403,8 @@ character, otherwise returns the character itself. </h3> <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. -<p> Returns TRUE if this character is in network byte order (MSB -first); otherwise returns FALSE. This is platform dependent. +<p> Returns true if this character is in network byte order (MSB +first); otherwise returns false. This is platform dependent. <h3 class=fn><a name="operator-char"></a>TQChar::operator char () const </h3> @@ -443,147 +443,147 @@ otherwise returns the character itself. </h3> <p> -<p> Returns TRUE if <em>c1</em> and <em>c2</em> are not the same Unicode -character; otherwise returns FALSE. +<p> Returns true if <em>c1</em> and <em>c2</em> are not the same Unicode +character; otherwise returns false. <h3 class=fn>int <a name="operator!-eq-2"></a>operator!= ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if <em>c</em> is not the ASCII/Latin-1 character <em>ch</em>; -otherwise returns FALSE. +<p> Returns true if <em>c</em> is not the ASCII/Latin-1 character <em>ch</em>; +otherwise returns false. <h3 class=fn>int <a name="operator!-eq-3"></a>operator!= ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if <em>c</em> is not the ASCII/Latin-1 character <em>ch</em>; -otherwise returns FALSE. +<p> Returns true if <em>c</em> is not the ASCII/Latin-1 character <em>ch</em>; +otherwise returns false. <h3 class=fn>int <a name="operator-lt"></a>operator< ( <a href="tqchar.html">TQChar</a> c1, <a href="tqchar.html">TQChar</a> c2 ) </h3> <p> -<p> Returns TRUE if the numeric Unicode value of <em>c1</em> is less than -that of <em>c2</em>; otherwise returns FALSE. +<p> Returns true if the numeric Unicode value of <em>c1</em> is less than +that of <em>c2</em>; otherwise returns false. <h3 class=fn>int <a name="operator-lt-2"></a>operator< ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of <em>c</em> is less than that -of the ASCII/Latin-1 character <em>ch</em>; otherwise returns FALSE. +<p> Returns true if the numeric Unicode value of <em>c</em> is less than that +of the ASCII/Latin-1 character <em>ch</em>; otherwise returns false. <h3 class=fn>int <a name="operator-lt-3"></a>operator< ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of the ASCII/Latin-1 +<p> Returns true if the numeric Unicode value of the ASCII/Latin-1 character <em>ch</em> is less than that of <em>c</em>; otherwise returns -FALSE. +false. <h3 class=fn>int <a name="operator-lt-eq"></a>operator<= ( <a href="tqchar.html">TQChar</a> c1, <a href="tqchar.html">TQChar</a> c2 ) </h3> <p> -<p> Returns TRUE if the numeric Unicode value of <em>c1</em> is less than +<p> Returns true if the numeric Unicode value of <em>c1</em> is less than that of <em>c2</em>, or they are the same Unicode character; otherwise -returns FALSE. +returns false. <h3 class=fn>int <a name="operator-lt-eq-2"></a>operator<= ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of <em>c</em> is less than or +<p> Returns true if the numeric Unicode value of <em>c</em> is less than or equal to that of the ASCII/Latin-1 character <em>ch</em>; otherwise -returns FALSE. +returns false. <h3 class=fn>int <a name="operator-lt-eq-3"></a>operator<= ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of the ASCII/Latin-1 +<p> Returns true if the numeric Unicode value of the ASCII/Latin-1 character <em>ch</em> is less than or equal to that of <em>c</em>; otherwise -returns FALSE. +returns false. <h3 class=fn>bool <a name="operator-eq-eq"></a>operator== ( <a href="tqchar.html">TQChar</a> c1, <a href="tqchar.html">TQChar</a> c2 ) </h3> <p> -<p> Returns TRUE if <em>c1</em> and <em>c2</em> are the same Unicode character; -otherwise returns FALSE. +<p> Returns true if <em>c1</em> and <em>c2</em> are the same Unicode character; +otherwise returns false. <h3 class=fn>bool <a name="operator-eq-eq-2"></a>operator== ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if <em>c</em> is the ASCII/Latin-1 character <em>ch</em>; -otherwise returns FALSE. +<p> Returns true if <em>c</em> is the ASCII/Latin-1 character <em>ch</em>; +otherwise returns false. <h3 class=fn>bool <a name="operator-eq-eq-3"></a>operator== ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if <em>c</em> is the ASCII/Latin-1 character <em>ch</em>; -otherwise returns FALSE. +<p> Returns true if <em>c</em> is the ASCII/Latin-1 character <em>ch</em>; +otherwise returns false. <h3 class=fn>int <a name="operator-gt"></a>operator> ( <a href="tqchar.html">TQChar</a> c1, <a href="tqchar.html">TQChar</a> c2 ) </h3> <p> -<p> Returns TRUE if the numeric Unicode value of <em>c1</em> is greater than -that of <em>c2</em>; otherwise returns FALSE. +<p> Returns true if the numeric Unicode value of <em>c1</em> is greater than +that of <em>c2</em>; otherwise returns false. <h3 class=fn>int <a name="operator-gt-2"></a>operator> ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of <em>c</em> is greater than -that of the ASCII/Latin-1 character <em>ch</em>; otherwise returns FALSE. +<p> Returns true if the numeric Unicode value of <em>c</em> is greater than +that of the ASCII/Latin-1 character <em>ch</em>; otherwise returns false. <h3 class=fn>int <a name="operator-gt-3"></a>operator> ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of the ASCII/Latin-1 +<p> Returns true if the numeric Unicode value of the ASCII/Latin-1 character <em>ch</em> is greater than that of <em>c</em>; otherwise returns -FALSE. +false. <h3 class=fn>int <a name="operator-gt-eq"></a>operator>= ( <a href="tqchar.html">TQChar</a> c1, <a href="tqchar.html">TQChar</a> c2 ) </h3> <p> -<p> Returns TRUE if the numeric Unicode value of <em>c1</em> is greater than +<p> Returns true if the numeric Unicode value of <em>c1</em> is greater than that of <em>c2</em>, or they are the same Unicode character; otherwise -returns FALSE. +returns false. <h3 class=fn>int <a name="operator-gt-eq-2"></a>operator>= ( <a href="tqchar.html">TQChar</a> c, char ch ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of <em>c</em> is greater than +<p> Returns true if the numeric Unicode value of <em>c</em> is greater than or equal to that of the ASCII/Latin-1 character <em>ch</em>; otherwise -returns FALSE. +returns false. <h3 class=fn>int <a name="operator-gt-eq-3"></a>operator>= ( char ch, <a href="tqchar.html">TQChar</a> c ) </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<p> Returns TRUE if the numeric Unicode value of the ASCII/Latin-1 +<p> Returns true if the numeric Unicode value of the ASCII/Latin-1 character <em>ch</em> is greater than or equal to that of <em>c</em>; -otherwise returns FALSE. +otherwise returns false. <!-- eof --> <hr><p> |