-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchar__unicode__info_8h_source.html
81 lines (81 loc) · 8.35 KB
/
char__unicode__info_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Aspose.Page for C++: include/asposecpplib/system/globalization/char_unicode_info.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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">Aspose.Page for C++
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('char__unicode__info_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">char_unicode_info.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include <system/string.h></span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <system/globalization/unicode_category.h></span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> </div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="keyword">namespace </span><a class="code" href="namespace_system.html">System</a> { <span class="keyword">namespace </span>Globalization {</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00010"></a><span class="lineno"><a class="line" href="class_system_1_1_globalization_1_1_char_unicode_info.html"> 10</a></span> <span class="keyword">class </span>ASPOSECPP_SHARED_CLASS <a class="code" href="class_system_1_1_globalization_1_1_char_unicode_info.html">CharUnicodeInfo</a> final</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> {</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">int</span> GetDecimalDigitValue(char16_t ch);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">int</span> GetDecimalDigitValue(<span class="keyword">const</span> <a class="code" href="class_system_1_1_string.html">String</a>& str, <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">int</span> GetDigitValue(char16_t ch);</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">int</span> GetDigitValue(<span class="keyword">const</span> <a class="code" href="class_system_1_1_string.html">String</a>& str, <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">double</span> GetNumericValue(char16_t ch);</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <span class="keywordtype">double</span> GetNumericValue(<span class="keyword">const</span> <a class="code" href="class_system_1_1_string.html">String</a>& str, <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <a class="code" href="namespace_system_1_1_globalization.html#ab4f99ef2cb47535471142e0d6f715656">UnicodeCategory</a> GetUnicodeCategory(char16_t ch);</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">static</span> ASPOSECPP_SHARED_API <a class="code" href="namespace_system_1_1_globalization.html#ab4f99ef2cb47535471142e0d6f715656">UnicodeCategory</a> GetUnicodeCategory(<span class="keyword">const</span> <a class="code" href="class_system_1_1_string.html">String</a>& str, <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> };</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> }} <span class="comment">//namespace System::Globalization</span></div><div class="ttc" id="class_system_1_1_string_html"><div class="ttname"><a href="class_system_1_1_string.html">System::String</a></div><div class="ttdef"><b>Definition:</b> string.h:125</div></div>
<div class="ttc" id="namespace_system_html"><div class="ttname"><a href="namespace_system.html">System</a></div><div class="ttdef"><b>Definition:</b> Device.h:86</div></div>
<div class="ttc" id="class_system_1_1_globalization_1_1_char_unicode_info_html"><div class="ttname"><a href="class_system_1_1_globalization_1_1_char_unicode_info.html">System::Globalization::CharUnicodeInfo</a></div><div class="ttdoc">Gets information about unicode character. </div><div class="ttdef"><b>Definition:</b> char_unicode_info.h:10</div></div>
<div class="ttc" id="namespace_system_1_1_globalization_html_ab4f99ef2cb47535471142e0d6f715656"><div class="ttname"><a href="namespace_system_1_1_globalization.html#ab4f99ef2cb47535471142e0d6f715656">System::Globalization::UnicodeCategory</a></div><div class="ttdeci">UnicodeCategory</div><div class="ttdoc">Category of unicode character. </div><div class="ttdef"><b>Definition:</b> unicode_category.h:9</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_5016bbee7090a7ea107ac349e6851b58.html">asposecpplib</a></li><li class="navelem"><a class="el" href="dir_df25e03386e2342d9a93ad6d6f98efe3.html">system</a></li><li class="navelem"><a class="el" href="dir_ddf36b80aea15582e1de68c794478905.html">globalization</a></li><li class="navelem"><b>char_unicode_info.h</b></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>