reference/intl/locale-constants.xml
6e6c154057b6d96518de039f40ff1e4feb44b04f
...
...
@@ -8,7 +8,6 @@
8
8
<varlistentry xml:id="locale.constants.default-locale">
9
9
<term>
10
10
<constant>Locale::DEFAULT_LOCALE</constant>
11
-
(<type>null</type>)
12
11
</term>
13
12
<listitem>
14
13
<simpara>
...
...
@@ -22,13 +21,12 @@
22
21
</para>
23
22

24
23
<para>
25
-
These constants describe the choice of the locale for getLocalte method of
24
+
These constants describe the choice of the locale for the getLocale method of
26
25
different classes.
27
26
<variablelist>
28
27
<varlistentry xml:id="locale.constants.actual-locale">
29
28
<term>
30
29
<constant>Locale::ACTUAL_LOCALE</constant>
31
-
(<type>string</type>)
32
30
</term>
33
31
<listitem>
34
32
<simpara>This is locale the data actually comes from.</simpara>
...
...
@@ -38,7 +36,6 @@
38
36
<varlistentry xml:id="locale.constants.valid-locale">
39
37
<term>
40
38
<constant>Locale::VALID_LOCALE</constant>
41
-
(<type>string</type>)
42
39
</term>
43
40
<listitem>
44
41
<simpara>This is the most specific locale supported by ICU.</simpara>
...
...
@@ -57,7 +54,6 @@
57
54
<varlistentry xml:id="locale.constants.lang-tag">
58
55
<term>
59
56
<constant>Locale::LANG_TAG</constant>
60
-
(<type>string</type>)
61
57
</term>
62
58
<listitem>
63
59
<simpara>Language subtag</simpara>
...
...
@@ -67,7 +63,6 @@
67
63
<varlistentry xml:id="locale.constants.extlang-tag">
68
64
<term>
69
65
<constant>Locale::EXTLANG_TAG</constant>
70
-
(<type>string</type>)
71
66
</term>
72
67
<listitem>
73
68
<simpara>Extended language subtag</simpara>
...
...
@@ -77,7 +72,6 @@
77
72
<varlistentry xml:id="locale.constants.script-tag">
78
73
<term>
79
74
<constant>Locale::SCRIPT_TAG</constant>
80
-
(<type>string</type>)
81
75
</term>
82
76
<listitem>
83
77
<simpara>Script subtag</simpara>
...
...
@@ -86,7 +80,6 @@
86
80
<varlistentry xml:id="locale.constants.region-tag">
87
81
<term>
88
82
<constant>Locale::REGION_TAG</constant>
89
-
(<type>string</type>)
90
83
</term>
91
84
<listitem>
92
85
<simpara>Region subtag</simpara>
...
...
@@ -96,7 +89,6 @@
96
89
<varlistentry xml:id="locale.constants.variant-tag">
97
90
<term>
98
91
<constant>Locale::VARIANT_TAG</constant>
99
-
(<type>string</type>)
100
92
</term>
101
93
<listitem>
102
94
<simpara>Variant subtag</simpara>
...
...
@@ -106,7 +98,6 @@
106
98
<varlistentry xml:id="locale.constants.grandfathered-lang-tag">
107
99
<term>
108
100
<constant>Locale::GRANDFATHERED_LANG_TAG</constant>
109
-
(<type>string</type>)
110
101
</term>
111
102
<listitem>
112
103
<simpara>Grandfathered Language subtag</simpara>
...
...
@@ -116,7 +107,6 @@
116
107
<varlistentry xml:id="locale.constants.private-tag">
117
108
<term>
118
109
<constant>Locale::PRIVATE_TAG</constant>
119
-
(<type>string</type>)
120
110
</term>
121
111
<listitem>
122
112
<simpara>Private subtag</simpara>
123
113