HEX
Server: LiteSpeed
System: Linux dal1.hostclusters.com 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
User: vslw (1496)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //opt/alt/alt-nodejs11/root/usr/share/doc/alt-nodejs11-libicu-doc/structUCPTrie.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ICU 67.1: UCPTrie Struct Reference</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="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 67.1
   &#160;<span id="projectnumber">67.1</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<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&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">UCPTrie Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Immutable Unicode code point trie structure.  
 <a href="structUCPTrie.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ucptrie_8h_source.html">ucptrie.h</a>&gt;</code></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Immutable Unicode code point trie structure. </p>
<p>Fast, reasonably compact, map from Unicode code points (U+0000..U+10FFFF) to integer values. For details see <a href="http://site.icu-project.org/design/struct/utrie">http://site.icu-project.org/design/struct/utrie</a></p>
<p>Do not access <a class="el" href="structUCPTrie.html" title="Immutable Unicode code point trie structure.">UCPTrie</a> fields directly; use public functions and macros. Functions are easy to use: They support all trie types and value widths.</p>
<p>When performance is really important, macros provide faster access. Most macros are specific to either "fast" or "small" tries, see UCPTrieType. There are "fast" macros for special optimized use cases.</p>
<p>The macros will return bogus values, or may crash, if used on the wrong type or value width.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="umutablecptrie_8h.html#ad8945cf34ca9d40596a66a1395baa19b" title="Mutable Unicode code point trie.">UMutableCPTrie</a> </dd></dl>
<dl class="stable"><dt><b><a class="el" href="stable.html#_stable001920">Stable:</a></b></dt><dd>ICU 63 </dd></dl>

<p class="definition">Definition at line <a class="el" href="ucptrie_8h_source.html#l00058">58</a> of file <a class="el" href="ucptrie_8h_source.html">ucptrie.h</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="ucptrie_8h_source.html">ucptrie.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>