mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1566 Use TRUE instead of true
X-SVN-Rev: 7200
This commit is contained in:
parent
54d8e90e03
commit
78a66d2c3b
1 changed files with 2 additions and 2 deletions
|
@ -416,7 +416,7 @@ void Transliterator::filteredTransliterate(Replaceable& text,
|
|||
// This method processes text in two groupings:
|
||||
//
|
||||
// RUNS -- A run is a contiguous group of characters which are contained
|
||||
// in the filter for this transliterator (filter.contains(ch) == true).
|
||||
// in the filter for this transliterator (filter.contains(ch) == TRUE).
|
||||
// Text outside of runs may appear as context but it is not modified.
|
||||
// The start and limit Position values are narrowed to each run.
|
||||
//
|
||||
|
@ -562,7 +562,7 @@ void Transliterator::filteredTransliterate(Replaceable& text,
|
|||
// return, start will be updated to point after the
|
||||
// transliterated text, and limit and contextLimit will be
|
||||
// adjusted for length changes.
|
||||
handleTransliterate(text, index, true);
|
||||
handleTransliterate(text, index, TRUE);
|
||||
|
||||
delta = index.limit - passLimit; // change in length
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue