summaryrefslogtreecommitdiffstats
path: root/src/tools/tqchar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tqchar.cpp')
-rw-r--r--src/tools/tqchar.cpp128
1 files changed, 64 insertions, 64 deletions
diff --git a/src/tools/tqchar.cpp b/src/tools/tqchar.cpp
index ab83b7cc4..afe4bc9a6 100644
--- a/src/tools/tqchar.cpp
+++ b/src/tools/tqchar.cpp
@@ -63,10 +63,10 @@
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 isNull() (returns TRUE if the character is U+0000),
- isPrint() (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 isNull() (returns true if the character is U+0000),
+ isPrint() (true if the character is any sort of printable
character, including whitespace), isPunct() (any sort of
punctation), isMark() (Unicode Mark), isLetter (a letter),
isNumber() (any sort of numeric character), isLetterOrNumber(),
@@ -294,15 +294,15 @@
\obsolete
- Returns TRUE if this character is in network byte order (MSB
- first); otherwise returns FALSE. This is platform dependent.
+ Returns true if this character is in network byte order (MSB
+ first); otherwise returns false. This is platform dependent.
*/
/*!
\fn bool TQChar::isNull() const
- Returns TRUE if the character is the Unicode character 0x0000
- (ASCII NUL); otherwise returns FALSE.
+ Returns true if the character is the Unicode character 0x0000
+ (ASCII NUL); otherwise returns false.
*/
/*!
@@ -354,8 +354,8 @@
\relates TQChar
- Returns TRUE if \a c1 and \a c2 are the same Unicode character;
- otherwise returns FALSE.
+ Returns true if \a c1 and \a c2 are the same Unicode character;
+ otherwise returns false.
*/
/*!
@@ -364,8 +364,8 @@
\overload
\relates TQChar
- Returns TRUE if \a c is the ASCII/Latin-1 character \a ch;
- otherwise returns FALSE.
+ Returns true if \a c is the ASCII/Latin-1 character \a ch;
+ otherwise returns false.
*/
/*!
@@ -374,8 +374,8 @@
\overload
\relates TQChar
- Returns TRUE if \a c is the ASCII/Latin-1 character \a ch;
- otherwise returns FALSE.
+ Returns true if \a c is the ASCII/Latin-1 character \a ch;
+ otherwise returns false.
*/
/*!
@@ -383,8 +383,8 @@
\relates TQChar
- Returns TRUE if \a c1 and \a c2 are not the same Unicode
- character; otherwise returns FALSE.
+ Returns true if \a c1 and \a c2 are not the same Unicode
+ character; otherwise returns false.
*/
/*!
@@ -393,8 +393,8 @@
\overload
\relates TQChar
- Returns TRUE if \a c is not the ASCII/Latin-1 character \a ch;
- otherwise returns FALSE.
+ Returns true if \a c is not the ASCII/Latin-1 character \a ch;
+ otherwise returns false.
*/
/*!
@@ -403,8 +403,8 @@
\overload
\relates TQChar
- Returns TRUE if \a c is not the ASCII/Latin-1 character \a ch;
- otherwise returns FALSE.
+ Returns true if \a c is not the ASCII/Latin-1 character \a ch;
+ otherwise returns false.
*/
/*!
@@ -412,9 +412,9 @@
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c1 is less than
+ Returns true if the numeric Unicode value of \a c1 is less than
that of \a c2, or they are the same Unicode character; otherwise
- returns FALSE.
+ returns false.
*/
/*!
@@ -423,9 +423,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c is less than or
+ Returns true if the numeric Unicode value of \a c is less than or
equal to that of the ASCII/Latin-1 character \a ch; otherwise
- returns FALSE.
+ returns false.
*/
/*!
@@ -434,9 +434,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of the ASCII/Latin-1
+ Returns true if the numeric Unicode value of the ASCII/Latin-1
character \a ch is less than or equal to that of \a c; otherwise
- returns FALSE.
+ returns false.
*/
/*!
@@ -444,9 +444,9 @@
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c1 is greater than
+ Returns true if the numeric Unicode value of \a c1 is greater than
that of \a c2, or they are the same Unicode character; otherwise
- returns FALSE.
+ returns false.
*/
/*!
@@ -455,9 +455,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c is greater than
+ Returns true if the numeric Unicode value of \a c is greater than
or equal to that of the ASCII/Latin-1 character \a ch; otherwise
- returns FALSE.
+ returns false.
*/
/*!
@@ -466,9 +466,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of the ASCII/Latin-1
+ Returns true if the numeric Unicode value of the ASCII/Latin-1
character \a ch is greater than or equal to that of \a c;
- otherwise returns FALSE.
+ otherwise returns false.
*/
/*!
@@ -476,8 +476,8 @@
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c1 is less than
- that of \a c2; otherwise returns FALSE.
+ Returns true if the numeric Unicode value of \a c1 is less than
+ that of \a c2; otherwise returns false.
*/
/*!
@@ -486,8 +486,8 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c is less than that
- of the ASCII/Latin-1 character \a ch; otherwise returns FALSE.
+ Returns true if the numeric Unicode value of \a c is less than that
+ of the ASCII/Latin-1 character \a ch; otherwise returns false.
*/
/*!
@@ -496,9 +496,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of the ASCII/Latin-1
+ Returns true if the numeric Unicode value of the ASCII/Latin-1
character \a ch is less than that of \a c; otherwise returns
- FALSE.
+ false.
*/
/*!
@@ -506,8 +506,8 @@
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c1 is greater than
- that of \a c2; otherwise returns FALSE.
+ Returns true if the numeric Unicode value of \a c1 is greater than
+ that of \a c2; otherwise returns false.
*/
/*!
@@ -516,8 +516,8 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of \a c is greater than
- that of the ASCII/Latin-1 character \a ch; otherwise returns FALSE.
+ Returns true if the numeric Unicode value of \a c is greater than
+ that of the ASCII/Latin-1 character \a ch; otherwise returns false.
*/
/*!
@@ -526,9 +526,9 @@
\overload
\relates TQChar
- Returns TRUE if the numeric Unicode value of the ASCII/Latin-1
+ Returns true if the numeric Unicode value of the ASCII/Latin-1
character \a ch is greater than that of \a c; otherwise returns
- FALSE.
+ false.
*/
@@ -540,8 +540,8 @@ const TQChar TQChar::nbsp((ushort)0x00a0);
/*!
- 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.
Note that this gives no indication of whether the character is
available in a particular \link TQFont font\endlink.
@@ -553,8 +553,8 @@ bool TQChar::isPrint() const
}
/*!
- 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.
*/
bool TQChar::isSpace() const
{
@@ -562,8 +562,8 @@ bool TQChar::isSpace() const
}
/*!
- 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.
*/
bool TQChar::isMark() const
{
@@ -572,8 +572,8 @@ bool TQChar::isMark() const
}
/*!
- 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.
*/
bool TQChar::isPunct() const
{
@@ -582,8 +582,8 @@ bool TQChar::isPunct() const
}
/*!
- 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.
*/
bool TQChar::isLetter() const
{
@@ -592,8 +592,8 @@ bool TQChar::isLetter() const
}
/*!
- 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.
\sa isDigit()
*/
@@ -604,8 +604,8 @@ bool TQChar::isNumber() const
}
/*!
- 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.
*/
bool TQChar::isLetterOrNumber() const
{
@@ -616,8 +616,8 @@ bool TQChar::isLetterOrNumber() const
/*!
- 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.
*/
bool TQChar::isDigit() const
{
@@ -626,8 +626,8 @@ bool TQChar::isDigit() const
/*!
- 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.
*/
bool TQChar::isSymbol() const
{
@@ -689,9 +689,9 @@ TQChar::Joining TQChar::joining() const
/*!
- 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.
*/
bool TQChar::mirrored() const
{