blob: bcf2936ccc495248cafb346edb2a17b1d204513c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Relationship between C and C++</title>
</head>
<body bgcolor="#FFFFFF">
<h1>IBM's Classes for Unicode C API</h1>
<table border="2" cellpadding="3">
<tr>
<td align="center" width="70%"><font size="5"><strong>Category</strong></font></td>
<td align="center"><font size="5"><strong>Keyword</strong></font></td>
<td align="center"><font size="5"><strong>API Naming Convention</strong></font></td>
</tr>
<tr>
<td width="70%"><font size="5">UChar, Unicode and Message Formatting</font></td>
<td><font size="5">u</font></td>
<td><font size="5">u_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UResourceBundle</font></td>
<td width="100"><font size="5">ures</font></td>
<td><font size="5">ures_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">ULocale</font></td>
<td width="100"><font size="5">uloc</font></td>
<td><font size="5">uloc_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UConverter</font></td>
<td width="100"><font size="5">ucnv</font></td>
<td><font size="5">ucnv_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UCollator</font></td>
<td width="100"><font size="5">ucol</font></td>
<td><font size="5">ucol_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UNumberFormat</font></td>
<td width="100"><font size="5">unum</font></td>
<td><font size="5">unum_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UDateFormat</font></td>
<td width="100"><font size="5">udat</font></td>
<td><font size="5">udat_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UCalendar</font></td>
<td width="100"><font size="5">ucal</font></td>
<td><font size="5">ucal_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">UBreakIterator</font></td>
<td width="100"><font size="5">ubrk</font></td>
<td><font size="5">ubrk_&lt;function name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">Constants</font></td>
<td width="100"><font size="5">&nbsp;</font></td>
<td><font size="5">u&lt;keyword&gt;_&lt;constant name&gt;</font></td>
</tr>
<tr>
<td width="70%"><font size="5">Acquiring an International Service</font></td>
<td width="100"><font size="5">&nbsp;</font></td>
<td><font size="5">u&lt;keyword&gt;_open <br>
u&lt;keyword&gt;_openRules</font></td>
</tr>
<tr>
<td width="70%"><font size="5">Releasing the Acquired International Service</font></td>
<td width="100"><font size="5">&nbsp;</font></td>
<td><font size="5">u&lt;keyword&gt;_close</font></td>
</tr>
<tr>
<td width="70%"><font size="5">Methods</font></td>
<td width="100"><font size="5">&nbsp;</font></td>
<td><font size="5">u&lt;keyword&gt;_&lt;method name&gt;</font></td>
</tr>
</table>
</body>
</html>