File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
icu4c/source/common/unicode Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3333 * then detailed member descriptions.</p>
3434 *
3535 * <h3>C Programmers:</h3>
36- * <p>Use <a href="#Module">Module List</a> or <a href="globals .html">File Members</a>
36+ * <p>Use <a href="#Module">Module List</a> or <a href="globals_u .html">File Members</a>
3737 * to find a list of all the functions and constants.
3838 * For example, to find BreakIterator functions you would click on
3939 * <a href="files.html"> File List</a>,
115115 * <tr>
116116 * <td>Locales </td>
117117 * <td>uloc.h</a></td>
118- * <td>icu::Locale</td>
118+ * <td>icu::Locale, icu::LocaleBuilder </td>
119119 * </tr>
120120 * <tr>
121121 * <td>Resource Bundles</td>
143143 * <td>icu::MessageFormat</td>
144144 * </tr>
145145 * <tr>
146- * <td>Number Formatting</td>
146+ * <td>Number Formatting<br/>(includes currency and unit formatting)< /td>
147147 * <td>unumberformatter.h, unum.h</td>
148148 * <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)</td>
149149 * </tr>
150150 * <tr>
151+ * <td>Number Range Formatting<br />(includes currency and unit ranges)</td>
152+ * <td>(no C API)</td>
153+ * <td>icu::number::NumberRangeFormatter</td>
154+ * </tr>
155+ * <tr>
151156 * <td>Number Spellout<br/>(Rule Based Number Formatting)</td>
152157 * <td>unum.h<br/>(use UNUM_SPELLOUT)</td>
153158 * <td>icu::RuleBasedNumberFormat</td>
You can’t perform that action at this time.
0 commit comments