ICU-1566 Use TRUE instead of true

X-SVN-Rev: 7200
This commit is contained in:
George Rhoten 2001-11-30 01:26:49 +00:00
parent 54d8e90e03
commit 78a66d2c3b

View file

@ -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