reference/intl/intlchar/enumchartypes.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intlchar.enumchartypes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlChar::enumCharTypes</refname>
...
...
@@ -9,7 +8,7 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="IntlChar">
13
12
<modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>IntlChar::enumCharTypes</methodname>
14
13
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
15
14
</methodsynopsis>
...
...
@@ -34,9 +33,9 @@
34
33
The function that is to be called for each contiguous range of code points with the same general category.
35
34
The following three arguments will be passed into it:
36
35
<simplelist>
37
-
<member><type>integer</type> <literal>$start</literal> - The starting code point of the range</member>
38
-
<member><type>integer</type> <literal>$end</literal> - The ending code point of the range</member>
39
-
<member><type>integer</type> <literal>$name</literal> - The category type (one of the <literal>IntlChar::CHAR_CATEGORY_*</literal> constants)</member>
36
+
<member><type>int</type> <literal>$start</literal> - The starting code point of the range</member>
37
+
<member><type>int</type> <literal>$end</literal> - The ending code point of the range</member>
38
+
<member><type>int</type> <literal>$name</literal> - The category type (one of the <literal>IntlChar::CHAR_CATEGORY_*</literal> constants)</member>
40
39
</simplelist>
41
40
</para>
42
41
</listitem>
...
...
@@ -87,7 +86,6 @@ U+0030 through U+003a are in category 9
87
86
</refsect1>
88
87

89
88
</refentry>
90
-

91
89
<!-- Keep this comment at the end of the file
92
90
Local variables:
93
91
mode: sgml
94
92