File: //opt/alt/alt-nodejs20/root/usr/share/doc/alt-nodejs20-libicu-doc/deprecated.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ICU 78.3: Deprecated List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ICU 78.3
 <span id="projectnumber">78.3</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000100"></a>Global <a class="el" href="umachine_8h.html#aa93f0eb578d23995850d61f7d61c55c1">FALSE</a> </dt>
<dd>ICU 68 Use standard "false" instead. </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="classicu_1_1BreakIterator.html#a8bb5838936c784c3e004f94e3938a2cc">icu::BreakIterator::createBufferClone</a> (void *stackBuffer, int32_t &BufferSize, UErrorCode &status)=0</dt>
<dd>ICU 52. Use <a class="el" href="classicu_1_1BreakIterator.html#a91377b4643772dbc295aabb026250176" title="Return a polymorphic copy of this object. ">clone()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="classicu_1_1BreakIterator.html#a749bd540aefa78212db180f8dcaaea9c">icu::BreakIterator::createTitleInstance</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &where, UErrorCode &status)</dt>
<dd>ICU 64 Use createWordInstance instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="classicu_1_1BreakIterator.html#abab3efbfd6b3ae9190914aca4cac3897">icu::BreakIterator::isBufferClone</a> ()</dt>
<dd>ICU 52. Always delete the <a class="el" href="classicu_1_1BreakIterator.html" title="The BreakIterator class implements methods for finding the location of boundaries in text...">BreakIterator</a>. </dd>
<dt><a class="anchor" id="_deprecated000310"></a>Global <a class="el" href="classicu_1_1Calendar.html#aa6e19a88ca2225eddcbbe82313c9c095">icu::Calendar::add</a> (EDateFields field, int32_t amount, UErrorCode &status)</dt>
<dd>ICU 2.6. use <a class="el" href="classicu_1_1Calendar.html#a600238fae8c7a76ded2f8492f04e0d06" title="UDate Arithmetic function. ">add(UCalendarDateFields field, int32_t amount, UErrorCode& status)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000309"></a>Global <a class="el" href="classicu_1_1Calendar.html#ab3e4b8918f255797559a401681da32d5">icu::Calendar::EAmpm</a> </dt>
<dd>ICU 2.6. Use C enum UCalendarAMPMs defined in <a class="el" href="ucal_8h.html" title="C API: Calendar. ">ucal.h</a> </dd>
<dt><a class="anchor" id="_deprecated000306"></a>Global <a class="el" href="classicu_1_1Calendar.html#a4d834504c309b2c84831390db2664520">icu::Calendar::EDateFields</a> </dt>
<dd>ICU 2.6. Use C enum UCalendarDateFields defined in <a class="el" href="ucal_8h.html" title="C API: Calendar. ">ucal.h</a> </dd>
<dt><a class="anchor" id="_deprecated000307"></a>Global <a class="el" href="classicu_1_1Calendar.html#a3ca774e0e17548d6818ff549529346ab">icu::Calendar::EDaysOfWeek</a> </dt>
<dd>ICU 2.6. Use C enum UCalendarDaysOfWeek defined in <a class="el" href="ucal_8h.html" title="C API: Calendar. ">ucal.h</a> </dd>
<dt><a class="anchor" id="_deprecated000308"></a>Global <a class="el" href="classicu_1_1Calendar.html#ae10c95d8821f0c31a247dd6b9be65c94">icu::Calendar::EMonths</a> </dt>
<dd>ICU 2.6. Use C enum UCalendarMonths defined in <a class="el" href="ucal_8h.html" title="C API: Calendar. ">ucal.h</a> </dd>
<dt><a class="anchor" id="_deprecated000313"></a>Global <a class="el" href="classicu_1_1Calendar.html#aab667ad40e27f76d7606ed8d9a641040">icu::Calendar::fieldDifference</a> (UDate when, EDateFields field, UErrorCode &status)</dt>
<dd>ICU 2.6. Use <a class="el" href="classicu_1_1Calendar.html#a594b640f9a0ecc3194b6048eff975826" title="Return the difference between the given time and the time this calendar object is set to...">fieldDifference(UDate when, UCalendarDateFields field, UErrorCode& status)</a>. </dd>
<dt><a class="anchor" id="_deprecated000319"></a>Global <a class="el" href="classicu_1_1Calendar.html#a43d660132f3886283ca6a53f71f95d11">icu::Calendar::getActualMinimum</a> (EDateFields field, UErrorCode &status) const</dt>
<dd>ICU 2.6. Use getActualMinimum(UCalendarDateFields field, UErrorCode& status) instead. </dd>
<dt><a class="anchor" id="_deprecated000314"></a>Global <a class="el" href="classicu_1_1Calendar.html#ac55af550911dcec8bdc2123891242a9b">icu::Calendar::getFirstDayOfWeek</a> () const</dt>
<dd>ICU 2.6 use the overload with error code </dd>
<dt><a class="anchor" id="_deprecated000317"></a>Global <a class="el" href="classicu_1_1Calendar.html#aaf7bcf753e85f6b14ef7cd979545c446">icu::Calendar::getGreatestMinimum</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use getGreatestMinimum(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000318"></a>Global <a class="el" href="classicu_1_1Calendar.html#a0ff7263533f8abe4ea3ee549c25c8410">icu::Calendar::getLeastMaximum</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use getLeastMaximum(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000316"></a>Global <a class="el" href="classicu_1_1Calendar.html#ae667aa122e5a353ea1ad8ff7e9ebbe11">icu::Calendar::getMaximum</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use getMaximum(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000315"></a>Global <a class="el" href="classicu_1_1Calendar.html#a9e722edc80174b90e497bd03ba65a07b">icu::Calendar::getMinimum</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use getMinimum(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000320"></a>Global <a class="el" href="classicu_1_1Calendar.html#a81c0b846276a2d4a412fd97877e2226c">icu::Calendar::internalGet</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use internalGet(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000321"></a>Global <a class="el" href="classicu_1_1Calendar.html#a6b0bd7e3ed01bcc63990edb1ec17f439">icu::Calendar::internalSet</a> (EDateFields field, int32_t value)</dt>
<dd>ICU 2.6. Use <a class="el" href="classicu_1_1Calendar.html#a8f49776ebaca65739a2892701ef85113" title="Sets the value for a given time field. ">internalSet(UCalendarDateFields field, int32_t value)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000311"></a>Global <a class="el" href="classicu_1_1Calendar.html#a91e030cdb98538b5010510dbce783624">icu::Calendar::roll</a> (EDateFields field, UBool up, UErrorCode &status)</dt>
<dd>ICU 2.6. Use <a class="el" href="classicu_1_1Calendar.html#acdc73fcdbc01d47d4fe3821d19e7edcc" title="Time Field Rolling function. ">roll(UCalendarDateFields field, UBool up, UErrorCode& status)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000312"></a>Global <a class="el" href="classicu_1_1Calendar.html#a2baef7da41da8b2ab6e423eb6aecf7e5">icu::Calendar::roll</a> (EDateFields field, int32_t amount, UErrorCode &status)</dt>
<dd>ICU 2.6. Use <a class="el" href="classicu_1_1Calendar.html#a244f458639006d0233e8f367dd23cd3e" title="Time Field Rolling function. ">roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000322"></a>Class <a class="el" href="classicu_1_1ChoiceFormat.html">icu::ChoiceFormat</a> </dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000331"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#aad59b7220c5560d91befc7aa3e6d1dea">icu::ChoiceFormat::applyPattern</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &pattern, UErrorCode &status)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000332"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a81f2bd984ab82fe16a0998422409842b">icu::ChoiceFormat::applyPattern</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &pattern, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> &parseError, UErrorCode &status)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000323"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a39ccafe6c07e0262cedddb604e8c4c2a">icu::ChoiceFormat::ChoiceFormat</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &pattern, UErrorCode &status)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000324"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#adf5761c562b4309d71312e23179dae7c">icu::ChoiceFormat::ChoiceFormat</a> (const double *limits, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *formats, int32_t count)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000325"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a3e0950efcfa3536e3138afbbd6a0748d">icu::ChoiceFormat::ChoiceFormat</a> (const double *limits, const UBool *closures, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *formats, int32_t count)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000326"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a7246a9e0d487051fde28b3e91d6d2979">icu::ChoiceFormat::ChoiceFormat</a> (const <a class="el" href="classicu_1_1ChoiceFormat.html" title="ChoiceFormat converts between ranges of numeric values and strings for those ranges. ">ChoiceFormat</a> &that)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000329"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#aa8e5c1e486602cbae1698707725ca764">icu::ChoiceFormat::clone</a> () const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000339"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a2869b29dac744e4e1ac077cded68459b">icu::ChoiceFormat::format</a> (double number, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &appendTo, <a class="el" href="classicu_1_1FieldPosition.html" title="FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...">FieldPosition</a> &pos) const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000340"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#aed9f46d7f89c32269e0cb29b1accdb34">icu::ChoiceFormat::format</a> (int32_t number, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &appendTo, <a class="el" href="classicu_1_1FieldPosition.html" title="FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...">FieldPosition</a> &pos) const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000341"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a6485ffbb023c16e9b0c4bfedc2e6c5ea">icu::ChoiceFormat::format</a> (int64_t number, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &appendTo, <a class="el" href="classicu_1_1FieldPosition.html" title="FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...">FieldPosition</a> &pos) const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000342"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#aab56dad1a3646af829648afbaee478f8">icu::ChoiceFormat::format</a> (const <a class="el" href="classicu_1_1Formattable.html" title="Formattable objects can be passed to the Format class or its subclasses for formatting. ">Formattable</a> *objs, int32_t cnt, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &appendTo, <a class="el" href="classicu_1_1FieldPosition.html" title="FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted out...">FieldPosition</a> &pos, UErrorCode &success) const</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000337"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a68a8b57bc6f86170c299b8a285c78f6d">icu::ChoiceFormat::getClosures</a> (int32_t &count) const</dt>
<dd>ICU 4.8 Use the <a class="el" href="classicu_1_1MessagePattern.html" title="Parses and represents ICU MessageFormat patterns. ">MessagePattern</a> class to analyze a <a class="el" href="classicu_1_1ChoiceFormat.html" title="ChoiceFormat converts between ranges of numeric values and strings for those ranges. ">ChoiceFormat</a> pattern. </dd>
<dt><a class="anchor" id="_deprecated000344"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#af7fcb75ab01479e5ee56c0b3dc63024e">icu::ChoiceFormat::getDynamicClassID</a> () const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000338"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a900580baea10003f1bf7e230df725212">icu::ChoiceFormat::getFormats</a> (int32_t &count) const</dt>
<dd>ICU 4.8 Use the <a class="el" href="classicu_1_1MessagePattern.html" title="Parses and represents ICU MessageFormat patterns. ">MessagePattern</a> class to analyze a <a class="el" href="classicu_1_1ChoiceFormat.html" title="ChoiceFormat converts between ranges of numeric values and strings for those ranges. ">ChoiceFormat</a> pattern. </dd>
<dt><a class="anchor" id="_deprecated000336"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#ae03a7250c89798fa0a028feeb9176691">icu::ChoiceFormat::getLimits</a> (int32_t &count) const</dt>
<dd>ICU 4.8 Use the <a class="el" href="classicu_1_1MessagePattern.html" title="Parses and represents ICU MessageFormat patterns. ">MessagePattern</a> class to analyze a <a class="el" href="classicu_1_1ChoiceFormat.html" title="ChoiceFormat converts between ranges of numeric values and strings for those ranges. ">ChoiceFormat</a> pattern. </dd>
<dt><a class="anchor" id="_deprecated000345"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a6e5676fe5a39ccf4930c904e0ad65b1a">icu::ChoiceFormat::getStaticClassID</a> ()</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000327"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#ad15fbe5afd79abc25a5e92129d0f3010">icu::ChoiceFormat::operator=</a> (const <a class="el" href="classicu_1_1ChoiceFormat.html" title="ChoiceFormat converts between ranges of numeric values and strings for those ranges. ">ChoiceFormat</a> &that)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000330"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a543cf47a90e2134a5f4f0b999a8c0cb0">icu::ChoiceFormat::operator==</a> (const <a class="el" href="classicu_1_1Format.html" title="Base class for all formats. ">Format</a> &other) const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000343"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#acba4da9323132999fab8e05c3ea6b5a2">icu::ChoiceFormat::parse</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &text, <a class="el" href="classicu_1_1Formattable.html" title="Formattable objects can be passed to the Format class or its subclasses for formatting. ">Formattable</a> &result, <a class="el" href="classicu_1_1ParsePosition.html" title="ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...">ParsePosition</a> &parsePosition) const override</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000334"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a0287a36a21b8069a0b98fb5b20d7fbf4">icu::ChoiceFormat::setChoices</a> (const double *limitsToCopy, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *formatsToCopy, int32_t count)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000335"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a49838e712aa19b4a40010389ee1602ae">icu::ChoiceFormat::setChoices</a> (const double *limits, const UBool *closures, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *formats, int32_t count)</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000333"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#a875af4c0bac942bccdb5d25511f69911">icu::ChoiceFormat::toPattern</a> (<a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &pattern) const</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000328"></a>Global <a class="el" href="classicu_1_1ChoiceFormat.html#ac17bdc0c1b8ac45972eedea77ee44a34">icu::ChoiceFormat::~ChoiceFormat</a> ()</dt>
<dd>ICU 49 Use <a class="el" href="classicu_1_1MessageFormat.html">MessageFormat</a> instead, with plural and select arguments. </dd>
<dt><a class="anchor" id="_deprecated000696"></a>Global <a class="el" href="classicu_1_1CollationKey.html#ab087d29231b801ffca0b95d52c9b78e7">icu::CollationKey::compareTo</a> (const <a class="el" href="classicu_1_1CollationKey.html" title="Collation keys are generated by the Collator class. ">CollationKey</a> &target) const</dt>
<dd>ICU 2.6 use the overload with error code </dd>
<dt><a class="anchor" id="_deprecated000357"></a>Global <a class="el" href="classicu_1_1Collator.html#a98c42c147eae65ccd5334f2e5ae8082e">icu::Collator::Collator</a> (UCollationStrength collationStrength, UNormalizationMode decompositionMode)</dt>
<dd>ICU 2.4. Subclasses should use the default constructor instead and handle the strength and normalization mode themselves. </dd>
<dt><a class="anchor" id="_deprecated000347"></a>Global <a class="el" href="classicu_1_1Collator.html#a40b92eb7b4a2f37c89fcf1caf957fff0">icu::Collator::compare</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &target) const</dt>
<dd>ICU 2.6 use the overload with UErrorCode & </dd>
<dt><a class="anchor" id="_deprecated000348"></a>Global <a class="el" href="classicu_1_1Collator.html#af769a7b211843daf7613227d562a082b">icu::Collator::compare</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &target, int32_t length) const</dt>
<dd>ICU 2.6 use the overload with UErrorCode & </dd>
<dt><a class="anchor" id="_deprecated000349"></a>Global <a class="el" href="classicu_1_1Collator.html#aa4b4db8baa10e2d5e783d223886d624c">icu::Collator::compare</a> (const char16_t *source, int32_t sourceLength, const char16_t *target, int32_t targetLength) const</dt>
<dd>ICU 2.6 use the overload with UErrorCode & </dd>
<dt><a class="anchor" id="_deprecated000346"></a>Global <a class="el" href="classicu_1_1Collator.html#ac9827be018f594eae0573473034233b7">icu::Collator::EComparisonResult</a> </dt>
<dd>ICU 2.6. Use C enum UCollationResult defined in <a class="el" href="ucol_8h.html" title="C API: Collator. ">ucol.h</a> </dd>
<dt><a class="anchor" id="_deprecated000350"></a>Global <a class="el" href="classicu_1_1Collator.html#a9ce5b59d720566877b2201747782ed19">icu::Collator::getLocale</a> (ULocDataLocaleType type, UErrorCode &status) const =0</dt>
<dd>ICU 2.8 This API is under consideration for revision in ICU 3.0. </dd>
<dt><a class="anchor" id="_deprecated000351"></a>Global <a class="el" href="classicu_1_1Collator.html#a0f5001958b0a8e6323355e5f8fae9175">icu::Collator::getStrength</a> () const</dt>
<dd>ICU 2.6 Use getAttribute(UCOL_STRENGTH...) instead </dd>
<dt><a class="anchor" id="_deprecated000356"></a>Global <a class="el" href="classicu_1_1Collator.html#a267edd9cce4ed8125c05fec1a99935bb">icu::Collator::safeClone</a> () const</dt>
<dd>ICU 50 no need to have two methods for cloning </dd>
<dt><a class="anchor" id="_deprecated000352"></a>Global <a class="el" href="classicu_1_1Collator.html#a5bfd9426f93b39666975c6259fb71281">icu::Collator::setStrength</a> (ECollationStrength newStrength)</dt>
<dd>ICU 2.6 Use setAttribute(UCOL_STRENGTH...) instead </dd>
<dt><a class="anchor" id="_deprecated000353"></a>Global <a class="el" href="classicu_1_1Collator.html#add26f468f37f1ef0ceef4c4f3b2e74eb">icu::Collator::setVariableTop</a> (const char16_t *varTop, int32_t len, UErrorCode &status)=0</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1Collator.html#abcd24fd37bd91f8a5fd592ad142da6f3" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000354"></a>Global <a class="el" href="classicu_1_1Collator.html#a6d37b263e04e014ff6b13ac0d3fbbce7">icu::Collator::setVariableTop</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &varTop, UErrorCode &status)=0</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1Collator.html#abcd24fd37bd91f8a5fd592ad142da6f3" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000355"></a>Global <a class="el" href="classicu_1_1Collator.html#ad9859bf87721ce8627d9f29d8920cd99">icu::Collator::setVariableTop</a> (uint32_t varTop, UErrorCode &status)=0</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1Collator.html#abcd24fd37bd91f8a5fd592ad142da6f3" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000360"></a>Global <a class="el" href="classicu_1_1DateFormatSymbols.html#ae129713471a20a5a418957de1ebd3470a90d80fd0f31f962b3a82b0f94f7271c5">icu::DateFormatSymbols::DT_CONTEXT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000361"></a>Global <a class="el" href="classicu_1_1DateFormatSymbols.html#a62956ffdbeeed74b970ab846362473dea46ce5ece928f9afa5d97ec0b254eab2d">icu::DateFormatSymbols::DT_WIDTH_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000359"></a>Global <a class="el" href="classicu_1_1DateFormatSymbols.html#a2b2c923a3af114b135f8331318bdd6f5">icu::DateFormatSymbols::getZoneStrings</a> (int32_t &rowCount, int32_t &columnCount) const</dt>
<dd>ICU 3.6 </dd>
<dt><a class="anchor" id="_deprecated000358"></a>Global <a class="el" href="classicu_1_1DecimalFormat.html#a64886bee05593b48c6ec4de612b95dbd">icu::DecimalFormat::setCurrency</a> (const char16_t *theCurrency)</dt>
<dd>ICU 3.0. Use <a class="el" href="classicu_1_1DecimalFormat.html#acc8fc87f5b0b27509162dc34c9b277ec" title="Sets the currency used to display currency amounts. ">setCurrency(const char16_t*, UErrorCode&)</a>. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="namespaceicu.html#ae44e1ab9362b6cb8800a082395f50294">icu::DictionaryBasedBreakIterator</a> </dt>
<dd>ICU 3.6 </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="classicu_1_1FilteredBreakIteratorBuilder.html#a93962ddc854b07c6ce025e5491d24a5c">icu::FilteredBreakIteratorBuilder::build</a> (<a class="el" href="classicu_1_1BreakIterator.html" title="The BreakIterator class implements methods for finding the location of boundaries in text...">BreakIterator</a> *adoptBreakIterator, UErrorCode &status)=0</dt>
<dd>ICU 60 use <a class="el" href="classicu_1_1FilteredBreakIteratorBuilder.html#a66f08af8420ba9627f59d3ee1172fec2" title="Wrap (adopt) an existing break iterator in a new filtered instance. ">wrapIteratorWithFilter()</a> instead </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="classicu_1_1FilteredBreakIteratorBuilder.html#a33bf97a776c84d1f74a100aa4b2d603d">icu::FilteredBreakIteratorBuilder::createInstance</a> (UErrorCode &status)</dt>
<dd>ICU 60 use createEmptyInstance instead </dd>
<dt><a class="anchor" id="_deprecated000362"></a>Global <a class="el" href="classicu_1_1Formattable.html#a874183e45fe98acf1318c43e5c117455">icu::Formattable::getLong</a> (UErrorCode *status) const</dt>
<dd>ICU 3.0 use getLong(UErrorCode&) instead </dd>
<dt><a class="anchor" id="_deprecated000364"></a>Global <a class="el" href="classicu_1_1GregorianCalendar.html#aa41b9ddcd56d9592272c3e4b0e0af25a">icu::GregorianCalendar::getActualMinimum</a> (EDateFields field) const</dt>
<dd>ICU 2.6. Use getActualMinimum(UCalendarDateFields field) instead. </dd>
<dt><a class="anchor" id="_deprecated000365"></a>Global <a class="el" href="classicu_1_1GregorianCalendar.html#a0c78b1b8b84e2776e6c8ae189d99c556">icu::GregorianCalendar::getActualMinimum</a> (EDateFields field, UErrorCode &status) const</dt>
<dd>ICU 2.6. Use getActualMinimum(UCalendarDateFields field) instead. (Added to ICU 3.0 for signature consistency) </dd>
<dt><a class="anchor" id="_deprecated000363"></a>Global <a class="el" href="classicu_1_1GregorianCalendar.html#ad21ef6032bd8f82fc802cfcb5d9032d8">icu::GregorianCalendar::roll</a> (EDateFields field, int32_t amount, UErrorCode &status) override</dt>
<dd>ICU 2.6. Use <a class="el" href="classicu_1_1GregorianCalendar.html#ae94a5eca34d954fdd4499927f8c77740" title="(Overrides Calendar) Rolls up or down by the given amount in the specified field. ...">roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000369"></a>Global <a class="el" href="classicu_1_1MeasureUnit.html#ad69d5c8f46fe09ccca349b06f4643410">icu::MeasureUnit::createMetricTon</a> (UErrorCode &status)</dt>
<dd>ICU 78 use <a class="el" href="classicu_1_1MeasureUnit.html#af3c475307a983c7b34ed6689b4a71eda" title="Returns by pointer, unit of mass: tonne. ">createTonne(UErrorCode &status)</a> </dd>
<dt><a class="anchor" id="_deprecated000367"></a>Global <a class="el" href="classicu_1_1MeasureUnit.html#aa51cefc1a40797a509cbaf8cd34b6743">icu::MeasureUnit::createMilligramPerDeciliter</a> (UErrorCode &status)</dt>
<dd>ICU 78 use <a class="el" href="classicu_1_1MeasureUnit.html#a2ed977e7789be4bb024df475f376414d" title="Returns by pointer, unit of concentr: milligram-ofglucose-per-deciliter. ">createMilligramOfglucosePerDeciliter(UErrorCode &status)</a> </dd>
<dt><a class="anchor" id="_deprecated000370"></a>Global <a class="el" href="classicu_1_1MeasureUnit.html#af569bcf9ffdec500ec07083bef927062">icu::MeasureUnit::getMetricTon</a> ()</dt>
<dd>ICU 78 use <a class="el" href="classicu_1_1MeasureUnit.html#ab0aaf1c5710f1baf9f78faf352d79fdb" title="Returns by value, unit of mass: tonne. ">getTonne()</a> </dd>
<dt><a class="anchor" id="_deprecated000368"></a>Global <a class="el" href="classicu_1_1MeasureUnit.html#a017130cf3b3836e39de7d918a20f472d">icu::MeasureUnit::getMilligramPerDeciliter</a> ()</dt>
<dd>ICU 78 use <a class="el" href="classicu_1_1MeasureUnit.html#afed682b6f3f40c3abef18044babb1333" title="Returns by value, unit of concentr: milligram-ofglucose-per-deciliter. ">getMilligramOfglucosePerDeciliter()</a> </dd>
<dt><a class="anchor" id="_deprecated000407"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html">icu::message2::data_model::Binding</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000556"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#ad483377f061642534a8d948174909db7">icu::message2::data_model::Binding::Binding</a> (const VariableName &v, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &&e)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000558"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a4fcccd33c865b8cdf6fe1cad5cfa4ca5">icu::message2::data_model::Binding::Binding</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html" title="A Binding pairs a variable name with an expression. ">Binding</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000560"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a913928647afa118a938b6a1291ec6b33">icu::message2::data_model::Binding::Binding</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000552"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a5fbcd9fc20780d07dc1e4b18fee0d74b">icu::message2::data_model::Binding::getValue</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000553"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a624edaea1c627f28c28fdae60dd10992">icu::message2::data_model::Binding::getVariable</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000554"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#aa8548b6056a7a79d3eb73501b2a144bb">icu::message2::data_model::Binding::input</a> (<a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &&variableName, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &&rhs, UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000555"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a4b54c6fa7f03744ce8539d5ffa0fe7b0">icu::message2::data_model::Binding::isLocal</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000559"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#a089d661ec87d1f8ef4bb41d79bf1414f">icu::message2::data_model::Binding::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html" title="A Binding pairs a variable name with an expression. ">Binding</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000557"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#af2ec4b8f815b7967592b8e1081f1a0f9">icu::message2::data_model::Binding::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html" title="A Binding pairs a variable name with an expression. ">Binding</a> &b1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html" title="A Binding pairs a variable name with an expression. ">Binding</a> &b2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000561"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html#ae5460aae24abff761d213acb251d73e1">icu::message2::data_model::Binding::~Binding</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000403"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html">icu::message2::data_model::Expression</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000498"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html">icu::message2::data_model::Expression::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000506"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a788875166d1de143cd9aea117a2fdb78">icu::message2::data_model::Expression::Builder::addAttribute</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &key, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&value, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000507"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a365b3c808319aa564f809f5433cbd6cd">icu::message2::data_model::Expression::Builder::build</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000508"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a9562ae0d30fe4def0a671902332da98f">icu::message2::data_model::Expression::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000504"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a8c76e84f500d89669c61ac7a1f140116">icu::message2::data_model::Expression::Builder::setOperand</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&rAnd)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000505"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a793f65a93679c2dc57103b9a3e1bb2fc">icu::message2::data_model::Expression::Builder::setOperator</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html" title="The Operator class corresponds to the FunctionRef type in the Expression interface defined in https:/...">Operator</a> &&rAtor)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000509"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression_1_1Builder.html#a6d3d0798de9ae05c49072523dfd90f9f">icu::message2::data_model::Expression::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000500"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#afa5dc2d222ba1386e09084e6a5dd36bb">icu::message2::data_model::Expression::Expression</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000502"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#a162b1e71fdc17a70c5f5d18b1c8e5d41">icu::message2::data_model::Expression::Expression</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000497"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#a5995ce1f8ebad31913be5a7f09b0a8b9">icu::message2::data_model::Expression::getAttributes</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000496"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#a173caf0a1018b4571b3a2bcfc3c7446f">icu::message2::data_model::Expression::getOperand</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000495"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#ab94b9394b57673c107720e5d2dd39730">icu::message2::data_model::Expression::getOperator</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000494"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#add52bae68c0d08fcd500bb33a3b5cfa7">icu::message2::data_model::Expression::isFunctionCall</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000493"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#ac6afa3ef046f8fd50bf49be9ccb536c8">icu::message2::data_model::Expression::isStandaloneAnnotation</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000501"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#a6081b7ca70d2f65784e828327639baff">icu::message2::data_model::Expression::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000499"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#a3d6057b60cbc12ea003c01ae783a2ad4">icu::message2::data_model::Expression::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &e1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &e2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000503"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html#aac569cef71692ef21854d74124602176">icu::message2::data_model::Expression::~Expression</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000398"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html">icu::message2::data_model::Key</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000433"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a061694eede7627edc02a5a32aae5ca5e">icu::message2::data_model::Key::asLiteral</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000432"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a60ccc18f447fcc427cbd7ec7332f4bb2">icu::message2::data_model::Key::isWildcard</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000434"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#aabc99064ded10502a675d6d91ef2cf32">icu::message2::data_model::Key::Key</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000435"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#ad8324c38380ce975cd231e3474ed3e08">icu::message2::data_model::Key::Key</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000436"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a9f44246f87b7b042056d6e9dce2c0787">icu::message2::data_model::Key::Key</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &lit)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000439"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a4c11e28de4fdd8b0dc14a9e5b4b3f73b">icu::message2::data_model::Key::operator<</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &other) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000438"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a4e98e381aba8137792feb46f0dc905de">icu::message2::data_model::Key::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000440"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a38ffdded7d246f6a816c91e9cdb80e3e">icu::message2::data_model::Key::operator==</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &other) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000437"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#abff2cc9429eac65fc8078b86269a4f00">icu::message2::data_model::Key::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &k1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &k2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000441"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html#a51ac62750a2ed424cbfc4cb1d2cdf744">icu::message2::data_model::Key::~Key</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000396"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html">icu::message2::data_model::Literal</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000411"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#a262bae71a59b0c00d0d9cdc359499ee6">icu::message2::data_model::Literal::isQuoted</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000412"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#a816692081978fc6cd5afbe53ebe990ce">icu::message2::data_model::Literal::Literal</a> (UBool q, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &s)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000413"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#aee309e55585159159e0f2cd832ac956c">icu::message2::data_model::Literal::Literal</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000416"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#aa4d4d2f5d9acb56a4911101b914e3641">icu::message2::data_model::Literal::Literal</a> ()=default</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000417"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#aa7c3895d230e9951b4c8df5013b073de">icu::message2::data_model::Literal::operator<</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &other) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000415"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#ace9d400cd3a1fe4cfee3d284868edffb">icu::message2::data_model::Literal::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000418"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#af594ef0cc082040bb668b0aca7ced49e">icu::message2::data_model::Literal::operator==</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &other) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000409"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#a9a5b12541174051e154263bf60fdef7e">icu::message2::data_model::Literal::quoted</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000414"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#a46159be7d8f6fd452db705c6289cfab2">icu::message2::data_model::Literal::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &l1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &l2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000410"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#a903f642ef8074559fe61b7b82c59c506">icu::message2::data_model::Literal::unquoted</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000419"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html#afb98df7c03d910bbd67c3e869418466d">icu::message2::data_model::Literal::~Literal</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000402"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html">icu::message2::data_model::Markup</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000483"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html">icu::message2::data_model::Markup::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000489"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#ac0a5299e9a64a60b601e3d786baf7a0f">icu::message2::data_model::Markup::Builder::addAttribute</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &key, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&value, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000488"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a45f2c561230d61f6834d09269e9c940c">icu::message2::data_model::Markup::Builder::addOption</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &key, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&value, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000490"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#aaca93c1e99f44831d628b5b2d732a47c">icu::message2::data_model::Markup::Builder::build</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000491"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a148463a8105368d9b8c29a0deb3477b8">icu::message2::data_model::Markup::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000486"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a9fe99a490f023193e1cce8c202f2c57a">icu::message2::data_model::Markup::Builder::setClose</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000484"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a02cfc98cc696175d8ff9778138108fbb">icu::message2::data_model::Markup::Builder::setName</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &n)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000485"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a3c8e7f3581112981c741bbd18bf28561">icu::message2::data_model::Markup::Builder::setOpen</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000487"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a0d26135bd405d4866528e6c4c9a930a3">icu::message2::data_model::Markup::Builder::setStandalone</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000492"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup_1_1Builder.html#a89984278178faf64fd541bd0856fb473">icu::message2::data_model::Markup::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000480"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#a382ac6ff9481305fb0b2ec3d638917d6">icu::message2::data_model::Markup::getAttributes</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000478"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#ae5991663d3382e75f495e07e4f2f7fc8">icu::message2::data_model::Markup::getName</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000479"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#ad7bc75813f5fcc0cb417a39be46ecdb0">icu::message2::data_model::Markup::getOptions</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000476"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#a844faa00dacbd7794f1ef338fdf4602f">icu::message2::data_model::Markup::isClose</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000475"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#a48aa7fe4ee59b527cdfec8e16e824954">icu::message2::data_model::Markup::isOpen</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000477"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#aff6ed17d6e786d9c64967e396e99a4e6">icu::message2::data_model::Markup::isStandalone</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000481"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#a28b9db0d4de24e7de5aac969a2817976">icu::message2::data_model::Markup::Markup</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000482"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html#aa18c55113b83376983a06cfbeb675d72">icu::message2::data_model::Markup::~Markup</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000408"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html">icu::message2::data_model::MFDataModel</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000572"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html">icu::message2::data_model::MFDataModel::Builder</a> </dt>
<dd><p class="startdd">This API is for technology preview only. </p>
<p class="enddd">This API is for technology preview only. </p>
</dd>
<dt><a class="anchor" id="_deprecated000573"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#a0ee3d50ce398c4bca291eb30c62bcac4">icu::message2::data_model::MFDataModel::Builder::addBinding</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Binding.html" title="A Binding pairs a variable name with an expression. ">Binding</a> &&b, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000574"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#aa502b7a9112c257436154e7d03ffcf0d">icu::message2::data_model::MFDataModel::Builder::addSelector</a> (VariableName &&selector, UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000575"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#adc832473e3d0ef5c0cfc1caf2ecc2861">icu::message2::data_model::MFDataModel::Builder::addVariant</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &&keys, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &&pattern, UErrorCode &errorCode) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000577"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#aa8b348447c2bffcf9f50dd8b1ca13773">icu::message2::data_model::MFDataModel::Builder::build</a> (UErrorCode &status) const noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000578"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#a3534f82b5ced2850c07b0e1dd708dc04">icu::message2::data_model::MFDataModel::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000576"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#afd7c5e4e66e77dcbceca35eb9eba876b">icu::message2::data_model::MFDataModel::Builder::setPattern</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &&pattern)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000579"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel_1_1Builder.html#af88287dc9ba60c42c76820ef2beb7110">icu::message2::data_model::MFDataModel::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000562"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#ab11a18616dae9f2dd0ae58fef6107dcd">icu::message2::data_model::MFDataModel::getLocalVariables</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000565"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#aa10fabd15ce0b763e64b2b942ea0425a">icu::message2::data_model::MFDataModel::getPattern</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000563"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#a4c5c98abd04a6dd1eedca3b8cb252d5f">icu::message2::data_model::MFDataModel::getSelectors</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000564"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#a2f6c693b87511a6cecc70aa2dfc47888">icu::message2::data_model::MFDataModel::getVariants</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000567"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#ad6e649c564bd01f476003478cbca381e">icu::message2::data_model::MFDataModel::MFDataModel</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000570"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#a61e7b861d40cea973989a94cefca0a51">icu::message2::data_model::MFDataModel::MFDataModel</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html" title="The MFDataModel class describes a parsed representation of the text of a message. ...">MFDataModel</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000569"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#aeb826ec0311817dd48a78951779ad664">icu::message2::data_model::MFDataModel::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html" title="The MFDataModel class describes a parsed representation of the text of a message. ...">MFDataModel</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000568"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#aa501f02153a0935b6b9bbd258aa966bb">icu::message2::data_model::MFDataModel::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html" title="The MFDataModel class describes a parsed representation of the text of a message. ...">MFDataModel</a> &m1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html" title="The MFDataModel class describes a parsed representation of the text of a message. ...">MFDataModel</a> &m2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000571"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1MFDataModel.html#a74934c3fb996b67dc149efd86bd6c7bc">icu::message2::data_model::MFDataModel::~MFDataModel</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000397"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html">icu::message2::data_model::Operand</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000424"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#acf05d261dca31f5de33d36a07b39bdd0">icu::message2::data_model::Operand::asLiteral</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000423"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a2fd157822b8d4d0599ebf1e2af434f17">icu::message2::data_model::Operand::asVariable</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000421"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a590c45cc5e4134b3912c11229fbd3c75">icu::message2::data_model::Operand::isLiteral</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000422"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a1c276f7e8f560bf77c0c653f0401992f">icu::message2::data_model::Operand::isNull</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000420"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#aa96e1461fedb9b49831d6b7c03bf3267">icu::message2::data_model::Operand::isVariable</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000425"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#ad8daaa142455485c53ca4c823ad7fb61">icu::message2::data_model::Operand::Operand</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000426"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a8084811079976b369f6cee3413882466">icu::message2::data_model::Operand::Operand</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &v)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000427"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#aaca32721e173898d63df2647e6cdf441">icu::message2::data_model::Operand::Operand</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Literal.html" title="The Literal class corresponds to the literal nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf and the Literal interface defined in // https://github.com/unicode-org/message-format-wg/blob/main/spec/data-model.md#expressions. ">Literal</a> &l)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000430"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a400ff99636f4141dc69b9e500161000d">icu::message2::data_model::Operand::Operand</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000429"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#aa1721ee182a48bf4f0f555604d292496">icu::message2::data_model::Operand::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000428"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#a6d2981d25e9e4f8d4fa90df733745877">icu::message2::data_model::Operand::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &o1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &o2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000431"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html#ad3df8ac8fb3a98b60fb48a8f139db91c">icu::message2::data_model::Operand::~Operand</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000401"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html">icu::message2::data_model::Operator</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000464"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html">icu::message2::data_model::Operator::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000471"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html#a817f0054ae4b04ff6dc3dbb1c9c9bb15">icu::message2::data_model::Operator::Builder::addOption</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &key, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&value, UErrorCode &status) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000472"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html#a710db5fd15bf934b7d29aabddf3b3eb4">icu::message2::data_model::Operator::Builder::build</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000473"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html#ad703d4c09a7b1fa58bd362bfedb1a007">icu::message2::data_model::Operator::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000470"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html#a79abc114b38c138952763aec84688752">icu::message2::data_model::Operator::Builder::setFunctionName</a> (FunctionName &&func)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000474"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator_1_1Builder.html#ae13453d2c7cf5ef5d163c993051af2a2">icu::message2::data_model::Operator::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000462"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a4fe5eb335845b65a7a191fb1d8261088">icu::message2::data_model::Operator::getFunctionName</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000463"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a8ca86951633a9bf8e215f95e49a646f2">icu::message2::data_model::Operator::getOptions</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000465"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a0859ecabf03a1f7ebe8c829ec9832d27">icu::message2::data_model::Operator::Operator</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html" title="The Operator class corresponds to the FunctionRef type in the Expression interface defined in https:/...">Operator</a> &other) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000468"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a36423113545ee28a22ba9d7b1b02484d">icu::message2::data_model::Operator::Operator</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000467"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a287cc875c6a45fb36122082ba721847f">icu::message2::data_model::Operator::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html" title="The Operator class corresponds to the FunctionRef type in the Expression interface defined in https:/...">Operator</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000466"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a45f6b0d1656f7ec3e316a0f1c4148498">icu::message2::data_model::Operator::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html" title="The Operator class corresponds to the FunctionRef type in the Expression interface defined in https:/...">Operator</a> &o1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html" title="The Operator class corresponds to the FunctionRef type in the Expression interface defined in https:/...">Operator</a> &o2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000469"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operator.html#a347b35a4bf840f4832e94fe562304a04">icu::message2::data_model::Operator::~Operator</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000400"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html">icu::message2::data_model::Option</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000455"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#a0413eb5548c43f05fda7b36b79b59fff">icu::message2::data_model::Option::getName</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000454"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#a7bce26188af97ec43284381c81806e57">icu::message2::data_model::Option::getValue</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000460"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#a30827e54252a9b9b33a68594215e5af2">icu::message2::data_model::Option::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html" title="An Option pairs an option name with an Operand. ">Option</a> other) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000456"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#ac7c38011ccfc8ffe41c2e3b6062f4201">icu::message2::data_model::Option::Option</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &n, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Operand.html" title="The Operand class corresponds to the operand nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Operand</a> &&r)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000457"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#abaff252971ddf9c65356b2d9967fe3cb">icu::message2::data_model::Option::Option</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000459"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#aaf27e6f356b08cc8aff116569cb554b2">icu::message2::data_model::Option::Option</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html" title="An Option pairs an option name with an Operand. ">Option</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000458"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#afe65b6a21ba45b36aa88e57b0494a03c">icu::message2::data_model::Option::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html" title="An Option pairs an option name with an Operand. ">Option</a> &o1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html" title="An Option pairs an option name with an Operand. ">Option</a> &o2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000461"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Option.html#ab80b6bbe3bc764c8c47324d00015ba06">icu::message2::data_model::Option::~Option</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000405"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html">icu::message2::data_model::Pattern</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000524"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#a65a901e628854641d9a2abca4b531c55">icu::message2::data_model::Pattern::begin</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000526"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html">icu::message2::data_model::Pattern::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000535"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#aed68ebffd13df9b9a82bc7286a1404d3">icu::message2::data_model::Pattern::Builder::add</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &&part, UErrorCode &status) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000536"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#affe3db2956a3cf526f9a4e4bdb50c964">icu::message2::data_model::Pattern::Builder::add</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html" title="The Markup class corresponds to the markup nonterminal in the MessageFormat 2 grammar and the markup ...">Markup</a> &&part, UErrorCode &status) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000537"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#a9ddecbcaf163aa410d4547eece085ec7">icu::message2::data_model::Pattern::Builder::add</a> (<a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &&part, UErrorCode &status) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000538"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#a81b4119f136a0eb5fc70213c2503033e">icu::message2::data_model::Pattern::Builder::build</a> (UErrorCode &status) const noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000539"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#a9b065015be80f15a730abbc4a02fd0e4">icu::message2::data_model::Pattern::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000540"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern_1_1Builder.html#a02c134783c885e821139426c75014518">icu::message2::data_model::Pattern::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000525"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#a86b434badbbad8c08a107e996a9d97f8">icu::message2::data_model::Pattern::end</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000532"></a>Class <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html">icu::message2::data_model::Pattern::Iterator</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000543"></a>Global <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html#a27aed9f3ea67a677964fa51de28a5824">icu::message2::data_model::Pattern::Iterator::operator!=</a> (const <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html" title="The Pattern::Iterator class provides an iterator over the formattable parts of a pattern. ">Iterator</a> &a, const <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html" title="The Pattern::Iterator class provides an iterator over the formattable parts of a pattern. ">Iterator</a> &b)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000541"></a>Global <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html#a4f2f53c33496852cd7d41fc46dd8d94a">icu::message2::data_model::Pattern::Iterator::operator*</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000542"></a>Global <a class="el" href="structicu_1_1message2_1_1data__model_1_1Pattern_1_1Iterator.html#ab07a41f471f7e8b7714d1b9c4586b08b">icu::message2::data_model::Pattern::Iterator::operator++</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000530"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#a91d1792329447dc3be3258b160e5909f">icu::message2::data_model::Pattern::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000527"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#aea8de3fc38fd279f4259d136c342d04f">icu::message2::data_model::Pattern::Pattern</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000529"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#ab842ba7c49af9874a89c3e93413fd7a0">icu::message2::data_model::Pattern::Pattern</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000528"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#a6e61fc26e8315f9cccf916fcd4d8c443">icu::message2::data_model::Pattern::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &p1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &p2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000531"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html#a7db85aa01917d7fba20174f474c58816">icu::message2::data_model::Pattern::~Pattern</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000404"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html">icu::message2::data_model::PatternPart</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000514"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a7bf9052b16b55f5c8f6eef1b0b18eb55">icu::message2::data_model::PatternPart::asMarkup</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000515"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a5e4e261cf9edaf713117824641396752">icu::message2::data_model::PatternPart::asText</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000513"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#abdc6cc7b3ad1ada75670be179851f010">icu::message2::data_model::PatternPart::contents</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000512"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a433e4008b2cd3ef462c7e18c123ea15c">icu::message2::data_model::PatternPart::isExpression</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000511"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a14c4ba55797321bff375a4c80fc938dd">icu::message2::data_model::PatternPart::isMarkup</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000510"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#acb693d8e775e8f847790f47a84b713f1">icu::message2::data_model::PatternPart::isText</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000518"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#ae3f597c5024b4960853fd149882bb2e0">icu::message2::data_model::PatternPart::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html" title="A PatternPart is a single element (text or expression) in a Pattern. ">PatternPart</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000517"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a298cd3ee43210533ba264731a1d7f269">icu::message2::data_model::PatternPart::PatternPart</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html" title="A PatternPart is a single element (text or expression) in a Pattern. ">PatternPart</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000520"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a5d0d8f84b82af3081d48ea3b3289f027">icu::message2::data_model::PatternPart::PatternPart</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &t)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000521"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#ada38744a7a035f3ad9b6303702adf51d">icu::message2::data_model::PatternPart::PatternPart</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Expression.html" title="The Expression class corresponds to the expression nonterminal in the MessageFormat 2 grammar and the...">Expression</a> &&e)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000522"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#ac1d1fb608f32ad86642c883ad61c0f7c">icu::message2::data_model::PatternPart::PatternPart</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Markup.html" title="The Markup class corresponds to the markup nonterminal in the MessageFormat 2 grammar and the markup ...">Markup</a> &&m)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000523"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#acc58058ede59168a68d3f76a61f52b4c">icu::message2::data_model::PatternPart::PatternPart</a> ()=default</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000516"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a8b7d2929ea90c271d9e48ff6e6bc2ac7">icu::message2::data_model::PatternPart::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html" title="A PatternPart is a single element (text or expression) in a Pattern. ">PatternPart</a> &p1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html" title="A PatternPart is a single element (text or expression) in a Pattern. ">PatternPart</a> &p2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000519"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1PatternPart.html#a300db16d9529c6460862e9d26b94f2dd">icu::message2::data_model::PatternPart::~PatternPart</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000399"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html">icu::message2::data_model::SelectorKeys</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000443"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys_1_1Builder.html">icu::message2::data_model::SelectorKeys::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000450"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys_1_1Builder.html#a4e2df43d84890a9e7a87793e7606a1d1">icu::message2::data_model::SelectorKeys::Builder::add</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Key.html" title="The Key class corresponds to the key nonterminal in the MessageFormat 2 grammar, https://github.com/unicode-org/message-format-wg/blob/main/spec/message.abnf . ">Key</a> &&key, UErrorCode &status) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000451"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys_1_1Builder.html#a9d2e5859996f3c272fbf97674e7cc030">icu::message2::data_model::SelectorKeys::Builder::build</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000452"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys_1_1Builder.html#a7dc1963ac14788dcd9c2f0fec2eb7c58">icu::message2::data_model::SelectorKeys::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000453"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys_1_1Builder.html#a5172743897b19afd12605dcb8777b564">icu::message2::data_model::SelectorKeys::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000442"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#a26fba69effc62f1aab1d8155670c32be">icu::message2::data_model::SelectorKeys::getKeys</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000444"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#a4b507277ffd78f653d58d1058aa4e4dd">icu::message2::data_model::SelectorKeys::operator<</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &other) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000448"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#aa1dbedb2837c1113938cc07cdf1cb4c0">icu::message2::data_model::SelectorKeys::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> other) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000445"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#a17d22bd885e7ec99ae79c47301c6087b">icu::message2::data_model::SelectorKeys::SelectorKeys</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000447"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#a09bdcdb49ac109736a3f4ae043d16a2e">icu::message2::data_model::SelectorKeys::SelectorKeys</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000446"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#a0cd29d94d3f44fa310510df48d837f0a">icu::message2::data_model::SelectorKeys::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &s1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &s2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000449"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html#aab090cf298ba56a44a796f8f29b22868">icu::message2::data_model::SelectorKeys::~SelectorKeys</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000406"></a>Class <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html">icu::message2::data_model::Variant</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000545"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#aaf55f489ba2e4b96d3334a3b1c02a348">icu::message2::data_model::Variant::getKeys</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000544"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#ad7e7d877e9d4d99c404a46edfb3ff89e">icu::message2::data_model::Variant::getPattern</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000548"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#aa9688b8b1062e13fb0f208fcf562e6c6">icu::message2::data_model::Variant::operator=</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html" title="A Variant pairs a list of keys with a pattern It corresponds to the Variant interface defined in http...">Variant</a> other) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000547"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#a6167953fb8369b0a73a949b41995e136">icu::message2::data_model::Variant::swap</a> (<a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html" title="A Variant pairs a list of keys with a pattern It corresponds to the Variant interface defined in http...">Variant</a> &v1, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html" title="A Variant pairs a list of keys with a pattern It corresponds to the Variant interface defined in http...">Variant</a> &v2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000546"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#a16dfe6ffb8e6b969bd4309ad3f702cf8">icu::message2::data_model::Variant::Variant</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1SelectorKeys.html" title="The SelectorKeys class represents the key list for a single variant. ">SelectorKeys</a> &keys, <a class="el" href="classicu_1_1message2_1_1data__model_1_1Pattern.html" title="A Pattern is a sequence of formattable parts. ">Pattern</a> &&pattern)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000549"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#acb50246209435b517413ba00424a722f">icu::message2::data_model::Variant::Variant</a> ()=default</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000550"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#a07dd5871f9fd520c6625ba8ffc5741e1">icu::message2::data_model::Variant::Variant</a> (const <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html" title="A Variant pairs a list of keys with a pattern It corresponds to the Variant interface defined in http...">Variant</a> &)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000551"></a>Global <a class="el" href="classicu_1_1message2_1_1data__model_1_1Variant.html#a170b828c819ab5ac62a5f3517d380899">icu::message2::data_model::Variant::~Variant</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000581"></a>Class <a class="el" href="structicu_1_1message2_1_1DateInfo.html">icu::message2::DateInfo</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000591"></a>Global <a class="el" href="structicu_1_1message2_1_1DateInfo.html#a43f6f3bca778f8e1900b52078c0e2992">icu::message2::DateInfo::date</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000592"></a>Global <a class="el" href="structicu_1_1message2_1_1DateInfo.html#a45632211370fba1873121579fbac28c5">icu::message2::DateInfo::zoneId</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000582"></a>Class <a class="el" href="classicu_1_1message2_1_1Formattable.html">icu::message2::Formattable</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000615"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a272acae55c48afe1ef9d32353b7871cb">icu::message2::Formattable::asICUFormattable</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000611"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a6abe29289e1888efa4bacc284f3eaccb">icu::message2::Formattable::forDecimal</a> (std::string_view number, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000604"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#ae0119566d109c43bad99dedd7965186b">icu::message2::Formattable::Formattable</a> (const <a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a> &)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000606"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a6dc114ad92dbaec61ef04bb4257419ab">icu::message2::Formattable::Formattable</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000607"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a05f3429b1f35269b70f63313fc472f69">icu::message2::Formattable::Formattable</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &s)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000608"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a603d89df32223ffed27ce4fec480f2aa">icu::message2::Formattable::Formattable</a> (double d)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000609"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#aa413410e102a512bf7837e7a5b54a537">icu::message2::Formattable::Formattable</a> (int64_t i)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000610"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#acafccaf12f117903756d03dd2f8c7d1c">icu::message2::Formattable::Formattable</a> (<a class="el" href="structicu_1_1message2_1_1DateInfo.html" title="The DateInfo struct represents all the information needed to format a date with a time zone...">DateInfo</a> &&d)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000612"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a7a52cec7f5b19df9bbb79e94c8802db0">icu::message2::Formattable::Formattable</a> (const <a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a> *arr, int32_t len)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000613"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a4f180f412b32f63c01aa81bf99bb483a">icu::message2::Formattable::Formattable</a> (const <a class="el" href="classicu_1_1message2_1_1FormattableObject.html" title="FormattableObject is an abstract class that can be implemented in order to define an arbitrary class ...">FormattableObject</a> *obj)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000601"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a46ab650e987cfe7b7b01f4271e31ba9c">icu::message2::Formattable::getArray</a> (int32_t &count, UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000599"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a74b0a4476f6a4f5b0f6ebf7386522685">icu::message2::Formattable::getDate</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000594"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a9cd6e7952fc7e569970f3680cd7de05b">icu::message2::Formattable::getDouble</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000597"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a171249e1579dbb7f511b859b72760e3f">icu::message2::Formattable::getInt64</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000596"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#aa44f789a3ffc03a9e84453cefe0f3f70">icu::message2::Formattable::getInt64Value</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000595"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a26d8934297443260dc99bc6158a01068">icu::message2::Formattable::getLong</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000602"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#af5c0ae9b4fc869c32fc1393fbd55e449">icu::message2::Formattable::getObject</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000598"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#af7e73531f1fd92c56bc000f69325a3b3">icu::message2::Formattable::getString</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000593"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#aa3c8c977605e0b9ceaec1ef61c121a52">icu::message2::Formattable::getType</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000600"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a45b610689b6e36b34bd6684a2d34f100">icu::message2::Formattable::isNumeric</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000605"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a13a4e60ae138e8046f2930085959aae6">icu::message2::Formattable::operator=</a> (<a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a>) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000603"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#a059ad53964c51f809829c52129324a39">icu::message2::Formattable::swap</a> (<a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a> &f1, <a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a> &f2) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000614"></a>Global <a class="el" href="classicu_1_1message2_1_1Formattable.html#ae87dd2f96d088b86ee031d8946664403">icu::message2::Formattable::~Formattable</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000580"></a>Class <a class="el" href="classicu_1_1message2_1_1FormattableObject.html">icu::message2::FormattableObject</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000589"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattableObject.html#a5ef50bbec46f8d9bb34b8a19aa51aa97">icu::message2::FormattableObject::tag</a> () const =0</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000590"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattableObject.html#a138f6858c93f252555334ff2de8fdc54">icu::message2::FormattableObject::~FormattableObject</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000588"></a>Class <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html">icu::message2::FormattedMessage</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000654"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#ab91df274c480d41cccddcba5c5ef96e6">icu::message2::FormattedMessage::appendTo</a> (<a class="el" href="classicu_1_1Appendable.html" title="Base class for objects to which Unicode characters and strings can be appended. ">Appendable</a> &appendable, UErrorCode &status) const override</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000650"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#adad54ce70828fd1b8038cc274d82f769">icu::message2::FormattedMessage::charAt</a> (int32_t index, UErrorCode &status) const</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000648"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#aa7e3d200ae9e3d40f57c6f37077d8013">icu::message2::FormattedMessage::FormattedMessage</a> (UErrorCode &status)</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000649"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#a4fa37809bf19f01047d2c9eeb8dff490">icu::message2::FormattedMessage::length</a> (UErrorCode &status) const</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000655"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#a18d87f6aed93cb6243807f02f0ff4c57">icu::message2::FormattedMessage::nextPosition</a> (<a class="el" href="classicu_1_1ConstrainedFieldPosition.html" title="Represents a span of a string containing a given field. ">ConstrainedFieldPosition</a> &cfpos, UErrorCode &status) const override</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000651"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#a320824a81ed3748445e84e612ff765fc">icu::message2::FormattedMessage::subSequence</a> (int32_t start, int32_t end, UErrorCode &status) const</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000656"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#a53dc72d0d996e02e00aecf8ac730e212">icu::message2::FormattedMessage::toCharacterIterator</a> (UErrorCode &status)</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000652"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#ab05eba0a12d7f100eb85863700a4ef08">icu::message2::FormattedMessage::toString</a> (UErrorCode &status) const override</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000653"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#a6262e5202331707c8f0b422ad1b658eb">icu::message2::FormattedMessage::toTempString</a> (UErrorCode &status) const override</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000657"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedMessage.html#aca7c48dac29ce0f8032946127abaf142">icu::message2::FormattedMessage::~FormattedMessage</a> ()</dt>
<dd>This API is for ICU internal use only. </dd>
<dt><a class="anchor" id="_deprecated000587"></a>Class <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html">icu::message2::FormattedPlaceholder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000637"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a462f61d5e436c28eb6d06ccf202f32dd">icu::message2::FormattedPlaceholder::asFormattable</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000641"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#af36163ff4d5bac9636be52836ce9b948">icu::message2::FormattedPlaceholder::canFormat</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000632"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a2cc674d703d7229d1a4444e703585539">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &s)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000633"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#ab6d58ccc79fda2ecb4f5289dc7c2021d">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> (const <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &input, <a class="el" href="classicu_1_1message2_1_1FormattedValue.html" title="A FormattedValue represents the result of formatting a message2::Formattable. ">FormattedValue</a> &&output)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000634"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a0510c3d85635422cddd89219fabdf7f3">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> (const <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &input, <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &&opts, <a class="el" href="classicu_1_1message2_1_1FormattedValue.html" title="A FormattedValue represents the result of formatting a message2::Formattable. ">FormattedValue</a> &&output)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000635"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a986d3a21025cd80ea91c65c40103f500">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> (const <a class="el" href="classicu_1_1message2_1_1Formattable.html" title="The Formattable class represents a typed value that can be formatted, originating either from a messa...">Formattable</a> &input, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &fb)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000636"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#af68c252c8919eea7bba022230941eac9">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000646"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a6c0fbe1c0ef21a0f54da894b63cd2f67">icu::message2::FormattedPlaceholder::FormattedPlaceholder</a> (<a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &&other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000647"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a3694e93d05169270139dd857e6e72600">icu::message2::FormattedPlaceholder::formatToString</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000642"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#ab79efbcd2af497652bfb9ff1524cda94">icu::message2::FormattedPlaceholder::getFallback</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000640"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a81bcf5d48296880dce7cd66b9a331c11">icu::message2::FormattedPlaceholder::isEvaluated</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000638"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a69391bc5579f1a9325053fec4beb4e4c">icu::message2::FormattedPlaceholder::isFallback</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000639"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#af3b3f05fd3521d51f28b824b2c05254a">icu::message2::FormattedPlaceholder::isNullOperand</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000645"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a6d972a4873e46c66dd293b08ea230b50">icu::message2::FormattedPlaceholder::operator=</a> (<a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000643"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#a9d66891fa88d52cf2a04a2cbe82115a9">icu::message2::FormattedPlaceholder::options</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000644"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html#ac473ceffac410d7e359a70bb94c0d5c1">icu::message2::FormattedPlaceholder::output</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000586"></a>Class <a class="el" href="classicu_1_1message2_1_1FormattedValue.html">icu::message2::FormattedValue</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000622"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#ac5cd934dbd50050376af1166dcfaed9e">icu::message2::FormattedValue::FormattedValue</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000623"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#aa986ff0577bcf3b4d3ce3fc5ce2aaa99">icu::message2::FormattedValue::FormattedValue</a> (<a class="el" href="classicu_1_1number_1_1FormattedNumber.html" title="The result of a number formatting operation. ">number::FormattedNumber</a> &&)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000624"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#a1722c92698c8f90219f0a9617103d3b0">icu::message2::FormattedValue::FormattedValue</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000630"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#a5135300fa9d29c5b805ce9c72edde9e7">icu::message2::FormattedValue::FormattedValue</a> (<a class="el" href="classicu_1_1message2_1_1FormattedValue.html" title="A FormattedValue represents the result of formatting a message2::Formattable. ">FormattedValue</a> &&other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000628"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#ab4309259b8973e2b6905a33d1e1f7a6b">icu::message2::FormattedValue::getNumber</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000627"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#a045000f63cbf99628a3a4dd18dc1b76c">icu::message2::FormattedValue::getString</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000626"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#ab810ef25ab838f63c36ef862db95decb">icu::message2::FormattedValue::isNumber</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000625"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#ad61eb3388c04264d3f57b1f0bcb45e10">icu::message2::FormattedValue::isString</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000629"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#ac6b7d6e6933661aae2d69560ab02b739">icu::message2::FormattedValue::operator=</a> (<a class="el" href="classicu_1_1message2_1_1FormattedValue.html" title="A FormattedValue represents the result of formatting a message2::Formattable. ">FormattedValue</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000631"></a>Global <a class="el" href="classicu_1_1message2_1_1FormattedValue.html#a8324b200addb89f5e8c928ef16a3b833">icu::message2::FormattedValue::~FormattedValue</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000661"></a>Class <a class="el" href="classicu_1_1message2_1_1Formatter.html">icu::message2::Formatter</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000682"></a>Global <a class="el" href="classicu_1_1message2_1_1Formatter.html#a828398e029a5b72507d77b4721eebc61">icu::message2::Formatter::format</a> (<a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &&toFormat, <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &&options, UErrorCode &status) const =0</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000683"></a>Global <a class="el" href="classicu_1_1message2_1_1Formatter.html#a02b85df6764f007ed866f214f11c15d4">icu::message2::Formatter::~Formatter</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000658"></a>Class <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html">icu::message2::FormatterFactory</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000663"></a>Global <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html#a4ccd5f0bb057fa6304bffe0d43456a0d">icu::message2::FormatterFactory::createFormatter</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status)=0</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000665"></a>Global <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html#a735931f8622c7b4058b18b5c8a215958">icu::message2::FormatterFactory::operator=</a> (const <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html" title="Interface that factory classes for creating formatters must implement. ">FormatterFactory</a> &)=delete</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000664"></a>Global <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html#af584a366fe924bc9c0ec254fd7af48e1">icu::message2::FormatterFactory::~FormatterFactory</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000585"></a>Class <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html">icu::message2::FunctionOptions</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000617"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#a0fbe398617f6aa8a34604d75d35f74e4">icu::message2::FunctionOptions::FunctionOptions</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000620"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#a1db2e2dce9e70d057aba77a53dfe0f61">icu::message2::FunctionOptions::FunctionOptions</a> (<a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &&)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000616"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#ad5052404634e63c5816b49daed4395c3">icu::message2::FunctionOptions::getOptions</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000619"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#ad4faaeb8b6af1c769c846724de55c87f">icu::message2::FunctionOptions::operator=</a> (<a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000621"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#a7ce04b548783720ef3e5e92d8770ed90">icu::message2::FunctionOptions::operator=</a> (const <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &)=delete</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000618"></a>Global <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html#a9e2032faff57a3a6a09c78aae5a91712">icu::message2::FunctionOptions::~FunctionOptions</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000391"></a>Class <a class="el" href="classicu_1_1message2_1_1MessageArguments.html">icu::message2::MessageArguments</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000392"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageArguments.html#a56db8342cfdd965a2606786f1579f681">icu::message2::MessageArguments::MessageArguments</a> (const std::map< UnicodeString, Formattable > &args, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000394"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageArguments.html#ac0df3386d9f421f17d8cb7cd7b5d564b">icu::message2::MessageArguments::MessageArguments</a> ()=default</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000393"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageArguments.html#a687925adac65272049c0d25d015a79aa">icu::message2::MessageArguments::operator=</a> (<a class="el" href="classicu_1_1message2_1_1MessageArguments.html" title="The MessageArguments class represents the named arguments to a message. ">MessageArguments</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000395"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageArguments.html#ad9d62ef0b73f3167bb85ba04518730f8">icu::message2::MessageArguments::~MessageArguments</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000371"></a>Class <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html">icu::message2::MessageFormatter</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000388"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#af8b356780efd364cc6042f2dc3a5df6e">icu::message2::MessageFormatter::Builder::build</a> (UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000389"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#adbda40b366cb1b9ebf2bfed7a2025294">icu::message2::MessageFormatter::Builder::Builder</a> (UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000386"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#aa8d98d52994269533dc5a499e4baf908">icu::message2::MessageFormatter::Builder::setDataModel</a> (MFDataModel &&dataModel)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000387"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#a7659483d1e7111e020076c7ccc437b57">icu::message2::MessageFormatter::Builder::setErrorHandlingBehavior</a> (UMFErrorHandlingBehavior type)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000385"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#a8a8daa1b0dc091d921625d411ee89d13">icu::message2::MessageFormatter::Builder::setFunctionRegistry</a> (const <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html" title="Defines mappings from names of formatters and selectors to functions implementing them...">MFFunctionRegistry</a> &functionRegistry)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000383"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#aafc43242f0688fb13ee74acf4b2416ac">icu::message2::MessageFormatter::Builder::setLocale</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000384"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#a22b3e1009be01a39618f381bccb9c1d8">icu::message2::MessageFormatter::Builder::setPattern</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &pattern, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> &parseError, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000390"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter_1_1Builder.html#ad9b3ee77f6808abb7f8b936827cc98af">icu::message2::MessageFormatter::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000375"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#a69a23aec95b704fa7e18ca2b89177c6f">icu::message2::MessageFormatter::format</a> (const <a class="el" href="classicu_1_1message2_1_1MessageArguments.html" title="The MessageArguments class represents the named arguments to a message. ">MessageArguments</a> &arguments, UErrorCode &status) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000374"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#a352d02c00fb0417800a75f201257e14b">icu::message2::MessageFormatter::formatToString</a> (const <a class="el" href="classicu_1_1message2_1_1MessageArguments.html" title="The MessageArguments class represents the named arguments to a message. ">MessageArguments</a> &arguments, UErrorCode &status)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000378"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#a500981e569edff02a42f76e03bf006be">icu::message2::MessageFormatter::getDataModel</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000376"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#ab43e9e009f426caba9fc0368fa0e9d98">icu::message2::MessageFormatter::getLocale</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000380"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#a3508c558f9f1c4b41933a46442b5b62c">icu::message2::MessageFormatter::getNormalizedPattern</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000377"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#ac3f80d6007be20a0d62f6121dda896a7">icu::message2::MessageFormatter::getPattern</a> () const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000372"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#a5865714bcc9525125e7da43669581737">icu::message2::MessageFormatter::operator=</a> (<a class="el" href="classicu_1_1message2_1_1MessageFormatter.html">MessageFormatter</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000381"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#ac42a491e2951f153208833aedac4cf65a0eee3d85184d15d619674c437bf64992">icu::message2::MessageFormatter::U_MF_BEST_EFFORT</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000382"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#ac42a491e2951f153208833aedac4cf65ad8b472b43c32a187ff5267363dd0749e">icu::message2::MessageFormatter::U_MF_STRICT</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000379"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#adf253aa045d3abcffeeb66d65705af7f">icu::message2::MessageFormatter::UMFErrorHandlingBehavior</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000373"></a>Global <a class="el" href="classicu_1_1message2_1_1MessageFormatter.html#aa8ee7fc4f4700ff1ed9e604a47b56588">icu::message2::MessageFormatter::~MessageFormatter</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000660"></a>Class <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html">icu::message2::MFFunctionRegistry</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000672"></a>Class <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html">icu::message2::MFFunctionRegistry::Builder</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000676"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#a2a7895d7762df6a54a3d595366662c0c">icu::message2::MFFunctionRegistry::Builder::adoptFormatter</a> (const data_model::FunctionName &formatterName, <a class="el" href="classicu_1_1message2_1_1FormatterFactory.html" title="Interface that factory classes for creating formatters must implement. ">FormatterFactory</a> *formatterFactory, UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000678"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#a4dc6dc3b24c71500492c1b16b104ed97">icu::message2::MFFunctionRegistry::Builder::adoptSelector</a> (const data_model::FunctionName &selectorName, <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html" title="Interface that factory classes for creating selectors must implement. ">SelectorFactory</a> *selectorFactory, UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000679"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#a2caf84d8663975d33736dfdcb035a2bd">icu::message2::MFFunctionRegistry::Builder::build</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000680"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#a1a2cf280e2ff778c744ce9361a6471af">icu::message2::MFFunctionRegistry::Builder::Builder</a> (UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000677"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#ae322f5c19dd14093fcb5cb1fcaffd53d">icu::message2::MFFunctionRegistry::Builder::setDefaultFormatterNameByType</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &type, const data_model::FunctionName &functionName, UErrorCode &errorCode)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000681"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry_1_1Builder.html#ae0fcb767787cbf951143852fd1936fbd">icu::message2::MFFunctionRegistry::Builder::~Builder</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000671"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#a85f6f15c305fdd0d41d47f792301d4bb">icu::message2::MFFunctionRegistry::getDefaultFormatterNameByType</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &formatterType, FunctionName &name) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000669"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#abefc634242de580aaa620f4352769525">icu::message2::MFFunctionRegistry::getFormatter</a> (const FunctionName &formatterName) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000670"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#a8af74fdd195590f1d0e325889dd1fa56">icu::message2::MFFunctionRegistry::getSelector</a> (const FunctionName &selectorName) const</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000674"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#a59ac1cd35c255f7f0a43bbe67f53e1e7">icu::message2::MFFunctionRegistry::MFFunctionRegistry</a> (<a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html" title="Defines mappings from names of formatters and selectors to functions implementing them...">MFFunctionRegistry</a> &&other)</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000673"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#a37dc597bc1f990b60318634049f3ef07">icu::message2::MFFunctionRegistry::operator=</a> (<a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html" title="Defines mappings from names of formatters and selectors to functions implementing them...">MFFunctionRegistry</a> &&) noexcept</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000675"></a>Global <a class="el" href="classicu_1_1message2_1_1MFFunctionRegistry.html#a0a10af55a8b3b3ec5e210a33b030d04f">icu::message2::MFFunctionRegistry::~MFFunctionRegistry</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000662"></a>Class <a class="el" href="classicu_1_1message2_1_1Selector.html">icu::message2::Selector</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000684"></a>Global <a class="el" href="classicu_1_1message2_1_1Selector.html#a7cbc8acc3827aa0feb34fb3f67c86696">icu::message2::Selector::selectKey</a> (<a class="el" href="classicu_1_1message2_1_1FormattedPlaceholder.html" title="A FormattablePlaceholder encapsulates an input value (a message2::Formattable) together with an optio...">FormattedPlaceholder</a> &&toFormat, <a class="el" href="classicu_1_1message2_1_1FunctionOptions.html" title="Structure encapsulating named options passed to a custom selector or formatter. ">FunctionOptions</a> &&options, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *keys, int32_t keysLen, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> *prefs, int32_t &prefsLen, UErrorCode &status) const =0</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000685"></a>Global <a class="el" href="classicu_1_1message2_1_1Selector.html#ac12a20e4167686cdf7c8575b7c2de1db">icu::message2::Selector::~Selector</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000659"></a>Class <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html">icu::message2::SelectorFactory</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000666"></a>Global <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html#a962523ff0838e827eef3d8d80f7c36d8">icu::message2::SelectorFactory::createSelector</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status) const =0</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000668"></a>Global <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html#ad7803b7731fa7169948c07a920103666">icu::message2::SelectorFactory::operator=</a> (const <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html" title="Interface that factory classes for creating selectors must implement. ">SelectorFactory</a> &)=delete</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000667"></a>Global <a class="el" href="classicu_1_1message2_1_1SelectorFactory.html#aaa8f4b493f149c96b31f8868739fa8fa">icu::message2::SelectorFactory::~SelectorFactory</a> ()</dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000033"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ad579feb14dbfcbee93c45fde0f34c322">icu::Normalizer::clone</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000014"></a>Global <a class="el" href="classicu_1_1Normalizer.html#afeecdb1606aaa3cc073bc5cd451a8898">icu::Normalizer::compose</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, UBool compat, int32_t options, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &result, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000020"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ae82c8ff2e336fbee2533407f9b302b7b">icu::Normalizer::concatenate</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &left, const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &right, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &result, UNormalizationMode mode, int32_t options, UErrorCode &errorCode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000021"></a>Global <a class="el" href="classicu_1_1Normalizer.html#affdd9157ab55abbe8456b4966ed2a680">icu::Normalizer::current</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000015"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a256244f97898fe7ed877c99db30c0460">icu::Normalizer::decompose</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, UBool compat, int32_t options, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &result, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000030"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ade3d474e708672583fe7c3f33a71e0f8">icu::Normalizer::endIndex</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000022"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ab6f5230ac359ecbae2b89573b92af392">icu::Normalizer::first</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000044"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a2a2b530b266bb2c15879c135b750c9aa">icu::Normalizer::getDynamicClassID</a> () const override</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000028"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a69af8b5f41407f4ba738868c6e4ae5ff">icu::Normalizer::getIndex</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000038"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a85fa7e48c37139d3a614ad84b14e3125">icu::Normalizer::getOption</a> (int32_t option) const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000043"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a29085c75dfbe81687f53df9de750a464">icu::Normalizer::getStaticClassID</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000042"></a>Global <a class="el" href="classicu_1_1Normalizer.html#aeab884aa523e98aa205a93685a8d882b">icu::Normalizer::getText</a> (<a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &result)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000036"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a7f5674ac635b3d1727b7e11b7a1644e2">icu::Normalizer::getUMode</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000034"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ae5763d73c2209a663f8094e50dd1425a">icu::Normalizer::hashCode</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000018"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a986c52dad0b983716ae94512c7328cc4">icu::Normalizer::isNormalized</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &src, UNormalizationMode mode, UErrorCode &errorCode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000019"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a926208bf828ad69fd7ece380ccead43b">icu::Normalizer::isNormalized</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &src, UNormalizationMode mode, int32_t options, UErrorCode &errorCode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000023"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a93eef5979551d2b085bc8af88f15841d">icu::Normalizer::last</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000024"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a0e017a3abc1592f73262f84613c8d78a">icu::Normalizer::next</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000013"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ac24cf5f82192933d5461bde71fab439c">icu::Normalizer::normalize</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, UNormalizationMode mode, int32_t options, <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &result, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000008"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a9d43adfed5f4cc3656885aa64e6eb1e8">icu::Normalizer::Normalizer</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &str, UNormalizationMode mode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000009"></a>Global <a class="el" href="classicu_1_1Normalizer.html#aaa28832b7ee7829a9f3e0f96f0633e2b">icu::Normalizer::Normalizer</a> (<a class="el" href="classicu_1_1ConstChar16Ptr.html" title="const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types...">ConstChar16Ptr</a> str, int32_t length, UNormalizationMode mode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000010"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ac7b7f903700a533da74e0122b649cb72">icu::Normalizer::Normalizer</a> (const <a class="el" href="classicu_1_1CharacterIterator.html" title="Abstract class that defines an API for iteration on text objects. ">CharacterIterator</a> &iter, UNormalizationMode mode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000011"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a9a5ee6699cea8fb53d5543c1cf174612">icu::Normalizer::Normalizer</a> (const <a class="el" href="classicu_1_1Normalizer.html" title="Old Unicode normalization API. ">Normalizer</a> &copy)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000032"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a0c74c129740e2040603efdad2cc40fde">icu::Normalizer::operator!=</a> (const <a class="el" href="classicu_1_1Normalizer.html" title="Old Unicode normalization API. ">Normalizer</a> &that) const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000031"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a0dc8fc989fa90dc9845a4314f18587df">icu::Normalizer::operator==</a> (const <a class="el" href="classicu_1_1Normalizer.html" title="Old Unicode normalization API. ">Normalizer</a> &that) const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000025"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a6e4891bec5629ecb5d06778ae45261f2">icu::Normalizer::previous</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000016"></a>Global <a class="el" href="classicu_1_1Normalizer.html#accc0bfdf2449edf82cb943faae403fc6">icu::Normalizer::quickCheck</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, UNormalizationMode mode, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000017"></a>Global <a class="el" href="classicu_1_1Normalizer.html#aa8c6df58a2bce023cf6ffd8316d80ef1">icu::Normalizer::quickCheck</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, UNormalizationMode mode, int32_t options, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000027"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ac86d26620bb7745edf93cf908e63c3d8">icu::Normalizer::reset</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000026"></a>Global <a class="el" href="classicu_1_1Normalizer.html#afb668341f4eef37f4c669c8d0fe4a994">icu::Normalizer::setIndexOnly</a> (int32_t index)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000035"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a31bd6ed3e6d79de91395b56be09bbc1c">icu::Normalizer::setMode</a> (UNormalizationMode newMode)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000037"></a>Global <a class="el" href="classicu_1_1Normalizer.html#ab0ec7de52263f1e5b37bf63822550d8f">icu::Normalizer::setOption</a> (int32_t option, UBool value)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000039"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a54526c1af05705922fe29f565410d184">icu::Normalizer::setText</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &newText, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000040"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a9e61858a1314df919ec7b332ab6845cd">icu::Normalizer::setText</a> (const <a class="el" href="classicu_1_1CharacterIterator.html" title="Abstract class that defines an API for iteration on text objects. ">CharacterIterator</a> &newText, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000041"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a8b242c02625fb521cc146a12e30facc1">icu::Normalizer::setText</a> (<a class="el" href="classicu_1_1ConstChar16Ptr.html" title="const char16_t * wrapper with implicit conversion from distinct but bit-compatible pointer types...">ConstChar16Ptr</a> newText, int32_t length, UErrorCode &status)</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000029"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a66fd3496383912fc418022fc389563b3">icu::Normalizer::startIndex</a> () const</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000012"></a>Global <a class="el" href="classicu_1_1Normalizer.html#a474ff72e3cf409d1889028670fde5e18">icu::Normalizer::~Normalizer</a> ()</dt>
<dd>ICU 56 Use <a class="el" href="classicu_1_1Normalizer2.html" title="Unicode normalization functionality for standard Unicode normalization or for using custom mapping ta...">Normalizer2</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000686"></a>Global <a class="el" href="classicu_1_1PluralFormat.html#a311adf80ce8df8a105cf977a5dac96f3">icu::PluralFormat::setLocale</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status)</dt>
<dd>ICU 50 This method clears the pattern and might create a different kind of <a class="el" href="classicu_1_1PluralRules.html" title="Defines rules for mapping non-negative numeric values onto a small set of keywords. ">PluralRules</a> instance; use one of the constructors to create a new instance instead. </dd>
<dt><a class="anchor" id="_deprecated000688"></a>Global <a class="el" href="classicu_1_1PluralRules.html#ac880a9ac428c7dbfcd52ec0c8a11c4ab">icu::PluralRules::getAllKeywordValues</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &keyword, double *dest, int32_t destCapacity, UErrorCode &status)</dt>
<dd>ICU 55 </dd>
<dt><a class="anchor" id="_deprecated000687"></a>Global <a class="el" href="classicu_1_1PluralRules.html#a6f73a4b7a787b93832c8c19cf66e8d5a">icu::PluralRules::getUniqueKeywordValue</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &keyword)</dt>
<dd>ICU 55 </dd>
<dt><a class="anchor" id="_deprecated000047"></a>Global <a class="el" href="classicu_1_1ResourceBundle.html#ad7f519d59c5c6bb3e7c480b0baf1d2ab">icu::ResourceBundle::getLocale</a> () const</dt>
<dd>ICU 2.8 Use getLocale(ULocDataLocaleType type, UErrorCode &status) overload instead. </dd>
<dt><a class="anchor" id="_deprecated000046"></a>Global <a class="el" href="classicu_1_1ResourceBundle.html#ae45490a36ff381981086f4d22d869cca">icu::ResourceBundle::getVersionNumber</a> () const</dt>
<dd>ICU 2.8 Use getVersion instead. </dd>
<dt><a class="anchor" id="_deprecated000045"></a>Global <a class="el" href="classicu_1_1RuleBasedBreakIterator.html#a7ecf44a6eb5b5a712113d47de1511c62">icu::RuleBasedBreakIterator::createBufferClone</a> (void *stackBuffer, int32_t &BufferSize, UErrorCode &status) override</dt>
<dd>ICU 52. Use <a class="el" href="classicu_1_1RuleBasedBreakIterator.html#a86a87322521a900cbe20d7eb726f73d6" title="Returns a newly-constructed RuleBasedBreakIterator with the same behavior, and iterating over the sam...">clone()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000699"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#a674aa4beb393035bbe8d1bd254a575f6">icu::RuleBasedCollator::cloneRuleData</a> (int32_t &length, UErrorCode &status) const</dt>
<dd>ICU 52. Use <a class="el" href="classicu_1_1RuleBasedCollator.html#ade4aa234ad3c98474135e4326f0918e3" title="Creates a binary image of a collator. ">cloneBinary()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000697"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#a6c183afd8e54193a7e433792189fe336">icu::RuleBasedCollator::getLocale</a> (ULocDataLocaleType type, UErrorCode &status) const override</dt>
<dd>ICU 2.8 likely to change in ICU 3.0, based on feedback </dd>
<dt><a class="anchor" id="_deprecated000698"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#a901aa416d38b319ad4394c1fe97a8b11">icu::RuleBasedCollator::getMaxExpansion</a> (int32_t order) const</dt>
<dd>ICU 51 Use <a class="el" href="classicu_1_1CollationElementIterator.html#aa95a730402cbd11e272ee3a8ef19f407" title="Return the maximum length of any expansion sequences that end with the specified comparison order...">CollationElementIterator::getMaxExpansion()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000700"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#a2fe45212fe75206a071064912e686591">icu::RuleBasedCollator::setVariableTop</a> (const char16_t *varTop, int32_t len, UErrorCode &status) override</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1RuleBasedCollator.html#a4c7c9b95268667773b72f7ea00e9a3e7" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000701"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#ab48a0cb5a4c6e7b2396b47de0ad5737f">icu::RuleBasedCollator::setVariableTop</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &varTop, UErrorCode &status) override</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1RuleBasedCollator.html#a4c7c9b95268667773b72f7ea00e9a3e7" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000702"></a>Global <a class="el" href="classicu_1_1RuleBasedCollator.html#a795ee3122095cd7831144f71479cb24c">icu::RuleBasedCollator::setVariableTop</a> (uint32_t varTop, UErrorCode &status) override</dt>
<dd>ICU 53 Call <a class="el" href="classicu_1_1RuleBasedCollator.html#a4c7c9b95268667773b72f7ea00e9a3e7" title="Sets the variable top to the top of the specified reordering group. ">setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000691"></a>Global <a class="el" href="classicu_1_1RuleBasedTimeZone.html#a96ce61f8f88f22de4174e51f06841352">icu::RuleBasedTimeZone::inDaylightTime</a> (UDate date, UErrorCode &status) const override</dt>
<dd>ICU 2.4. Use <a class="el" href="classicu_1_1Calendar.html#a7ce4e616236fd202127dba1465fec7d5" title="Queries if the current date for this Calendar is in Daylight Savings Time. ">Calendar::inDaylightTime()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000695"></a>Global <a class="el" href="classicu_1_1SimpleTimeZone.html#a3b768d1913f5ecf9f90c9a23a851c11e">icu::SimpleTimeZone::inDaylightTime</a> (UDate date, UErrorCode &status) const override</dt>
<dd>ICU 2.4. Use <a class="el" href="classicu_1_1Calendar.html#a7ce4e616236fd202127dba1465fec7d5" title="Queries if the current date for this Calendar is in Daylight Savings Time. ">Calendar::inDaylightTime()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000707"></a>Global <a class="el" href="classicu_1_1TimeUnit.html#a7d8a7598822d1b8acbd4631afe2071a8a8aa8c37843fd0c2d21771c86fa6da6e9">icu::TimeUnit::UTIMEUNIT_FIELD_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000713"></a>Class <a class="el" href="classicu_1_1TimeUnitFormat.html">icu::TimeUnitFormat</a> </dt>
<dd>ICU 53 Use the <a class="el" href="classicu_1_1MeasureFormat.html">MeasureFormat</a> class instead. </dd>
<dt><a class="anchor" id="_deprecated000719"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#af055ed47e98aca96dfb4b9e07eaff4b2">icu::TimeUnitFormat::clone</a> () const override</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000725"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a5852279dfd00c3810b23660483f97e98">icu::TimeUnitFormat::getDynamicClassID</a> () const override</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000724"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a4a406f50b4a03371a0158d5717585fb6">icu::TimeUnitFormat::getStaticClassID</a> ()</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000720"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#aba3485a783dd724982cc3ed2a8ed986a">icu::TimeUnitFormat::operator=</a> (const <a class="el" href="classicu_1_1TimeUnitFormat.html" title="Format or parse a TimeUnitAmount, using plural rules for the units where available. ">TimeUnitFormat</a> &other)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000723"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#aedc7cb102ce33832b0dd5f94605afa20">icu::TimeUnitFormat::parseObject</a> (const <a class="el" href="classicu_1_1UnicodeString.html" title="UnicodeString is a string class that stores Unicode characters directly and provides similar function...">UnicodeString</a> &source, <a class="el" href="classicu_1_1Formattable.html" title="Formattable objects can be passed to the Format class or its subclasses for formatting. ">Formattable</a> &result, <a class="el" href="classicu_1_1ParsePosition.html" title="ParsePosition is a simple class used by Format and its subclasses to keep track of the current positi...">ParsePosition</a> &pos) const override</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000721"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#ab82c6199888dc555cf8f695c99e5be37">icu::TimeUnitFormat::setLocale</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000722"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a578dadf8944292e071a2b5a86b9b135f">icu::TimeUnitFormat::setNumberFormat</a> (const <a class="el" href="classicu_1_1NumberFormat.html">NumberFormat</a> &format, UErrorCode &status)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000716"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#ab707db6de5c751a98618ebbb3c0384d6">icu::TimeUnitFormat::TimeUnitFormat</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UTimeUnitFormatStyle style, UErrorCode &status)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000714"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a5aae4577405f403834160a7f1809f61e">icu::TimeUnitFormat::TimeUnitFormat</a> (UErrorCode &status)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000715"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a11f6aefb6b3036bac2954f38d4373856">icu::TimeUnitFormat::TimeUnitFormat</a> (const <a class="el" href="classicu_1_1Locale.html" title="A Locale object represents a specific geographical, political, or cultural region. ">Locale</a> &locale, UErrorCode &status)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000717"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#a29e77f5c6d65a396fbe94219cdabaa48">icu::TimeUnitFormat::TimeUnitFormat</a> (const <a class="el" href="classicu_1_1TimeUnitFormat.html" title="Format or parse a TimeUnitAmount, using plural rules for the units where available. ">TimeUnitFormat</a> &)</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000718"></a>Global <a class="el" href="classicu_1_1TimeUnitFormat.html#ae6de877387e3ead7a212e9e6827bc342">icu::TimeUnitFormat::~TimeUnitFormat</a> ()</dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000703"></a>Global <a class="el" href="classicu_1_1TimeZone.html#abf0d7245523395b3d68f62ffe358857d">icu::TimeZone::createEnumeration</a> ()</dt>
<dd>ICU 70 Use <a class="el" href="classicu_1_1TimeZone.html#aab75d971f2d55d90569920adaf921a05" title="Returns an enumeration over all recognized time zone IDs. ">createEnumeration(UErrorCode&)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000704"></a>Global <a class="el" href="classicu_1_1TimeZone.html#aafb457e44cbce8b88500039f4f62c2ad">icu::TimeZone::createEnumeration</a> (int32_t rawOffset)</dt>
<dd>ICU 70 Use <a class="el" href="classicu_1_1TimeZone.html#a2e106df9633b2762806654eb6e546c26" title="Returns an enumeration over time zone IDs with a given raw offset from GMT. ">createEnumerationForRawOffset(int32_t,UErrorCode&)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000705"></a>Global <a class="el" href="classicu_1_1TimeZone.html#abe776dec6829bd7994d97e710e3a689f">icu::TimeZone::createEnumeration</a> (const char *region)</dt>
<dd>ICU 70 Use <a class="el" href="classicu_1_1TimeZone.html#aea439148512f6bb1ad7afb42117c8ffa" title="Returns an enumeration over time zone IDs associated with the given region. ">createEnumerationForRegion(const char*,UErrorCode&)</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000706"></a>Global <a class="el" href="classicu_1_1TimeZone.html#ad9698381477a6f59ead590bb8917c1a4">icu::TimeZone::inDaylightTime</a> (UDate date, UErrorCode &status) const =0</dt>
<dd>ICU 2.4. Use <a class="el" href="classicu_1_1Calendar.html#a7ce4e616236fd202127dba1465fec7d5" title="Queries if the current date for this Calendar is in Daylight Savings Time. ">Calendar::inDaylightTime()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000690"></a>Global <a class="el" href="namespaceicu.html#a55dbbbdd4946251c23988013e06e695ea06b71f59f2333fcab71d097a9e0c84eb">icu::URBNF_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000689"></a>Global <a class="el" href="namespaceicu.html#a55dbbbdd4946251c23988013e06e695ea2bc625d7882732c801ce597155147592">icu::URBNF_DURATION</a> </dt>
<dd>ICU 74 Use <a class="el" href="classicu_1_1MeasureFormat.html">MeasureFormat</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000775"></a>Global <a class="el" href="classicu_1_1VTimeZone.html#a1482d116d82aada65cacab1b34ed4883">icu::VTimeZone::inDaylightTime</a> (UDate date, UErrorCode &status) const override</dt>
<dd>ICU 2.4. Use <a class="el" href="classicu_1_1Calendar.html#a7ce4e616236fd202127dba1465fec7d5" title="Queries if the current date for this Calendar is in Daylight Savings Time. ">Calendar::inDaylightTime()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000128"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbae4f137b23dcc82d1b7c5b19d5453b3a1">RES_ALIAS</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000130"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2eeb630d6cacdd4cdeae5ae05edfc8bd">RES_ARRAY</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000126"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba2ad74e7a8c734f374bf8b786617fb212">RES_BINARY</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000129"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaf1f3ced984a5ff062dae837b00769e9f">RES_INT</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000131"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac5f51dba6417cd88750d7fb32c1cfb7e">RES_INT_VECTOR</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000124"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fba78e3758a381e62148cc4b0438f3c0777">RES_NONE</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000132"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbabb8f79bd6e07400f6870fe51ae24fcef">RES_RESERVED</a> </dt>
<dd>ICU 2.6 Not used. </dd>
<dt><a class="anchor" id="_deprecated000125"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbad6c0349cb0484769c040d660de1c7445">RES_STRING</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000127"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbac93b5478e79d51b10747d617765069af">RES_TABLE</a> </dt>
<dd>ICU 2.6 Use the URES_ constant instead. </dd>
<dt><a class="anchor" id="_deprecated000099"></a>Global <a class="el" href="umachine_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d">TRUE</a> </dt>
<dd>ICU 68 Use standard "true" instead. </dd>
<dt><a class="anchor" id="_deprecated000048"></a>Global <a class="el" href="ubidi_8h.html#ab74f3e4fed22db8d521e42f6a882b7a1">U_BIDI_CLASS_DEFAULT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000064"></a>Global <a class="el" href="uchar_8h.html#af954219aa1df452657ec355221c6703da6dc2fa1c8af7ed844ba9826cdc19821a">U_BPT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000299"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca6f7028fcc27d5e583873df027be17718">U_BRK_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000051"></a>Global <a class="el" href="ubrk_8h.html#ab17dc88e0028fd85c622889eea22a6fa">U_BRK_SAFECLONE_BUFFERSIZE</a> </dt>
<dd>ICU 52. Do not rely on <a class="el" href="ubrk_8h.html#a6901f59d9c74bc8e16b9994cb1be7679" title="Thread safe cloning operation. ">ubrk_safeClone()</a> cloning into any provided buffer. </dd>
<dt><a class="anchor" id="_deprecated000063"></a>Global <a class="el" href="uchar_8h.html#a50325108b69e7d08315b5854f85f0593a6ef7d8987718e33961e6a15739343af9">U_CHAR_DIRECTION_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000068"></a>Global <a class="el" href="uchar_8h.html#a2ba37edcca62eff48226e8096035addfa023797ce57fe2874ca23c3de2db1f158">U_CHAR_NAME_CHOICE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000086"></a>Global <a class="el" href="ucnv_8h.html#ab6ef5c3c7c83982313e415e697a26089">U_CNV_SAFECLONE_BUFFERSIZE</a> </dt>
<dd>ICU 52. Do not rely on <a class="el" href="ucnv_8h.html#a11a66c267dce12a78dac2690d983d69e" title="Thread safe converter cloning operation. ">ucnv_safeClone()</a> cloning into any provided buffer. </dd>
<dt><a class="anchor" id="_deprecated000734"></a>Global <a class="el" href="ucol_8h.html#ab8706ece0706f5f3f2b2c3a9797ec01b">U_COL_SAFECLONE_BUFFERSIZE</a> </dt>
<dd>ICU 52. Do not rely on <a class="el" href="ucol_8h.html#a917cd8e16df3b35bbe97dd96d881f227" title="Thread safe cloning operation. ">ucol_safeClone()</a> cloning into any provided buffer. </dd>
<dt><a class="anchor" id="_deprecated000070"></a>Global <a class="el" href="uchar_8h.html#ae2c56994fcf28062c7e77beb671533f5ace964a2b9f0588cd43252e09281e516d">U_DT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000066"></a>Global <a class="el" href="uchar_8h.html#a95cc2ca2f9cfd6d0c63eee2c65951333aa53dfa21204f25a0cfadbd29bc49ace8">U_EA_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000304"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca1ee60e67a1a4b175e00d0e9f0e449b52">U_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000282"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78cae2073a8ed9011fdcf255a26f11a624b2">U_ERROR_WARNING_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000298"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca0de6e0b25ba1af9b5e5197a104a86c94">U_FMT_PARSE_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000073"></a>Global <a class="el" href="uchar_8h.html#abb9bae7d2a1c80ce342be4647661fde1a35473a56749f3faa55877924a2303644">U_GCB_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000054"></a>Global <a class="el" href="uchar_8h.html#a5f93d6a17a2187e631917dd141222e41">u_getISOComment</a> (UChar32 c, char *dest, int32_t destCapacity, UErrorCode *pErrorCode)</dt>
<dd>ICU 49 </dd>
<dt><a class="anchor" id="_deprecated000078"></a>Global <a class="el" href="uchar_8h.html#a7cb09027c37ad73571cf541caf002c8fab8d63928f087931fd2e603224737b017">U_HST_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000302"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca32c935b8f94ff70de7b0a19db5779d0c">U_IDNA_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000072"></a>Global <a class="el" href="uchar_8h.html#a7887844ec0872e6e9a283e0825fcae65a7648db1669553a81be3079a51f8c0165">U_JG_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000071"></a>Global <a class="el" href="uchar_8h.html#a3ce1ce20e7f3b8534eb3490ad3aba3ddacd8d571b8ce26e6154bf19d7d591aa1b">U_JT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000076"></a>Global <a class="el" href="uchar_8h.html#a5d1abdf05be22cb9599f804a8506277cad3da4f68b399985fb3ee928cb0c70564">U_LB_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000297"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca45f75c3dd986922ae51eca7ee066bde5">U_MF_BAD_OPTION</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000294"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca226d0b7d4bca2a555c72ce14b66d78ea">U_MF_DUPLICATE_DECLARATION_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000291"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca1865c5e057848453288e91294f890915">U_MF_DUPLICATE_OPTION_NAME_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000296"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca4b4c6b6bde26ba977a2afe48460422df">U_MF_DUPLICATE_VARIANT_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000289"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca295d1c35e118391db529cafd770d4834">U_MF_FORMATTING_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000293"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca38582e5466745fe53f6658235b119575">U_MF_MISSING_SELECTOR_ANNOTATION_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000290"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca1f2665bd1052823f9a40f15734e9e2c7">U_MF_NONEXHAUSTIVE_PATTERN_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000295"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca8b9e747747cf15bd22c8009ebf44d9a9">U_MF_OPERAND_MISMATCH_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000292"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78cace787ed3b950486e39fab5e68e256829">U_MF_SELECTOR_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000286"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78cac7e12ba59277698d4426143773db6035">U_MF_SYNTAX_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000287"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca9971e80fa18d9012148da211ffe9410b">U_MF_UNKNOWN_FUNCTION_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000285"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78caa24a2cfce8796b307155c322102a67ff">U_MF_UNRESOLVED_VARIABLE_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000288"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca6700a047c9af69dfb64cc14f0ea01bcc">U_MF_VARIANT_KEY_MISMATCH_ERROR</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000077"></a>Global <a class="el" href="uchar_8h.html#adec3e7a6ae3a00274c019b3b2ddaecbea33b7bae214f22605b4823c3f83d1c4f9">U_NT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000284"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca7c3149ecac825fdea24fe3bd6bc097c2">U_PARSE_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000303"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca1e2a4a06e8db173a080676fee08ad99f">U_PLUGIN_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000069"></a>Global <a class="el" href="uchar_8h.html#a5056494c7d5a2c7185f3c464f48fe5d1ab278a1893257c10edb0c0b1d680b6a20">U_PROPERTY_NAME_CHOICE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000301"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78caabd1e7808122f0213e71412a7b7a2867">U_REGEX_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000300"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78ca3d17b45498904d2f58035cedd4273c23">U_REGEX_OCTAL_TOO_BIG</a> </dt>
<dd>ICU 54. This error cannot occur. </dd>
<dt><a class="anchor" id="_deprecated000075"></a>Global <a class="el" href="uchar_8h.html#a89e9e463c3bae1d2d46b1dbb6f90de0fa59395c229eea77aee09f2c9d518a7f90">U_SB_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000084"></a>Global <a class="el" href="uclean_8h.html#a677b75b566af2a41202e255262ff38c3">u_setAtomicIncDecFunctions</a> (const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec, UErrorCode *status)</dt>
<dd>ICU 52. This function is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000082"></a>Global <a class="el" href="uclean_8h.html#ad286bdc5cbaf91e6b6e8f9c565455ec0">u_setMutexFunctions</a> (const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock, UErrorCode *status)</dt>
<dd>ICU 52. This function is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000283"></a>Global <a class="el" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78cac95be10a0360afc8388874d592bd4074">U_STANDARD_ERROR_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000067"></a>Global <a class="el" href="uchar_8h.html#a2ba37edcca62eff48226e8096035addfa3bbcfaa5c84064aab103a6201581736b">U_UNICODE_10_CHAR_NAME</a> </dt>
<dd>ICU 49 </dd>
<dt><a class="anchor" id="_deprecated000074"></a>Global <a class="el" href="uchar_8h.html#af70ee907368e663f8dd4b90c7196e15ca72f3d829d094754a620746892c46c717">U_WB_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000049"></a>Global <a class="el" href="ubidi_8h.html#a88693e5a8ad4be974dc90ec6b8db56dfae19ca6f8614a91e49454b21264f6a379">UBIDI_REORDER_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000065"></a>Global <a class="el" href="uchar_8h.html#a19f1662c9c33c31593612d05777ea901a04e4577a8946c1c6b032ee1a17728eff">UBLOCK_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000053"></a>Global <a class="el" href="ubrk_8h.html#a026dec40289da8261d787daf3baa588ba6040742b07566e5e3655d4843efaefac">UBRK_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000050"></a>Global <a class="el" href="ubrk_8h.html#a6901f59d9c74bc8e16b9994cb1be7679">ubrk_safeClone</a> (const UBreakIterator *bi, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)</dt>
<dd>ICU 69 Use <a class="el" href="ubrk_8h.html#a270084469c7ac09076a45569dea1ddae" title="Thread safe cloning operation. ">ubrk_clone()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000052"></a>Global <a class="el" href="ubrk_8h.html#a026dec40289da8261d787daf3baa588ba3d79f0b0db32243e6b85b0b5036f9831">UBRK_TITLE</a> </dt>
<dd>ICU 2.8 Use the word break iterator for titlecasing for Unicode 4 and later. </dd>
<dt><a class="anchor" id="_deprecated000726"></a>Global <a class="el" href="ucal_8h.html#a02fe23bf33319052733c00c7a09ea912adbfdd6e6b1bc1be830c7f1ba29f2c68c">UCAL_FIELD_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000055"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199ac62c7e6245ad64ea6b662c9b93831273">UCHAR_BINARY_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000058"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199acc8d2f596dd3e8616b52fec0a95b561c">UCHAR_DOUBLE_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000056"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199a27df8ebc1c9a9054667e8c3f1175ff15">UCHAR_INT_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000059"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199a90205bae5d104d64d9f3de6a75862ced">UCHAR_ISO_COMMENT</a> </dt>
<dd>ICU 49 </dd>
<dt><a class="anchor" id="_deprecated000057"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199ae657cdbaa73c7c1ae76c78d79333b393">UCHAR_MASK_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000062"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199a2e3b955304a84b3dacea766f1666fdaf">UCHAR_OTHER_PROPERTY_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000061"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199a76a393866f6e31ec7e2ce38accb1a07e">UCHAR_STRING_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000060"></a>Global <a class="el" href="uchar_8h.html#ae40d616419e74ecc7c80a9febab03199a72aa23c18c5fddce0751ad9a89e3c329">UCHAR_UNICODE_1_NAME</a> </dt>
<dd>ICU 49 </dd>
<dt><a class="anchor" id="_deprecated000085"></a>Global <a class="el" href="ucnv_8h.html#a11a66c267dce12a78dac2690d983d69e">ucnv_safeClone</a> (const UConverter *cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)</dt>
<dd>ICU 71 Use <a class="el" href="ucnv_8h.html#a25ae0b75cbb6136f7a0c398d8b0089c6" title="Thread safe converter cloning operation. ">ucnv_clone()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000087"></a>Global <a class="el" href="ucnv_8h.html#a402221896b6d7153b14a5ff8dadde806a33cced69d47e6de3cbfd79d17f88fcaf">UCNV_SET_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000739"></a>Global <a class="el" href="ucol_8h.html#a583fbe7fc4a850e2fcc692e766d2826ca9b2d19cbeac7a64b3d0354046a3c2fa0">UCOL_ATTRIBUTE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000736"></a>Global <a class="el" href="ucol_8h.html#acc801048729e684bcabed328be85f77aab99e1afa2607e50ec6b7962f98e534ef">UCOL_ATTRIBUTE_VALUE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000740"></a>Global <a class="el" href="ucol_8h.html#aa3b11e0e399df62d3048174b8309657caa0f2b935d008a66fde4b3814f4860c68">UCOL_BOUND_VALUE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000728"></a>Global <a class="el" href="ucol_8h.html#a60a1437827161a2f33a4dd44e27ef02a">ucol_getContractions</a> (const UCollator *coll, USet *conts, UErrorCode *status)</dt>
<dd>ICU 3.4, use ucol_getContractionsAndExpansions instead </dd>
<dt><a class="anchor" id="_deprecated000735"></a>Global <a class="el" href="ucol_8h.html#a9df9e4a23459301d723f16600ca2a7b3">ucol_getLocale</a> (const UCollator *coll, ULocDataLocaleType type, UErrorCode *status)</dt>
<dd>ICU 2.8 Use ucol_getLocaleByType instead </dd>
<dt><a class="anchor" id="_deprecated000729"></a>Global <a class="el" href="ucol_8h.html#a762daeafd0df7cc65fd120a1e802cbbe">ucol_getShortDefinitionString</a> (const UCollator *coll, const char *locale, char *buffer, int32_t capacity, UErrorCode *status)</dt>
<dd>ICU 54 </dd>
<dt><a class="anchor" id="_deprecated000738"></a>Global <a class="el" href="ucol_8h.html#a583fbe7fc4a850e2fcc692e766d2826ca60b94665bb1469bfed55543e3e9e3651">UCOL_HIRAGANA_QUATERNARY_MODE</a> </dt>
<dd>ICU 50 Implementation detail, cannot be set via API, was removed from implementation. </dd>
<dt><a class="anchor" id="_deprecated000730"></a>Global <a class="el" href="ucol_8h.html#a4527a9eefdd7e071fff9d87b2e418cfa">ucol_normalizeShortDefinitionString</a> (const char *source, char *destination, int32_t capacity, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 54 </dd>
<dt><a class="anchor" id="_deprecated000727"></a>Global <a class="el" href="ucol_8h.html#a39ccd61fb814dc0d2e759bc0cfe4c80d">ucol_openFromShortString</a> (const char *definition, UBool forceDefaults, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 54 Use <a class="el" href="ucol_8h.html#a8d05bb4a4badbe5870b483fc51bd0ee8" title="Open a UCollator for comparing strings. ">ucol_open()</a> with language tag collation keywords instead. </dd>
<dt><a class="anchor" id="_deprecated000737"></a>Global <a class="el" href="ucol_8h.html#ae491f1262ff311f19e74830eb685f887a33a969251c0d8437609c6cdd40c11da3">UCOL_REORDER_CODE_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000732"></a>Global <a class="el" href="ucol_8h.html#ad10de03e206f2b9dceb59b59e75bc7d8">ucol_restoreVariableTop</a> (UCollator *coll, const uint32_t varTop, UErrorCode *status)</dt>
<dd>ICU 53 Call <a class="el" href="ucol_8h.html#a018a84aac9e5265e980902777960d0b4" title="Sets the variable top to the top of the specified reordering group. ">ucol_setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000733"></a>Global <a class="el" href="ucol_8h.html#a917cd8e16df3b35bbe97dd96d881f227">ucol_safeClone</a> (const UCollator *coll, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)</dt>
<dd>ICU 71 Use <a class="el" href="ucol_8h.html#ab760f8551d0eaaaa59585e9e08bbed82" title="Thread safe cloning operation. ">ucol_clone()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000731"></a>Global <a class="el" href="ucol_8h.html#a0e9c28a8b8b88890722daca111207688">ucol_setVariableTop</a> (UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status)</dt>
<dd>ICU 53 Call <a class="el" href="ucol_8h.html#a018a84aac9e5265e980902777960d0b4" title="Sets the variable top to the top of the specified reordering group. ">ucol_setMaxVariable()</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000305"></a>Global <a class="el" href="uvernum_8h.html#afe1876131fafff3bdedeab2278c478b5">UCOL_TAILORINGS_VERSION</a> </dt>
<dd>ICU 54 </dd>
<dt><a class="anchor" id="_deprecated000088"></a>Global <a class="el" href="uconfig_8h.html#ac87e3de41e79d292aaf1fe3d448820b2">UCONFIG_NO_MF2</a> </dt>
<dd>This API is for technology preview only. </dd>
<dt><a class="anchor" id="_deprecated000089"></a>Global <a class="el" href="ucurr_8h.html#acb76397692c3225539789ce239a6c306a02fd7458fd10b49b954838b3ce47b323">UCURR_USAGE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000742"></a>Global <a class="el" href="udat_8h.html#a75c199154cdd27e0cf4e444b8e1333dd">UDAT_ABBR_STANDALONE_MONTH</a> </dt>
<dd>ICU 50 Use UDAT_ABBR_MONTH instead. </dd>
<dt><a class="anchor" id="_deprecated000693"></a>Global <a class="el" href="reldatefmt_8h.html#a7790f9d3058dac2898cddfc65c3c3b16ad8d73a1969ea552c7a8a3f6ce356bc46">UDAT_ABSOLUTE_UNIT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000748"></a>Global <a class="el" href="udat_8h.html#afb77ea9256f65ea466b4c9b73f33bbaaa91ed820b55c1ebddc7c6c2afe8cfc33b">UDAT_BOOLEAN_ATTRIBUTE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000694"></a>Global <a class="el" href="reldatefmt_8h.html#af26ab0856c1c3c66c20b3b58a51f6117afc99b09d00ae396d25e01893cab6cf2b">UDAT_DIRECTION_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000747"></a>Global <a class="el" href="udat_8h.html#adb09b47d4576513229f83f2e8f507fc2a5114893ce2cb9b449b3e700b9dfb99a6">UDAT_FIELD_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000745"></a>Global <a class="el" href="udat_8h.html#ae67b2ab7fcbf3e4585300fd724c5b478">UDAT_HOUR_GENERIC_TZ</a> </dt>
<dd>ICU 50 Use instead UDAT_HOUR UDAT_ABBR_GENERIC_TZ or some other timezone presentation. </dd>
<dt><a class="anchor" id="_deprecated000743"></a>Global <a class="el" href="udat_8h.html#a9b8ed17f17c97935b120f576ea744e6b">UDAT_HOUR_MINUTE_GENERIC_TZ</a> </dt>
<dd>ICU 50 Use instead UDAT_HOUR_MINUTE UDAT_ABBR_GENERIC_TZ or some other timezone presentation. </dd>
<dt><a class="anchor" id="_deprecated000744"></a>Global <a class="el" href="udat_8h.html#a1c57ce1151a8123812778ce6bc2edcce">UDAT_HOUR_MINUTE_TZ</a> </dt>
<dd>ICU 50 Use instead UDAT_HOUR_MINUTE UDAT_ABBR_SPECIFIC_TZ or some other timezone presentation. </dd>
<dt><a class="anchor" id="_deprecated000746"></a>Global <a class="el" href="udat_8h.html#afffe6ac491154b0c2d5e3ae310ea42b9">UDAT_HOUR_TZ</a> </dt>
<dd>ICU 50 Use instead UDAT_HOUR UDAT_ABBR_SPECIFIC_TZ or some other timezone presentation. </dd>
<dt><a class="anchor" id="_deprecated000763"></a>Global <a class="el" href="ureldatefmt_8h.html#aa44d7fab2f7f58a0ceb8912faab59761a74b147f6b7c11d7fff90c4249ffbb4f5">UDAT_REL_UNIT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000692"></a>Global <a class="el" href="reldatefmt_8h.html#acef843ce890f170add50c0d08aa0c15aa2d5cdff646fbafdce327e537f80517fb">UDAT_RELATIVE_UNIT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000741"></a>Global <a class="el" href="udat_8h.html#a2546952b2d4f4129d4499fa172be4bce">UDAT_STANDALONE_MONTH</a> </dt>
<dd>ICU 50 Use UDAT_MONTH instead. </dd>
<dt><a class="anchor" id="_deprecated000762"></a>Global <a class="el" href="ureldatefmt_8h.html#a43daf21543096115200b055932f9ad58a0991c40cb0f3772fd0bf56ed6205ef4d">UDAT_STYLE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000090"></a>Global <a class="el" href="udata_8h.html#a3a91c39b2841eb9f6d85e65771e39a1da110ecbed30add8d95c1515c8bc2d6646">UDATA_FILE_ACCESS_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000750"></a>Global <a class="el" href="udatpg_8h.html#a8ecf3c8a68ecb811372c59fa2cfad265a591345f6cf30ead875319f22ae6ded00">UDATPG_CONFLICT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000749"></a>Global <a class="el" href="udatpg_8h.html#af4ac5e0a850e2f49084fc0bcfc07ed03ae543fb494963248f8de19b1f9d0990a0">UDATPG_FIELD_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000769"></a>Global <a class="el" href="utmscale_8h.html#af2137d4a7bdee4c9d7ef1aa7ac79baf2a79a0b568c55949241360f72039d583f5">UDTS_MAX_SCALE</a> </dt>
<dd>ICU 59 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000751"></a>Global <a class="el" href="uformattable_8h.html#a5ca1403e425b22398d314ed8050eeb31ad786652833bd88ded4cd1e24751fd778">UFMT_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000096"></a>Global <a class="el" href="uidna_8h.html#a726ca809ffd3d67ab4b8476646f26635a40c036f35732a85a90d042ca285a563f">UIDNA_ALLOW_UNASSIGNED</a> </dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000095"></a>Global <a class="el" href="uidna_8h.html#a89b089341501d76335772d8b26ffe0db">uidna_compare</a> (const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode *status)</dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000093"></a>Global <a class="el" href="uidna_8h.html#a711fa1d2e6dd25d7368f5b3ea2aaedc6">uidna_IDNToASCII</a> (const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, int32_t options, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000094"></a>Global <a class="el" href="uidna_8h.html#acf38e44019d4eb5a7dd903284fdb18e3">uidna_IDNToUnicode</a> (const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, int32_t options, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000091"></a>Global <a class="el" href="uidna_8h.html#aaf3bec2415dd99b4221eeebb723eb082">uidna_toASCII</a> (const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, int32_t options, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000092"></a>Global <a class="el" href="uidna_8h.html#affc23ca4aea3c6e5150024e5fd5a5b2d">uidna_toUnicode</a> (const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, int32_t options, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 55 Use UTS #46 instead via <a class="el" href="uidna_8h.html#a4953b106dbc77616c95a7bb3b0daafb3" title="Returns a UIDNA instance which implements UTS #46. ">uidna_openUTS46()</a> or class <a class="el" href="classicu_1_1IDNA.html" title="Abstract base class for IDNA processing. ">IDNA</a>. </dd>
<dt><a class="anchor" id="_deprecated000098"></a>Global <a class="el" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34a224ffd0a218404b3507fd95049873458">ULOC_DATA_LOCALE_TYPE_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000097"></a>Global <a class="el" href="uloc_8h.html#adf053345d343f8d82ae080f7a5871f34ae26d6cf4bf10b95b2bc1f58b2a00ef76">ULOC_REQUESTED_LOCALE</a> </dt>
<dd>ICU 2.8 </dd>
<dt><a class="anchor" id="_deprecated000753"></a>Global <a class="el" href="ulocdata_8h.html#a2de6cb7db4865c46fd28fdd1d31fbfdfa6e406ca2f52c79978643b6e1f18feaa7">ULOCDATA_DELIMITER_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000752"></a>Global <a class="el" href="ulocdata_8h.html#ab4e9cbcc23972244e20d4d6f599fc8d3a7f3d60ce3504de617d370dd31ba0c41f">ULOCDATA_ES_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000366"></a>Global <a class="el" href="measfmt_8h.html#aee61043a20d08952249940501c7585eda5ac8120cad3439ab1fb29b4bbac92b3d">UMEASFMT_WIDTH_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000754"></a>Global <a class="el" href="ulocdata_8h.html#a4e0915410e83194840c04a67909c9690ad1d78d4e783b7f47e43d3caf52870d5f">UMS_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000079"></a>Global <a class="el" href="uclean_8h.html#af125d56147c708c2d8ecc5327449c41d">UMTX</a> </dt>
<dd>ICU 52. This type is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000083"></a>Global <a class="el" href="uclean_8h.html#a21713ef0c8987c243f315dab6db8e2b8">UMtxAtomicFn</a> (const void *context, int32_t *p)</dt>
<dd>ICU 52. This function is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000081"></a>Global <a class="el" href="uclean_8h.html#a67a2314f542b9f495ef0b2ac1cfd5192">UMtxFn</a> (const void *context, UMTX *mutex)</dt>
<dd>ICU 52. This function is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000080"></a>Global <a class="el" href="uclean_8h.html#a302ac3ea859a593dea50f9a1b06ce5b1">UMtxInitFn</a> (const void *context, UMTX *mutex, UErrorCode *status)</dt>
<dd>ICU 52. This function is no longer supported. </dd>
<dt><a class="anchor" id="_deprecated000103"></a>Global <a class="el" href="unorm_8h.html#a2962ecfc131adbea913c9ac34eaed4b6">UNORM_COMPARE_NORM_OPTIONS_SHIFT</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000111"></a>Global <a class="el" href="unorm_8h.html#aa258530f27604d78c887aac13771e4a1">unorm_concatenate</a> (const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000116"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a0f833bde534a6902911c62dbb091a585">UNORM_DEFAULT</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000118"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7aac4a0a6b26928af19d2cef5985bdce8d">UNORM_FCD</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000107"></a>Global <a class="el" href="unorm_8h.html#a919fb62224dc5f268e7b1cce21c2e873">unorm_isNormalized</a> (const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000108"></a>Global <a class="el" href="unorm_8h.html#a0a0e785c85a02052d405626ce301405e">unorm_isNormalizedWithOptions</a> (const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000119"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7ab16cae528525fca531bcdee42b153796">UNORM_MODE_COUNT</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000109"></a>Global <a class="el" href="unorm_8h.html#ab929eae6735fc93dfd799f7b71553614">unorm_next</a> (<a class="el" href="structUCharIterator.html" title="C API for code unit iteration. ">UCharIterator</a> *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000115"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a5b8bb462684c034d347e8dbcf4b77331">UNORM_NFC</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000113"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a60f3fa3dbcdfc2a075143fe078493e3a">UNORM_NFD</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000117"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a9f7f2ae3788d9aa8e6dff82697d6d0db">UNORM_NFKC</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000114"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a42f246a2e989929b24b2a4c84fe3a51a">UNORM_NFKD</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000112"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7a120a05cf3e51beaf4d9fbb6a4a1993c7">UNORM_NONE</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000104"></a>Global <a class="el" href="unorm_8h.html#a5410fab40c4e60a787c5cfbea5103c75">unorm_normalize</a> (const UChar *source, int32_t sourceLength, UNormalizationMode mode, int32_t options, UChar *result, int32_t resultLength, UErrorCode *status)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000110"></a>Global <a class="el" href="unorm_8h.html#a1b64cb761d9eb7ccfd7ec58a5e045975">unorm_previous</a> (<a class="el" href="structUCharIterator.html" title="C API for code unit iteration. ">UCharIterator</a> *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000105"></a>Global <a class="el" href="unorm_8h.html#ad103c40dd46c7d95f6db4c97aed10277">unorm_quickCheck</a> (const UChar *source, int32_t sourcelength, UNormalizationMode mode, UErrorCode *status)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000106"></a>Global <a class="el" href="unorm_8h.html#ae437a1459c7379e327799d5d5ea44458">unorm_quickCheckWithOptions</a> (const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode)</dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000120"></a>Global <a class="el" href="unorm_8h.html#a05589fbab0657f08285ebdfe93f5ec9ea5b4745b8b611e2d7e6245c023e22e462">UNORM_UNICODE_3_2</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000101"></a>Global <a class="el" href="unorm_8h.html#af317e3ace13f0ce7c86dd1ca48490ef7">UNormalizationMode</a> </dt>
<dd>ICU 56 Use <a class="el" href="unorm2_8h.html" title="C API: New API for Unicode Normalization. ">unorm2.h</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000756"></a>Global <a class="el" href="unum_8h.html#a2c2f0d1c3a38ec38269be6db11db04b3a2fd9e7e91825a5644aa6664f2db23699">UNUM_CURRENCY_SPACING_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000757"></a>Global <a class="el" href="unum_8h.html#ad43f2cbfe30924e0adf5f33aece7c8d2ab0fce715b24723f058452096a896116a">UNUM_FIELD_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000755"></a>Global <a class="el" href="unum_8h.html#a4eb4d3ff13bd506e7078b2be4052266da996fbe5b154122a24dd70b8c1aaf0716">UNUM_FORMAT_STYLE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000758"></a>Global <a class="el" href="unum_8h.html#a79f73310e5d35c176b9adcb0a3e08832ae2035b0efec37754a7ced473780741ef">UNUM_FORMAT_SYMBOL_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000759"></a>Global <a class="el" href="unumberoptions_8h.html#a2f46653ee48f5d8d5b8e67d4a1b8230aaaf65c3f66231f695a558eb526c1215f6">UNUM_FOUND_HALFEVEN</a> </dt>
<dd>, ICU 3.8 </dd>
<dt><a class="anchor" id="_deprecated000760"></a>Global <a class="el" href="upluralrules_8h.html#afceec9f2dee10dbf3ca0d694f66d5d3ca94bf640d740f7669175139a6b0978adc">UPLURAL_TYPE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000121"></a>Global <a class="el" href="ures_8h.html#a09607e48125e46397a843f255640fe2e">ures_countArrayItems</a> (const UResourceBundle *resourceBundle, const char *resourceKey, UErrorCode *err)</dt>
<dd>ICU 2.8 User ures_getSize instead </dd>
<dt><a class="anchor" id="_deprecated000123"></a>Global <a class="el" href="ures_8h.html#a82bdc1bb4f0afdb2d263c3589eaa9b62">ures_getLocale</a> (const UResourceBundle *resourceBundle, UErrorCode *status)</dt>
<dd>ICU 2.8 Use ures_getLocaleByType instead. </dd>
<dt><a class="anchor" id="_deprecated000122"></a>Global <a class="el" href="ures_8h.html#a33679a8207b84dda51bff3e30c04174f">ures_getVersionNumber</a> (const UResourceBundle *resourceBundle)</dt>
<dd>ICU 2.8 Use ures_getVersion instead. </dd>
<dt><a class="anchor" id="_deprecated000133"></a>Global <a class="el" href="ures_8h.html#a3f1197bf41a6228c38e3fddb58bf96fbaf5e9652169f8062eaaaf8e35accdf0d8">URES_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000761"></a>Global <a class="el" href="uregion_8h.html#a75fa1508ee8a1321e62b254008acf0d5a072f41ac76d026cba1e9104be11f88ad">URGN_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000135"></a>Global <a class="el" href="uscript_8h.html#a5036ff9ca2a7f1d2bde07875bb235df0a12e18aa66866154e14fd0f1cb19e7150">USCRIPT_CODE_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000134"></a>Global <a class="el" href="uscript_8h.html#a5036ff9ca2a7f1d2bde07875bb235df0aee872e26c9f183eef875bcbfdfc98339">USCRIPT_DUPLOYAN_SHORTAND</a> </dt>
<dd>ICU 54 Typo, use USCRIPT_DUPLOYAN </dd>
<dt><a class="anchor" id="_deprecated000765"></a>Global <a class="el" href="usearch_8h.html#aa382f146f1968a9d1dc182100b23ac03ab3f54e23fa62647a4d92ab08780f90fe">USEARCH_ATTRIBUTE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000766"></a>Global <a class="el" href="usearch_8h.html#afbe777746540a229c0a2ff3323e292d1a17a134c110bf6baf221c3e5c95fb5cc6">USEARCH_ATTRIBUTE_VALUE_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000764"></a>Global <a class="el" href="usearch_8h.html#aa382f146f1968a9d1dc182100b23ac03a37b8d3d23099f977933aba4ee4eeff4c">USEARCH_CANONICAL_MATCH</a> </dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000136"></a>Global <a class="el" href="uset_8h.html#a5fc2e77dd6c8385e0e88fc6a7d72d9b4a6b1ad879b4752df1122a027e528a89d0">USET_SPAN_CONDITION_COUNT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000767"></a>Global <a class="el" href="uspoof_8h.html#a0dbd60e53a571689baf65c63f4de8155ae65a72b384e76f7ac1cc4df1decd8057">USPOOF_ANY_CASE</a> </dt>
<dd>ICU 58 Any case confusable mappings were removed from UTS 39; the corresponding ICU API was deprecated. </dd>
<dt><a class="anchor" id="_deprecated000768"></a>Global <a class="el" href="uspoof_8h.html#a0dbd60e53a571689baf65c63f4de8155a68b7d294c1566c1f4a74e2b3a952a138">USPOOF_SINGLE_SCRIPT</a> </dt>
<dd>ICU 51 Use RESTRICTION_LEVEL instead. </dd>
<dt><a class="anchor" id="_deprecated000202"></a>Global <a class="el" href="utf__old_8h.html#ae9b5d92288bc292f3c6257bf245568da">UTF16_APPEND_CHAR_SAFE</a> (s, i, length, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000197"></a>Global <a class="el" href="utf__old_8h.html#a86e6538cc3a44a6da7e8bbd55455d286">UTF16_APPEND_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000193"></a>Global <a class="el" href="utf__old_8h.html#a8426fc87e135108f8c00349cc3d12c8f">UTF16_ARRAY_SIZE</a> (size)</dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000211"></a>Global <a class="el" href="utf__old_8h.html#a9c056a036a1c2e520520c171dac118a5">UTF16_BACK_1_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000207"></a>Global <a class="el" href="utf__old_8h.html#aa6678869f26a96b57a761fe353bd3151">UTF16_BACK_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000212"></a>Global <a class="el" href="utf__old_8h.html#ad3d7e5d9fff64c96c6033dca621db2fd">UTF16_BACK_N_SAFE</a> (s, start, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000208"></a>Global <a class="el" href="utf__old_8h.html#aee7078287f0da272c492bd2edd97595d">UTF16_BACK_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000191"></a>Global <a class="el" href="utf__old_8h.html#a1417f8935d6f407dffc57f6c3e07edac">UTF16_CHAR_LENGTH</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000203"></a>Global <a class="el" href="utf__old_8h.html#a03fb4e65c0a1427961c48c038795d34e">UTF16_FWD_1_SAFE</a> (s, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000198"></a>Global <a class="el" href="utf__old_8h.html#a49678f9fa429a286e1b1a426ebd0eebf">UTF16_FWD_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000204"></a>Global <a class="el" href="utf__old_8h.html#a5388f997af53bc0bfb9a62334c4945df">UTF16_FWD_N_SAFE</a> (s, i, length, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000199"></a>Global <a class="el" href="utf__old_8h.html#a0b4fb6fbf5ceff2439e3cad466125d8d">UTF16_FWD_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000195"></a>Global <a class="el" href="utf__old_8h.html#a3eb9f3c64ce10a96c41ad7dc7cacd611">UTF16_GET_CHAR_SAFE</a> (s, start, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000194"></a>Global <a class="el" href="utf__old_8h.html#ad6ec45ce26122fec734b5cf48ce1e91f">UTF16_GET_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. Renamed to U16_GET_UNSAFE, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000182"></a>Global <a class="el" href="utf__old_8h.html#ad8b1e5a434ff14cffff805e7cc796f96">UTF16_GET_PAIR_VALUE</a> (first, second)</dt>
<dd>ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000188"></a>Global <a class="el" href="utf__old_8h.html#a9864414297885a5558b6446c08992c90">UTF16_IS_LEAD</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000187"></a>Global <a class="el" href="utf__old_8h.html#a5fc16d7c358c1560a320a74fdbcfdce7">UTF16_IS_SINGLE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000189"></a>Global <a class="el" href="utf__old_8h.html#ac7c3c12d8f939d8e8c1ec58bf2141222">UTF16_IS_TRAIL</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000185"></a>Global <a class="el" href="utf__old_8h.html#adb087255089bd34da5935269b1ffc40d">UTF16_LEAD</a> (supplementary)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000192"></a>Global <a class="el" href="utf__old_8h.html#abfb4dabb121278e7c2f32dd33a64a9b9">UTF16_MAX_CHAR_LENGTH</a> </dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000190"></a>Global <a class="el" href="utf__old_8h.html#ab3a7cdc28e9c0a0b00e43442df70b31e">UTF16_NEED_MULTIPLE_UCHAR</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000201"></a>Global <a class="el" href="utf__old_8h.html#a4761073ea58b177b57cb9bf213c78474">UTF16_NEXT_CHAR_SAFE</a> (s, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000196"></a>Global <a class="el" href="utf__old_8h.html#a7721e9811b4a5ed74d57ba9205b5441e">UTF16_NEXT_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000210"></a>Global <a class="el" href="utf__old_8h.html#ae42ea5d5187aeb4e34bdbdb0f6e2e011">UTF16_PREV_CHAR_SAFE</a> (s, start, i, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000206"></a>Global <a class="el" href="utf__old_8h.html#a8ba7c201685c85b26c6d2d72b36e01c9">UTF16_PREV_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000213"></a>Global <a class="el" href="utf__old_8h.html#ae65018bde86c5a3e3202fc9c58b56310">UTF16_SET_CHAR_LIMIT_SAFE</a> (s, start, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000209"></a>Global <a class="el" href="utf__old_8h.html#ae37f17e3f06e371f107a898660be1389">UTF16_SET_CHAR_LIMIT_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000205"></a>Global <a class="el" href="utf__old_8h.html#a2522a1eeff729dda36d6529e68d0e07a">UTF16_SET_CHAR_START_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000200"></a>Global <a class="el" href="utf__old_8h.html#a5c9856c2758be322f82d465de9cf0cbf">UTF16_SET_CHAR_START_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000186"></a>Global <a class="el" href="utf__old_8h.html#a5668fdd9befe5187f6d20b818612c8b8">UTF16_TRAIL</a> (supplementary)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000230"></a>Global <a class="el" href="utf__old_8h.html#a422ade21b42987ba4df1fa2fcaf6e79b">UTF32_APPEND_CHAR_SAFE</a> (s, i, length, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000225"></a>Global <a class="el" href="utf__old_8h.html#a5de8295c29b4e1dad20b70686d623232">UTF32_APPEND_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000221"></a>Global <a class="el" href="utf__old_8h.html#a4ad4cfafe7fe693e08fbfb0349e4ad61">UTF32_ARRAY_SIZE</a> (size)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000239"></a>Global <a class="el" href="utf__old_8h.html#a3fea119b02c0f8e28d7ef4844d733b50">UTF32_BACK_1_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000235"></a>Global <a class="el" href="utf__old_8h.html#a8ff315292c53147ba310284a2e154dee">UTF32_BACK_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000240"></a>Global <a class="el" href="utf__old_8h.html#ac9905fdc1806f45321b875728019ceac">UTF32_BACK_N_SAFE</a> (s, start, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000236"></a>Global <a class="el" href="utf__old_8h.html#ad7817eabd65ba6756a228f31859aa741">UTF32_BACK_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000219"></a>Global <a class="el" href="utf__old_8h.html#af41342ad4e3b0ba1e95aebbf238ab457">UTF32_CHAR_LENGTH</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000231"></a>Global <a class="el" href="utf__old_8h.html#ae749df79a6d6fa6b9642186554a587eb">UTF32_FWD_1_SAFE</a> (s, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000226"></a>Global <a class="el" href="utf__old_8h.html#a7888875e52e81c8fcef14fec619d55b3">UTF32_FWD_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000232"></a>Global <a class="el" href="utf__old_8h.html#a26b48fd98fcb28f99c21198a300ae63f">UTF32_FWD_N_SAFE</a> (s, i, length, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000227"></a>Global <a class="el" href="utf__old_8h.html#a3656d2046469f85f52e483a26b4b79d0">UTF32_FWD_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000223"></a>Global <a class="el" href="utf__old_8h.html#afdd05c272e96d22a9bd85a46cb73664b">UTF32_GET_CHAR_SAFE</a> (s, start, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000222"></a>Global <a class="el" href="utf__old_8h.html#ae02db76930ddc17e480cfc68349d0bb7">UTF32_GET_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000216"></a>Global <a class="el" href="utf__old_8h.html#a32e787b768e01b99536cdcbc9dfec459">UTF32_IS_LEAD</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000214"></a>Global <a class="el" href="utf__old_8h.html#a077da7741ea6541fc05518f21953a2f6">UTF32_IS_SAFE</a> (c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000215"></a>Global <a class="el" href="utf__old_8h.html#a3b644e09065fa5235a965ec7afe04608">UTF32_IS_SINGLE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000217"></a>Global <a class="el" href="utf__old_8h.html#a20ff669a9be702814e68c476405197cd">UTF32_IS_TRAIL</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000220"></a>Global <a class="el" href="utf__old_8h.html#a1e04097291252de229d8f9f9231ca09f">UTF32_MAX_CHAR_LENGTH</a> </dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000218"></a>Global <a class="el" href="utf__old_8h.html#ad0fccc94f7baee2031f9a49768db23bd">UTF32_NEED_MULTIPLE_UCHAR</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000229"></a>Global <a class="el" href="utf__old_8h.html#a12258483740acfef629c497e70fec311">UTF32_NEXT_CHAR_SAFE</a> (s, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000224"></a>Global <a class="el" href="utf__old_8h.html#a2d613dafcfed6d06b923157b2ab7595a">UTF32_NEXT_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000238"></a>Global <a class="el" href="utf__old_8h.html#a65283c5cd3ddcf03be17af3b28ba00a2">UTF32_PREV_CHAR_SAFE</a> (s, start, i, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000234"></a>Global <a class="el" href="utf__old_8h.html#ac3d22f7454fc014ce687dfe3c186feb4">UTF32_PREV_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000241"></a>Global <a class="el" href="utf__old_8h.html#ac8c6581b7ee8a8ba2b0a3f3c427d728a">UTF32_SET_CHAR_LIMIT_SAFE</a> (s, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000237"></a>Global <a class="el" href="utf__old_8h.html#a08c4e417ca4df9399e41309e9e840269">UTF32_SET_CHAR_LIMIT_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000233"></a>Global <a class="el" href="utf__old_8h.html#a50c343425190652eb8d5e8bc1b4b9044">UTF32_SET_CHAR_START_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000228"></a>Global <a class="el" href="utf__old_8h.html#a37c47ebc349cb549af807bf3effe8917">UTF32_SET_CHAR_START_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000166"></a>Global <a class="el" href="utf__old_8h.html#ab2e246e01d2eb732f10381666ed57cf6">UTF8_APPEND_CHAR_SAFE</a> (s, i, length, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000161"></a>Global <a class="el" href="utf__old_8h.html#ad902861a3b670e5807c010b54e271a7b">UTF8_APPEND_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000157"></a>Global <a class="el" href="utf__old_8h.html#a1bb6c19393d163abc5728984c514cdb4">UTF8_ARRAY_SIZE</a> (size)</dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000175"></a>Global <a class="el" href="utf__old_8h.html#a8e08e8e503655827d998110f62757a2d">UTF8_BACK_1_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000171"></a>Global <a class="el" href="utf__old_8h.html#a552d1056bc28c5d18eec092427fadd72">UTF8_BACK_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000176"></a>Global <a class="el" href="utf__old_8h.html#a699bd797aa22e9f164920f8dee916561">UTF8_BACK_N_SAFE</a> (s, start, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000172"></a>Global <a class="el" href="utf__old_8h.html#a9cb7bfec45705d514f815b87e83c67ca">UTF8_BACK_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000155"></a>Global <a class="el" href="utf__old_8h.html#a19b7a233154f967fad84c8113eae8b80">UTF8_CHAR_LENGTH</a> (c)</dt>
<dd>ICU 2.4. Use U8_LENGTH instead, see <a class="el" href="utf_8h.html" title="C API: Code point macros. ">utf.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000149"></a>Global <a class="el" href="utf__old_8h.html#a017b98f7de883645ec5d623ebe7c5f1c">UTF8_COUNT_TRAIL_BYTES</a> (leadByte)</dt>
<dd>ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000139"></a>Global <a class="el" href="utf__old_8h.html#adfc391407ac7366f023ae3f0356f885c">UTF8_ERROR_VALUE_1</a> </dt>
<dd><p class="startdd">ICU 2.4.</p>
<p>ICU 2.4.</p>
<p class="enddd">ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </p>
</dd>
<dt><a class="anchor" id="_deprecated000142"></a>Global <a class="el" href="utf__old_8h.html#ac21e7b820255cadabce9d1762a0a6d80">UTF8_ERROR_VALUE_2</a> </dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000167"></a>Global <a class="el" href="utf__old_8h.html#a647c79fd323d14e73a8a4dcbc808ceef">UTF8_FWD_1_SAFE</a> (s, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000162"></a>Global <a class="el" href="utf__old_8h.html#ada2c2b56e5f64d4beeab4cae4661b3da">UTF8_FWD_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000168"></a>Global <a class="el" href="utf__old_8h.html#a20640e02332c6c53739c06e76bc78de2">UTF8_FWD_N_SAFE</a> (s, i, length, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000163"></a>Global <a class="el" href="utf__old_8h.html#ac81172cb49c46451723aef642a6d3fa2">UTF8_FWD_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000159"></a>Global <a class="el" href="utf__old_8h.html#a3a0cc60a6e801941101dfe9ee0485d45">UTF8_GET_CHAR_SAFE</a> (s, start, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000158"></a>Global <a class="el" href="utf__old_8h.html#a1726f70532e35aa595d0ec67316393b2">UTF8_GET_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000152"></a>Global <a class="el" href="utf__old_8h.html#aa8cd0f9324d04fdc22f7848a5fff516b">UTF8_IS_LEAD</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000151"></a>Global <a class="el" href="utf__old_8h.html#af84a5937c5449f69b0fa008fcbda46bf">UTF8_IS_SINGLE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000153"></a>Global <a class="el" href="utf__old_8h.html#ad349c46bd16decbfa0dd255cd26a9f76">UTF8_IS_TRAIL</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000150"></a>Global <a class="el" href="utf__old_8h.html#a4185cfacf115c0ccee5ff245f21b47be">UTF8_MASK_LEAD_BYTE</a> (leadByte, countTrailBytes)</dt>
<dd>ICU 2.4. Renamed to U8_MASK_LEAD_BYTE, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000156"></a>Global <a class="el" href="utf__old_8h.html#aa8f3e2fbb14b040afe41d454e21e6d06">UTF8_MAX_CHAR_LENGTH</a> </dt>
<dd>ICU 2.4. Renamed to U8_MAX_LENGTH, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000154"></a>Global <a class="el" href="utf__old_8h.html#abc69ca1e115bea6c765836279a7e3da0">UTF8_NEED_MULTIPLE_UCHAR</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000165"></a>Global <a class="el" href="utf__old_8h.html#adec17410efd423546c512f92ebc839b5">UTF8_NEXT_CHAR_SAFE</a> (s, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000160"></a>Global <a class="el" href="utf__old_8h.html#a15f3efbc61d7f9426cd860de746bcf5b">UTF8_NEXT_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000174"></a>Global <a class="el" href="utf__old_8h.html#a503f0a1d559fd2db82d39caf6d5b701c">UTF8_PREV_CHAR_SAFE</a> (s, start, i, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000170"></a>Global <a class="el" href="utf__old_8h.html#ac097fecdbec2ebe5b7d3c2e00e9e18f4">UTF8_PREV_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000177"></a>Global <a class="el" href="utf__old_8h.html#a732e4b93f9d4b45dcf64ff0bc4f0a945">UTF8_SET_CHAR_LIMIT_SAFE</a> (s, start, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000173"></a>Global <a class="el" href="utf__old_8h.html#abf5938c0c30d8806cd746fc6cc27108a">UTF8_SET_CHAR_LIMIT_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000169"></a>Global <a class="el" href="utf__old_8h.html#a40f3c56ad9cdbcabcbccf5df5199afbb">UTF8_SET_CHAR_START_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000164"></a>Global <a class="el" href="utf__old_8h.html#a73cb8fae0af7e07d15d01e0c66ae0084">UTF8_SET_CHAR_START_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000271"></a>Global <a class="el" href="utf__old_8h.html#a5708b3ba880a36a9aac4e398a9a35bce">UTF_APPEND_CHAR</a> (s, i, length, c)</dt>
<dd>ICU 2.4. Use U16_APPEND instead, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000248"></a>Global <a class="el" href="utf__old_8h.html#a22a8a7f2b0a45bf5290fd40ebefe47ad">UTF_APPEND_CHAR_SAFE</a> (s, i, length, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000247"></a>Global <a class="el" href="utf__old_8h.html#a48bc2ed3067f84857dcd763bf5a131a2">UTF_APPEND_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000242"></a>Global <a class="el" href="utf__old_8h.html#ad07bc69f81aa548799ac44bb6639e647">UTF_ARRAY_SIZE</a> (size)</dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000276"></a>Global <a class="el" href="utf__old_8h.html#a5bf0acdafda1a9206f92faf5e743c55d">UTF_BACK_1</a> (s, start, i)</dt>
<dd>ICU 2.4. Renamed to U16_BACK_1, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000258"></a>Global <a class="el" href="utf__old_8h.html#a2c9dbf2f305a18fb9bde8521cf2db867">UTF_BACK_1_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000257"></a>Global <a class="el" href="utf__old_8h.html#aea950c68b6b2eba3494601580477aba4">UTF_BACK_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000277"></a>Global <a class="el" href="utf__old_8h.html#ad21bdd37fd21b3d934debdf2def7b2b7">UTF_BACK_N</a> (s, start, i, n)</dt>
<dd>ICU 2.4. Renamed to U16_BACK_N, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000260"></a>Global <a class="el" href="utf__old_8h.html#a7d2d539bed08e3a8bf89bc7ab522cfb7">UTF_BACK_N_SAFE</a> (s, start, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000259"></a>Global <a class="el" href="utf__old_8h.html#a1de338bb9ed4cae6a372f187c318dacf">UTF_BACK_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000267"></a>Global <a class="el" href="utf__old_8h.html#abdad7e828b6267a2c4f688737e3579cf">UTF_CHAR_LENGTH</a> (c)</dt>
<dd>ICU 2.4. Renamed to U16_LENGTH, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000143"></a>Global <a class="el" href="utf__old_8h.html#a340f85220492744eadb58ff2765a29dc">UTF_ERROR_VALUE</a> </dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000183"></a>Global <a class="el" href="utf__old_8h.html#af7cbe226755ade1def291e94f8064322">UTF_FIRST_SURROGATE</a> (supplementary)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000272"></a>Global <a class="el" href="utf__old_8h.html#a699dfae0ccac5ed507df490e1129d6eb">UTF_FWD_1</a> (s, i, length)</dt>
<dd>ICU 2.4. Renamed to U16_FWD_1, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000250"></a>Global <a class="el" href="utf__old_8h.html#abb8b025bc9e6a1dcb3191d628bceee9e">UTF_FWD_1_SAFE</a> (s, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000249"></a>Global <a class="el" href="utf__old_8h.html#aa54fab3948f464697815d05f37c59519">UTF_FWD_1_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000273"></a>Global <a class="el" href="utf__old_8h.html#a1f5b84b1351706c844f6d1fa161e3433">UTF_FWD_N</a> (s, i, length, n)</dt>
<dd>ICU 2.4. Renamed to U16_FWD_N, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000252"></a>Global <a class="el" href="utf__old_8h.html#a6c327ba0bfb47d012437101e717dc911">UTF_FWD_N_SAFE</a> (s, i, length, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000251"></a>Global <a class="el" href="utf__old_8h.html#ad63512df70783425dfea6866e93efb85">UTF_FWD_N_UNSAFE</a> (s, i, n)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000269"></a>Global <a class="el" href="utf__old_8h.html#ae743bdb865deb28e0c6bf77ef0b97fae">UTF_GET_CHAR</a> (s, start, i, length, c)</dt>
<dd>ICU 2.4. Renamed to U16_GET, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000244"></a>Global <a class="el" href="utf__old_8h.html#ae703379694de6414dc353482fb6a2977">UTF_GET_CHAR_SAFE</a> (s, start, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000243"></a>Global <a class="el" href="utf__old_8h.html#a1d2e953e5988e0137f6164c4b708527d">UTF_GET_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000144"></a>Global <a class="el" href="utf__old_8h.html#a77973614ec02902ab6b39a1d458dcf61">UTF_IS_ERROR</a> (c)</dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000178"></a>Global <a class="el" href="utf__old_8h.html#a217f8211ab6fefc70bf40eed274127b9">UTF_IS_FIRST_SURROGATE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000264"></a>Global <a class="el" href="utf__old_8h.html#a6ab5042211e234aeb168f7f7bdc50c50">UTF_IS_LEAD</a> (uchar)</dt>
<dd>ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000179"></a>Global <a class="el" href="utf__old_8h.html#aadaaf8a4f903ae404b9da99cb4cf305d">UTF_IS_SECOND_SURROGATE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000263"></a>Global <a class="el" href="utf__old_8h.html#a52a54834fc9cb55da9b219ff649f3678">UTF_IS_SINGLE</a> (uchar)</dt>
<dd>ICU 2.4. Renamed to U_IS_SINGLE and U16_IS_SINGLE, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000146"></a>Global <a class="el" href="utf__old_8h.html#ab8d1054e7a2b034ae92e824049bece53">UTF_IS_SURROGATE</a> (uchar)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000180"></a>Global <a class="el" href="utf__old_8h.html#a01d4e0a9e33635d69fd827b5e42d5dea">UTF_IS_SURROGATE_FIRST</a> (c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000265"></a>Global <a class="el" href="utf__old_8h.html#aa4dec014f34873a400e8fb617e31e70b">UTF_IS_TRAIL</a> (uchar)</dt>
<dd>ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000148"></a>Global <a class="el" href="utf__old_8h.html#a662686c12201d9d592d2908f2b0cf6ed">UTF_IS_UNICODE_CHAR</a> (c)</dt>
<dd>ICU 2.4. Renamed to U_IS_UNICODE_CHAR, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000147"></a>Global <a class="el" href="utf__old_8h.html#a33f12d9f7b4299c00e4bb1805b9fb962">UTF_IS_UNICODE_NONCHAR</a> (c)</dt>
<dd>ICU 2.4. Renamed to U_IS_UNICODE_NONCHAR, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000145"></a>Global <a class="el" href="utf__old_8h.html#a40d9e02afb708312e02391210127d59b">UTF_IS_VALID</a> (c)</dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000268"></a>Global <a class="el" href="utf__old_8h.html#a2b1ea1721987ab04a7b7909bd7dc7a98">UTF_MAX_CHAR_LENGTH</a> </dt>
<dd>ICU 2.4. Renamed to U16_MAX_LENGTH, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000266"></a>Global <a class="el" href="utf__old_8h.html#a249c9051905f0af3b11b149bab505182">UTF_NEED_MULTIPLE_UCHAR</a> (c)</dt>
<dd>ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead. </dd>
<dt><a class="anchor" id="_deprecated000270"></a>Global <a class="el" href="utf__old_8h.html#a32662bfc3e6226c70be758e8b594e2fe">UTF_NEXT_CHAR</a> (s, i, length, c)</dt>
<dd>ICU 2.4. Renamed to U16_NEXT, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000246"></a>Global <a class="el" href="utf__old_8h.html#afc042ea06d9fef5368ee988a746b3e03">UTF_NEXT_CHAR_SAFE</a> (s, i, length, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000245"></a>Global <a class="el" href="utf__old_8h.html#a931d94894405fce59a722f0bd474c84e">UTF_NEXT_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000275"></a>Global <a class="el" href="utf__old_8h.html#a6c009b6781036e470928d1b2e0219b2f">UTF_PREV_CHAR</a> (s, start, i, c)</dt>
<dd>ICU 2.4. Renamed to U16_PREV, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000256"></a>Global <a class="el" href="utf__old_8h.html#a8f068505217c7f99cf481eb7aea65df9">UTF_PREV_CHAR_SAFE</a> (s, start, i, c, strict)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000255"></a>Global <a class="el" href="utf__old_8h.html#aa187f034bbd3d70c7eafa66ff244f968">UTF_PREV_CHAR_UNSAFE</a> (s, i, c)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000138"></a>Global <a class="el" href="utf__old_8h.html#a715b50bdb675fa55ba561341b8c4b920">UTF_SAFE</a> </dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000184"></a>Global <a class="el" href="utf__old_8h.html#a155d9a36d2ef63ad3a00998f31532b3e">UTF_SECOND_SURROGATE</a> (supplementary)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000278"></a>Global <a class="el" href="utf__old_8h.html#a9d708c4e9dc4b4e228c17768fa826c27">UTF_SET_CHAR_LIMIT</a> (s, start, i, length)</dt>
<dd>ICU 2.4. Renamed to U16_SET_CP_LIMIT, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000262"></a>Global <a class="el" href="utf__old_8h.html#a323d1dd8c82f362b9e8134d3d5366ff8">UTF_SET_CHAR_LIMIT_SAFE</a> (s, start, i, length)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000261"></a>Global <a class="el" href="utf__old_8h.html#ab90fac812ee84cd4dde1b50acb4d71aa">UTF_SET_CHAR_LIMIT_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000274"></a>Global <a class="el" href="utf__old_8h.html#a09cb900dd1c5133bbe11da706dc24a96">UTF_SET_CHAR_START</a> (s, start, i)</dt>
<dd>ICU 2.4. Renamed to U16_SET_CP_START, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000254"></a>Global <a class="el" href="utf__old_8h.html#aedf01b69e72b1711b468ff8e526fa0a0">UTF_SET_CHAR_START_SAFE</a> (s, start, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000253"></a>Global <a class="el" href="utf__old_8h.html#a95e56600677e8baaaafd19bd90133234">UTF_SET_CHAR_START_UNSAFE</a> (s, i)</dt>
<dd>ICU 2.4. </dd>
<dt><a class="anchor" id="_deprecated000137"></a>Global <a class="el" href="utf__old_8h.html#a90e6cdcb061e73e19f716c04f4bf6372">UTF_SIZE</a> </dt>
<dd>ICU 2.4. Obsolete, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000181"></a>Global <a class="el" href="utf__old_8h.html#a89fe5e7bdc37286a1d5c67d15a7cd361">UTF_SURROGATE_OFFSET</a> </dt>
<dd>ICU 2.4. Renamed to U16_SURROGATE_OFFSET, see <a class="el" href="utf__old_8h.html" title="C API: Deprecated macros for Unicode string handling. ">utf_old.h</a>. </dd>
<dt><a class="anchor" id="_deprecated000708"></a>Global <a class="el" href="tmutfmt_8h.html#ace3ab3a9adff9b70f2e8f153e0f18e3f">UTimeUnitFormatStyle</a> </dt>
<dd><p class="startdd">ICU 53 Use <a class="el" href="classicu_1_1MeasureFormat.html">MeasureFormat</a> and UMeasureFormatWidth instead. </p>
<p class="enddd">ICU 53 </p>
</dd>
<dt><a class="anchor" id="_deprecated000711"></a>Global <a class="el" href="tmutfmt_8h.html#ace3ab3a9adff9b70f2e8f153e0f18e3fa1de2b8fbe4639aecc8b19ec5b7837a20">UTMUTFMT_ABBREVIATED_STYLE</a> </dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000712"></a>Global <a class="el" href="tmutfmt_8h.html#ace3ab3a9adff9b70f2e8f153e0f18e3facb2233346493c90d46d57b2f086b74cb">UTMUTFMT_FORMAT_STYLE_COUNT</a> </dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000710"></a>Global <a class="el" href="tmutfmt_8h.html#ace3ab3a9adff9b70f2e8f153e0f18e3fae9da691edeb42d9fd00f872c5aec0cd4">UTMUTFMT_FULL_STYLE</a> </dt>
<dd>ICU 53 </dd>
<dt><a class="anchor" id="_deprecated000281"></a>Global <a class="el" href="utrace_8h.html#a6076ad13223437bd15a3266791905308a3b0b647c015de2cc2346797232ebc3a9">UTRACE_COLLATION_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000280"></a>Global <a class="el" href="utrace_8h.html#a6076ad13223437bd15a3266791905308ae5986fb60ce52a8e3928873176406bf5">UTRACE_CONVERSION_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000279"></a>Global <a class="el" href="utrace_8h.html#a6076ad13223437bd15a3266791905308a16b8c7b99796a8346d55b8ba0299b6db">UTRACE_FUNCTION_LIMIT</a> </dt>
<dd>ICU 58 The numeric value may change over time, see ICU ticket #12420. </dd>
<dt><a class="anchor" id="_deprecated000774"></a>Global <a class="el" href="utrans_8h.html#a7ba86b3ce05c45b22b53cdc718266223">utrans_getAvailableID</a> (int32_t index, char *buf, int32_t bufCapacity)</dt>
<dd>ICU 2.8 Use <a class="el" href="utrans_8h.html#a4d3b22c7c6fc3d21a21b2770ee0503e9" title="Return a UEnumeration for the available transliterators. ">utrans_openIDs()</a> instead, see <a class="el" href="utrans_8h.html" title="C API: Transliterator. ">utrans.h</a> </dd>
<dt><a class="anchor" id="_deprecated000772"></a>Global <a class="el" href="utrans_8h.html#a5820268446001f80e9cc5fd8c5dc3399">utrans_getID</a> (const UTransliterator *trans, char *buf, int32_t bufCapacity)</dt>
<dd>ICU 2.8 Use <a class="el" href="utrans_8h.html#a898c445205a56b00b226685c22e11095" title="Return the programmatic identifier for this transliterator. ">utrans_getUnicodeID()</a> instead, see <a class="el" href="utrans_8h.html" title="C API: Transliterator. ">utrans.h</a> </dd>
<dt><a class="anchor" id="_deprecated000771"></a>Global <a class="el" href="utrans_8h.html#afaa9d751e1d24617ba1071d8d4c887a3">utrans_open</a> (const char *id, UTransDirection dir, const UChar *rules, int32_t rulesLength, <a class="el" href="structUParseError.html" title="A UParseError struct is used to returned detailed information about parsing errors. ">UParseError</a> *parseError, UErrorCode *status)</dt>
<dd>ICU 2.8 Use <a class="el" href="utrans_8h.html#a80ddad347f67761d74c1800f247e1ff1" title="Open a custom transliterator, given a custom rules string OR a system transliterator, given its ID. ">utrans_openU()</a> instead, see <a class="el" href="utrans_8h.html" title="C API: Transliterator. ">utrans.h</a> </dd>
<dt><a class="anchor" id="_deprecated000773"></a>Global <a class="el" href="utrans_8h.html#a71b5c2733100e28705a87aa68a99e469">utrans_unregister</a> (const char *id)</dt>
<dd>ICU 2.8 Use <a class="el" href="utrans_8h.html#aefed47c38488c6d4df61d9668f679da4" title="Unregister a transliterator from the system. ">utrans_unregisterID()</a> instead, see <a class="el" href="utrans_8h.html" title="C API: Transliterator. ">utrans.h</a> </dd>
<dt><a class="anchor" id="_deprecated000770"></a>Global <a class="el" href="utmscale_8h.html#adba2667f8086afb0a237ed9b3144670daf78f4f53a9381e98d2f69d916e37e70e">UTSV_MAX_SCALE_VALUE</a> </dt>
<dd>ICU 59 The numeric value may change over time, see ICU ticket #12420. </dd>
</dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>