X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/ef6cf650f4a75c3f97de06b51fa104f2069b9ea2..a62d09fcbc8ca9da27887e04112ec143e19b1caf:/icuSources/i18n/reldtfmt.h diff --git a/icuSources/i18n/reldtfmt.h b/icuSources/i18n/reldtfmt.h index dcc3ca89..48c0f27e 100644 --- a/icuSources/i18n/reldtfmt.h +++ b/icuSources/i18n/reldtfmt.h @@ -325,8 +325,25 @@ public: * @internal ICU 3.8 */ virtual UClassID getDynamicClassID(void) const; + + /** + * Apple addition + * This is for ICU internal use only. Please do not use. + * Get the capitalization break iterator of this relative date formatter. + * Should be cloned before using it. + * It is used in udat. + * + * @return capitalization break iterator + * @internal + */ + BreakIterator* getCapitalizationBrkIter(void) const; }; +inline BreakIterator* +RelativeDateFormat::getCapitalizationBrkIter() const +{ + return fCapitalizationBrkIter; +} U_NAMESPACE_END