Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 280da2a01a3d16776505ea3f476de84f > files > 324

icu-doc-3.8.1-2mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ICU 3.8: parseerr.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </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>parseerr.h</h1><a href="parseerr_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">*   Copyright (C) 1999-2005, International Business Machines</span>
<a name="l00004"></a>00004 <span class="comment">*   Corporation and others.  All Rights Reserved.</span>
<a name="l00005"></a>00005 <span class="comment">**********************************************************************</span>
<a name="l00006"></a>00006 <span class="comment">*   Date        Name        Description</span>
<a name="l00007"></a>00007 <span class="comment">*   03/14/00    aliu        Creation.</span>
<a name="l00008"></a>00008 <span class="comment">*   06/27/00    aliu        Change from C++ class to C struct</span>
<a name="l00009"></a>00009 <span class="comment">**********************************************************************</span>
<a name="l00010"></a>00010 <span class="comment">*/</span>
<a name="l00011"></a>00011 <span class="preprocessor">#ifndef PARSEERR_H</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#define PARSEERR_H</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00014"></a>00014 <span class="preprocessor">#include "<a class="code" href="utypes_8h.html">unicode/utypes.h</a>"</span>
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 
<a name="l00025"></a>00025 <span class="keyword">enum</span> { U_PARSE_CONTEXT_LEN = 16 };
<a name="l00026"></a>00026 
<a name="l00056"></a><a class="code" href="structUParseError.html">00056</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structUParseError.html">UParseError</a> {
<a name="l00057"></a>00057 
<a name="l00065"></a><a class="code" href="structUParseError.html#7e97bc264516d0eecda03609162db2a2">00065</a>     <a class="code" href="platform_8h.html#b1967d8591af1a4e48c37fd2b0f184d0">int32_t</a>        <a class="code" href="structUParseError.html#7e97bc264516d0eecda03609162db2a2">line</a>;
<a name="l00066"></a>00066 
<a name="l00074"></a><a class="code" href="structUParseError.html#a18e9bc2d82bd5a513aa489b32248f69">00074</a>     <a class="code" href="platform_8h.html#b1967d8591af1a4e48c37fd2b0f184d0">int32_t</a>        <a class="code" href="structUParseError.html#a18e9bc2d82bd5a513aa489b32248f69">offset</a>;
<a name="l00075"></a>00075 
<a name="l00081"></a><a class="code" href="structUParseError.html#3f7f2e98b8105346b87170866970c85a">00081</a>     <a class="code" href="umachine_8h.html#6bb9fad572d65b305324ef288165e2ac">UChar</a>          <a class="code" href="structUParseError.html#3f7f2e98b8105346b87170866970c85a">preContext</a>[U_PARSE_CONTEXT_LEN];
<a name="l00082"></a>00082 
<a name="l00088"></a><a class="code" href="structUParseError.html#1076f681e0c1fcec4bf0ff28703b9aea">00088</a>     <a class="code" href="umachine_8h.html#6bb9fad572d65b305324ef288165e2ac">UChar</a>          <a class="code" href="structUParseError.html#1076f681e0c1fcec4bf0ff28703b9aea">postContext</a>[U_PARSE_CONTEXT_LEN];
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 } <a class="code" href="structUParseError.html">UParseError</a>;
<a name="l00091"></a>00091 
<a name="l00092"></a>00092 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Sep 14 12:59:19 2007 for ICU 3.8 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>