diff --git a/reference/intl/dateformatter/settimezone.xml b/reference/intl/dateformatter/settimezone.xml index 3a4f65e96125..7a5d0401e788 100644 --- a/reference/intl/dateformatter/settimezone.xml +++ b/reference/intl/dateformatter/settimezone.xml @@ -13,14 +13,14 @@ &style.oop; - public boolnullIntlDateFormatter::setTimeZone + public boolIntlDateFormatter::setTimeZone IntlTimeZoneDateTimeZonestringnulltimezone &style.procedural; - boolnulldatefmt_set_timezone + booldatefmt_set_timezone IntlDateFormatterformatter IntlTimeZoneDateTimeZonestringnulltimezone @@ -59,10 +59,33 @@ &reftitle.returnvalues; - Returns &null; on success and &false; on failure. + &return.success; + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.3.0 + + This function now returns &true; on success; previously it returns &null;. + + + + + + + &reftitle.examples; diff --git a/reference/intl/intlbreakiterator/settext.xml b/reference/intl/intlbreakiterator/settext.xml index f8a913e6acc2..3df227700e30 100644 --- a/reference/intl/intlbreakiterator/settext.xml +++ b/reference/intl/intlbreakiterator/settext.xml @@ -9,7 +9,7 @@ &reftitle.description; - public boolnullIntlBreakIterator::setText + public boolIntlBreakIterator::setText stringtext @@ -37,10 +37,33 @@ &reftitle.returnvalues; - + &return.success; + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.3.0 + + This method now returns &false; on failure; previously it returns &null;. + + + + + + +