mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2118 Don't use false. Use FALSE
X-SVN-Rev: 10727
This commit is contained in:
parent
f614001f33
commit
55f52e6854
1 changed files with 1 additions and 1 deletions
|
@ -2155,7 +2155,7 @@ SearchIterator * TestSearch::safeClone() const
|
|||
UBool TestSearch::operator!=(const TestSearch &that) const
|
||||
{
|
||||
if (SearchIterator::operator !=(that)) {
|
||||
return false;
|
||||
return FALSE;
|
||||
}
|
||||
return m_offset_ != that.m_offset_ || m_pattern_ != that.m_pattern_;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue