Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > f51238514e2abe817779ad2fe01b0759 > files > 749

icu-doc-4.4-2.1mdv2010.2.i586.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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"/>
<title>ICU 4.4: unorm2.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.1 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>unorm2.h</h1><a href="unorm2_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">*******************************************************************************</span>
<a name="l00003"></a>00003 <span class="comment">*</span>
<a name="l00004"></a>00004 <span class="comment">*   Copyright (C) 2009-2010, International Business Machines</span>
<a name="l00005"></a>00005 <span class="comment">*   Corporation and others.  All Rights Reserved.</span>
<a name="l00006"></a>00006 <span class="comment">*</span>
<a name="l00007"></a>00007 <span class="comment">*******************************************************************************</span>
<a name="l00008"></a>00008 <span class="comment">*   file name:  unorm2.h</span>
<a name="l00009"></a>00009 <span class="comment">*   encoding:   US-ASCII</span>
<a name="l00010"></a>00010 <span class="comment">*   tab size:   8 (not used)</span>
<a name="l00011"></a>00011 <span class="comment">*   indentation:4</span>
<a name="l00012"></a>00012 <span class="comment">*</span>
<a name="l00013"></a>00013 <span class="comment">*   created on: 2009dec15</span>
<a name="l00014"></a>00014 <span class="comment">*   created by: Markus W. Scherer</span>
<a name="l00015"></a>00015 <span class="comment">*/</span>
<a name="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __UNORM2_H__</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __UNORM2_H__</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;<a class="code" href="utypes_8h.html" title="Basic definitions for ICU, for both C and C++ APIs.">unicode/utypes.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;<a class="code" href="localpointer_8h.html" title="C++ API: &amp;quot;Smart pointers&amp;quot; for use with and in ICU4C C++ code.">unicode/localpointer.h</a>&quot;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="uset_8h.html" title="C API: Unicode Set.">unicode/uset.h</a>&quot;</span>
<a name="l00034"></a>00034 
<a name="l00042"></a><a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5">00042</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
<a name="l00051"></a><a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5a4038a316229eef7d76901b704b0148bf">00051</a>     <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5a4038a316229eef7d76901b704b0148bf" title="Decomposition followed by composition.">UNORM2_COMPOSE</a>,
<a name="l00060"></a><a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5ab176fcf0362623fb45b1b0f1ae22e7ac">00060</a>     <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5ab176fcf0362623fb45b1b0f1ae22e7ac" title="Map, and reorder canonically.">UNORM2_DECOMPOSE</a>,
<a name="l00073"></a><a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5a6dbe9da1d7d77d2902d7ef197cb1619b">00073</a>     <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5a6dbe9da1d7d77d2902d7ef197cb1619b" title="&amp;quot;Fast C or D&amp;quot; form.">UNORM2_FCD</a>,
<a name="l00083"></a><a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5aa8a0f3c152f66297036c8fbfd955f9b8">00083</a>     <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5aa8a0f3c152f66297036c8fbfd955f9b8" title="Compose only contiguously.">UNORM2_COMPOSE_CONTIGUOUS</a>
<a name="l00084"></a>00084 } <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5" title="Constants for normalization modes.">UNormalization2Mode</a>;
<a name="l00085"></a>00085 
<a name="l00091"></a><a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84bece">00091</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84bece" title="Result values for normalization quick check functions.">UNormalizationCheckResult</a> {
<a name="l00096"></a><a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea17a2e3aec6aef936136f04cf8af29de3">00096</a>   <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea17a2e3aec6aef936136f04cf8af29de3" title="The input string is not in the normalization form.">UNORM_NO</a>,
<a name="l00101"></a><a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea055e9208c9a15913ed2849243fb617c4">00101</a>   <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea055e9208c9a15913ed2849243fb617c4" title="The input string is in the normalization form.">UNORM_YES</a>,
<a name="l00109"></a><a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea05c9a1f19c022c5399e64ff8cb852558">00109</a>   <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84becea05c9a1f19c022c5399e64ff8cb852558" title="The input string may or may not be in the normalization form.">UNORM_MAYBE</a>
<a name="l00110"></a>00110 } <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84bece" title="Result values for normalization quick check functions.">UNormalizationCheckResult</a>;
<a name="l00111"></a>00111 
<a name="l00116"></a>00116 <span class="keyword">struct </span><a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a>;
<a name="l00117"></a><a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e">00117</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a>;  
<a name="l00119"></a>00119 <span class="preprocessor">#if !UCONFIG_NO_NORMALIZATION</span>
<a name="l00120"></a>00120 <span class="preprocessor"></span>
<a name="l00142"></a>00142 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00143"></a>00143 <a class="code" href="unorm2_8h.html#aada0d2d95913d0cc3329e9e7fd571630" title="Returns a UNormalizer2 instance which uses the specified data file (packageName/name...">unorm2_getInstance</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *packageName,
<a name="l00144"></a>00144                    <span class="keyword">const</span> <span class="keywordtype">char</span> *name,
<a name="l00145"></a>00145                    <a class="code" href="unorm2_8h.html#a3cf189b046fe90ca167d2294275f4ab5" title="Constants for normalization modes.">UNormalization2Mode</a> mode,
<a name="l00146"></a>00146                    <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00147"></a>00147 
<a name="l00163"></a>00163 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> * <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00164"></a>00164 <a class="code" href="unorm2_8h.html#a7f6ce2fa8c5e5fa3b1b9a141e1032e15" title="Constructs a filtered normalizer wrapping any UNormalizer2 instance and a filter...">unorm2_openFiltered</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2, <span class="keyword">const</span> <a class="code" href="ucnv_8h.html#adce3fef7c15d7c78196bf977ac96ec9c">USet</a> *filterSet, <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00165"></a>00165 
<a name="l00172"></a>00172 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <span class="keywordtype">void</span> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00173"></a>00173 <a class="code" href="unorm2_8h.html#aa8b1599dfe72053c3b1c217aba1d8aac" title="Closes a UNormalizer2 instance from unorm2_openFiltered().">unorm2_close</a>(<a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2);
<a name="l00174"></a>00174 
<a name="l00175"></a>00175 <span class="preprocessor">#if U_SHOW_CPLUSPLUS_API</span>
<a name="l00176"></a>00176 <span class="preprocessor"></span>
<a name="l00177"></a>00177 <a class="code" href="uversion_8h.html#a7d9374e037299886d4192b763b4c5e8b" title="This is used to begin a declaration of a public ICU C++ API.">U_NAMESPACE_BEGIN</a>
<a name="l00178"></a>00178 
<a name="l00188"></a>00188 U_DEFINE_LOCAL_OPEN_POINTER(LocalUNormalizer2Pointer, <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a>, <a class="code" href="unorm2_8h.html#aa8b1599dfe72053c3b1c217aba1d8aac" title="Closes a UNormalizer2 instance from unorm2_openFiltered().">unorm2_close</a>);
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 <a class="code" href="uversion_8h.html#a3da1f00f3b02976ac53c014a3e4c0933" title="This is used to end a declaration of a public ICU C++ API.">U_NAMESPACE_END</a>
<a name="l00191"></a>00191 
<a name="l00192"></a>00192 <span class="preprocessor">#endif</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span>
<a name="l00210"></a>00210 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00211"></a>00211 <a class="code" href="unorm2_8h.html#a0a596802db767da410b4b04cb75cbc53" title="Writes the normalized form of the source string to the destination string (replacing...">unorm2_normalize</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00212"></a>00212                  <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *src, int32_t length,
<a name="l00213"></a>00213                  <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *dest, int32_t capacity,
<a name="l00214"></a>00214                  <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00233"></a>00233 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00234"></a>00234 <a class="code" href="unorm2_8h.html#aa10f3463975d69064234452d6fc82234" title="Appends the normalized form of the second string to the first string (merging them...">unorm2_normalizeSecondAndAppend</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00235"></a>00235                                 <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *first, int32_t firstLength, int32_t firstCapacity,
<a name="l00236"></a>00236                                 <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *second, int32_t secondLength,
<a name="l00237"></a>00237                                 <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00256"></a>00256 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00257"></a>00257 <a class="code" href="unorm2_8h.html#afd6fb5de5d9f989980a1d6a81b04f0ee" title="Appends the second string to the first string (merging them at the boundary) and...">unorm2_append</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00258"></a>00258               <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *first, int32_t firstLength, int32_t firstCapacity,
<a name="l00259"></a>00259               <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *second, int32_t secondLength,
<a name="l00260"></a>00260               <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00261"></a>00261 
<a name="l00278"></a>00278 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00279"></a>00279 <a class="code" href="unorm2_8h.html#aff442b2c792244e95f1649bf31d36426" title="Tests if the string is normalized.">unorm2_isNormalized</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00280"></a>00280                     <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *s, int32_t length,
<a name="l00281"></a>00281                     <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00282"></a>00282 
<a name="l00300"></a>00300 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="unorm2_8h.html#a01b7464189aef5dae63c0c759e84bece" title="Result values for normalization quick check functions.">UNormalizationCheckResult</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00301"></a>00301 <a class="code" href="unorm2_8h.html#ad81711834f00bbeb97738004f4f08450" title="Tests if the string is normalized.">unorm2_quickCheck</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00302"></a>00302                   <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *s, int32_t length,
<a name="l00303"></a>00303                   <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00304"></a>00304 
<a name="l00329"></a>00329 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> int32_t <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00330"></a>00330 <a class="code" href="unorm2_8h.html#a04d7c52b719cfaceba3657d1340114e1" title="Returns the end of the normalized substring of the input string.">unorm2_spanQuickCheckYes</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2,
<a name="l00331"></a>00331                          <span class="keyword">const</span> <a class="code" href="umachine_8h.html#a6bb9fad572d65b305324ef288165e2ac" title="Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned...">UChar</a> *s, int32_t length,
<a name="l00332"></a>00332                          <a class="code" href="utypes_8h.html#a3343c1c8a8377277046774691c98d78c" title="Error code to replace exception handling, so that the code is compatible with all...">UErrorCode</a> *pErrorCode);
<a name="l00333"></a>00333 
<a name="l00343"></a>00343 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00344"></a>00344 <a class="code" href="unorm2_8h.html#aa96a430bda580fb3551e0f5adc0aa6b1" title="Tests if the character always has a normalization boundary before it, regardless...">unorm2_hasBoundaryBefore</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2, <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> c);
<a name="l00345"></a>00345 
<a name="l00355"></a>00355 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00356"></a>00356 <a class="code" href="unorm2_8h.html#a0653490112118874c8dc23f2c33bc785" title="Tests if the character always has a normalization boundary after it, regardless of...">unorm2_hasBoundaryAfter</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2, <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> c);
<a name="l00357"></a>00357 
<a name="l00366"></a>00366 <a class="code" href="umachine_8h.html#a41691e68155dca13bc1f020fa30dac82" title="This is used to declare a function as a draft public ICU C API.">U_DRAFT</a> <a class="code" href="umachine_8h.html#a349ef00011f20ccd1d3b424445681aa5" title="The ICU boolean type.">UBool</a> <a class="code" href="platform_8h.html#a72bf6d8ec0640a37b1915e5d853b2016">U_EXPORT2</a>
<a name="l00367"></a>00367 <a class="code" href="unorm2_8h.html#a356cb1f20b745293e262b9ef6378fe16" title="Tests if the character is normalization-inert.">unorm2_isInert</a>(<span class="keyword">const</span> <a class="code" href="unorm2_8h.html#af6cec882b8db0db15e33e6f21c51919e" title="C typedef for struct UNormalizer2.">UNormalizer2</a> *norm2, <a class="code" href="umachine_8h.html#a09fff5c3b5a5b015324dc3ec3cf92809" title="Define UChar32 as a type for single Unicode code points.">UChar32</a> c);
<a name="l00368"></a>00368 
<a name="l00369"></a>00369 <span class="preprocessor">#endif  </span><span class="comment">/* !UCONFIG_NO_NORMALIZATION */</span>
<a name="l00370"></a>00370 <span class="preprocessor">#endif  </span><span class="comment">/* __UNORM2_H__ */</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&nbsp;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&nbsp;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&nbsp;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr size="1"/><address style="text-align: right;"><small>Generated on 16 Mar 2010 for ICU 4.4 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>