pango 3.1.0-x64-mingw32 → 3.1.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +9 -4
- data/ext/pango/rbpangolayoutline.c +6 -2
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/sample/layout.rb +1 -1
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +16 -11
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-font.h +5 -0
- data/vendor/local/include/harfbuzz/hb-glib.h +2 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +19 -0
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +19 -0
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/unicode/alphaindex.h +2 -0
- data/vendor/local/include/unicode/appendable.h +2 -0
- data/vendor/local/include/unicode/basictz.h +2 -0
- data/vendor/local/include/unicode/brkiter.h +7 -0
- data/vendor/local/include/unicode/bytestream.h +2 -0
- data/vendor/local/include/unicode/bytestrie.h +3 -2
- data/vendor/local/include/unicode/bytestriebuilder.h +4 -4
- data/vendor/local/include/unicode/calendar.h +2 -0
- data/vendor/local/include/unicode/caniter.h +2 -0
- data/vendor/local/include/unicode/chariter.h +2 -0
- data/vendor/local/include/unicode/choicfmt.h +2 -0
- data/vendor/local/include/unicode/coleitr.h +2 -0
- data/vendor/local/include/unicode/coll.h +2 -0
- data/vendor/local/include/unicode/compactdecimalformat.h +4 -3
- data/vendor/local/include/unicode/curramt.h +2 -0
- data/vendor/local/include/unicode/currpinf.h +2 -0
- data/vendor/local/include/unicode/currunit.h +2 -0
- data/vendor/local/include/unicode/datefmt.h +2 -0
- data/vendor/local/include/unicode/dbbi.h +2 -0
- data/vendor/local/include/unicode/dcfmtsym.h +2 -0
- data/vendor/local/include/unicode/decimfmt.h +9 -5
- data/vendor/local/include/unicode/docmain.h +3 -1
- data/vendor/local/include/unicode/dtfmtsym.h +26 -14
- data/vendor/local/include/unicode/dtintrv.h +2 -0
- data/vendor/local/include/unicode/dtitvfmt.h +2 -0
- data/vendor/local/include/unicode/dtitvinf.h +8 -3
- data/vendor/local/include/unicode/dtptngen.h +13 -9
- data/vendor/local/include/unicode/dtrule.h +2 -0
- data/vendor/local/include/unicode/enumset.h +2 -0
- data/vendor/local/include/unicode/errorcode.h +2 -0
- data/vendor/local/include/unicode/fieldpos.h +5 -2
- data/vendor/local/include/unicode/filteredbrk.h +10 -12
- data/vendor/local/include/unicode/fmtable.h +4 -2
- data/vendor/local/include/unicode/format.h +2 -0
- data/vendor/local/include/unicode/fpositer.h +2 -0
- data/vendor/local/include/unicode/gender.h +2 -0
- data/vendor/local/include/unicode/gregocal.h +2 -0
- data/vendor/local/include/unicode/icudataver.h +2 -0
- data/vendor/local/include/unicode/icuplug.h +12 -2
- data/vendor/local/include/unicode/idna.h +6 -4
- data/vendor/local/include/unicode/listformatter.h +2 -0
- data/vendor/local/include/unicode/localpointer.h +19 -28
- data/vendor/local/include/unicode/locdspnm.h +2 -0
- data/vendor/local/include/unicode/locid.h +2 -0
- data/vendor/local/include/unicode/measfmt.h +21 -2
- data/vendor/local/include/unicode/measunit.h +50 -24
- data/vendor/local/include/unicode/measure.h +2 -0
- data/vendor/local/include/unicode/messagepattern.h +2 -0
- data/vendor/local/include/unicode/msgfmt.h +2 -0
- data/vendor/local/include/unicode/normalizer2.h +2 -0
- data/vendor/local/include/unicode/normlzr.h +4 -4
- data/vendor/local/include/unicode/numfmt.h +8 -6
- data/vendor/local/include/unicode/numsys.h +2 -0
- data/vendor/local/include/unicode/parseerr.h +2 -0
- data/vendor/local/include/unicode/parsepos.h +2 -0
- data/vendor/local/include/unicode/platform.h +8 -0
- data/vendor/local/include/unicode/plurfmt.h +2 -0
- data/vendor/local/include/unicode/plurrule.h +2 -0
- data/vendor/local/include/unicode/ptypes.h +2 -0
- data/vendor/local/include/unicode/putil.h +2 -0
- data/vendor/local/include/unicode/rbbi.h +18 -66
- data/vendor/local/include/unicode/rbnf.h +8 -0
- data/vendor/local/include/unicode/rbtz.h +2 -0
- data/vendor/local/include/unicode/regex.h +2 -0
- data/vendor/local/include/unicode/region.h +3 -1
- data/vendor/local/include/unicode/reldatefmt.h +19 -9
- data/vendor/local/include/unicode/rep.h +2 -0
- data/vendor/local/include/unicode/resbund.h +2 -0
- data/vendor/local/include/unicode/schriter.h +2 -0
- data/vendor/local/include/unicode/scientificnumberformatter.h +2 -0
- data/vendor/local/include/unicode/search.h +2 -0
- data/vendor/local/include/unicode/selfmt.h +2 -0
- data/vendor/local/include/unicode/simpleformatter.h +2 -0
- data/vendor/local/include/unicode/simpletz.h +2 -0
- data/vendor/local/include/unicode/smpdtfmt.h +9 -1
- data/vendor/local/include/unicode/sortkey.h +2 -0
- data/vendor/local/include/unicode/std_string.h +2 -0
- data/vendor/local/include/unicode/strenum.h +2 -0
- data/vendor/local/include/unicode/stringpiece.h +5 -3
- data/vendor/local/include/unicode/stringtriebuilder.h +13 -1
- data/vendor/local/include/unicode/stsearch.h +2 -0
- data/vendor/local/include/unicode/symtable.h +2 -0
- data/vendor/local/include/unicode/tblcoll.h +3 -1
- data/vendor/local/include/unicode/timezone.h +2 -0
- data/vendor/local/include/unicode/tmunit.h +8 -0
- data/vendor/local/include/unicode/tmutamt.h +2 -0
- data/vendor/local/include/unicode/tmutfmt.h +5 -0
- data/vendor/local/include/unicode/translit.h +2 -0
- data/vendor/local/include/unicode/tzfmt.h +2 -0
- data/vendor/local/include/unicode/tznames.h +16 -2
- data/vendor/local/include/unicode/tzrule.h +2 -0
- data/vendor/local/include/unicode/tztrans.h +2 -0
- data/vendor/local/include/unicode/ubidi.h +20 -8
- data/vendor/local/include/unicode/ubiditransform.h +321 -0
- data/vendor/local/include/unicode/ubrk.h +26 -7
- data/vendor/local/include/unicode/ucal.h +8 -4
- data/vendor/local/include/unicode/ucasemap.h +2 -0
- data/vendor/local/include/unicode/ucat.h +2 -0
- data/vendor/local/include/unicode/uchar.h +244 -17
- data/vendor/local/include/unicode/ucharstrie.h +2 -0
- data/vendor/local/include/unicode/ucharstriebuilder.h +2 -0
- data/vendor/local/include/unicode/uchriter.h +2 -0
- data/vendor/local/include/unicode/uclean.h +2 -0
- data/vendor/local/include/unicode/ucnv.h +8 -1
- data/vendor/local/include/unicode/ucnv_cb.h +2 -0
- data/vendor/local/include/unicode/ucnv_err.h +2 -0
- data/vendor/local/include/unicode/ucnvsel.h +2 -0
- data/vendor/local/include/unicode/ucol.h +28 -11
- data/vendor/local/include/unicode/ucoleitr.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +2 -0
- data/vendor/local/include/unicode/ucsdet.h +2 -0
- data/vendor/local/include/unicode/ucurr.h +5 -1
- data/vendor/local/include/unicode/udat.h +13 -11
- data/vendor/local/include/unicode/udata.h +8 -1
- data/vendor/local/include/unicode/udateintervalformat.h +2 -0
- data/vendor/local/include/unicode/udatpg.h +15 -2
- data/vendor/local/include/unicode/udisplaycontext.h +34 -2
- data/vendor/local/include/unicode/uenum.h +2 -0
- data/vendor/local/include/unicode/ufieldpositer.h +4 -2
- data/vendor/local/include/unicode/uformattable.h +9 -1
- data/vendor/local/include/unicode/ugender.h +2 -0
- data/vendor/local/include/unicode/uidna.h +2 -0
- data/vendor/local/include/unicode/uiter.h +2 -0
- data/vendor/local/include/unicode/uldnames.h +2 -0
- data/vendor/local/include/unicode/ulistformatter.h +2 -0
- data/vendor/local/include/unicode/uloc.h +9 -3
- data/vendor/local/include/unicode/ulocdata.h +20 -2
- data/vendor/local/include/unicode/umachine.h +25 -0
- data/vendor/local/include/unicode/umisc.h +2 -0
- data/vendor/local/include/unicode/umsg.h +2 -0
- data/vendor/local/include/unicode/unifilt.h +2 -0
- data/vendor/local/include/unicode/unifunct.h +2 -0
- data/vendor/local/include/unicode/unimatch.h +2 -0
- data/vendor/local/include/unicode/unirepl.h +2 -0
- data/vendor/local/include/unicode/uniset.h +3 -1
- data/vendor/local/include/unicode/unistr.h +12 -14
- data/vendor/local/include/unicode/unorm.h +6 -2
- data/vendor/local/include/unicode/unorm2.h +2 -0
- data/vendor/local/include/unicode/unum.h +28 -10
- data/vendor/local/include/unicode/unumsys.h +2 -0
- data/vendor/local/include/unicode/uobject.h +2 -0
- data/vendor/local/include/unicode/upluralrules.h +6 -2
- data/vendor/local/include/unicode/uregex.h +2 -0
- data/vendor/local/include/unicode/uregion.h +6 -2
- data/vendor/local/include/unicode/ureldatefmt.h +13 -7
- data/vendor/local/include/unicode/urename.h +16 -4
- data/vendor/local/include/unicode/urep.h +2 -0
- data/vendor/local/include/unicode/ures.h +7 -1
- data/vendor/local/include/unicode/uscript.h +41 -29
- data/vendor/local/include/unicode/usearch.h +10 -4
- data/vendor/local/include/unicode/uset.h +5 -1
- data/vendor/local/include/unicode/usetiter.h +2 -0
- data/vendor/local/include/unicode/ushape.h +2 -0
- data/vendor/local/include/unicode/uspoof.h +876 -363
- data/vendor/local/include/unicode/usprep.h +2 -0
- data/vendor/local/include/unicode/ustdio.h +2 -0
- data/vendor/local/include/unicode/ustream.h +2 -0
- data/vendor/local/include/unicode/ustring.h +2 -0
- data/vendor/local/include/unicode/ustringtrie.h +2 -0
- data/vendor/local/include/unicode/utext.h +2 -0
- data/vendor/local/include/unicode/utf.h +2 -0
- data/vendor/local/include/unicode/utf16.h +2 -0
- data/vendor/local/include/unicode/utf32.h +2 -0
- data/vendor/local/include/unicode/utf8.h +2 -0
- data/vendor/local/include/unicode/utf_old.h +2 -0
- data/vendor/local/include/unicode/utmscale.h +2 -0
- data/vendor/local/include/unicode/utrace.h +20 -0
- data/vendor/local/include/unicode/utrans.h +2 -0
- data/vendor/local/include/unicode/utypes.h +71 -97
- data/vendor/local/include/unicode/uvernum.h +13 -12
- data/vendor/local/include/unicode/uversion.h +2 -0
- data/vendor/local/include/unicode/vtzone.h +2 -0
- data/vendor/local/lib/icu/{57.1 → 58.2}/Makefile.inc +8 -9
- data/vendor/local/lib/icu/{57.1 → 58.2}/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +8 -9
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt57.dll → icudt58.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio57.dll → icuio58.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest57.dll → icutest58.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +3 -3
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +8 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +8 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +8 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +3 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/icu/{57.1 → 58.2}/LICENSE +52 -60
- data/vendor/local/share/icu/{57.1 → 58.2}/config/mh-mingw64 +2 -0
- data/vendor/local/share/icu/{57.1 → 58.2}/install-sh +0 -0
- data/vendor/local/share/icu/{57.1 → 58.2}/mkinstalldirs +2 -0
- data/vendor/local/share/man/man1/derb.1 +4 -2
- data/vendor/local/share/man/man1/genbrk.1 +4 -2
- data/vendor/local/share/man/man1/gencfu.1 +3 -1
- data/vendor/local/share/man/man1/gencnval.1 +5 -3
- data/vendor/local/share/man/man1/gendict.1 +4 -2
- data/vendor/local/share/man/man1/genrb.1 +5 -3
- data/vendor/local/share/man/man1/icu-config.1 +4 -5
- data/vendor/local/share/man/man1/makeconv.1 +5 -3
- data/vendor/local/share/man/man1/pkgdata.1 +4 -2
- data/vendor/local/share/man/man1/uconv.1 +4 -2
- data/vendor/local/share/man/man8/genccode.8 +4 -2
- data/vendor/local/share/man/man8/gencmn.8 +5 -3
- data/vendor/local/share/man/man8/gensprep.8 +5 -3
- data/vendor/local/share/man/man8/icupkg.8 +3 -1
- metadata +22 -40
- data/vendor/local/include/layout/LEFontInstance.h +0 -524
- data/vendor/local/include/layout/LEGlyphFilter.h +0 -45
- data/vendor/local/include/layout/LEGlyphStorage.h +0 -546
- data/vendor/local/include/layout/LEInsertionList.h +0 -177
- data/vendor/local/include/layout/LELanguages.h +0 -109
- data/vendor/local/include/layout/LEScripts.h +0 -204
- data/vendor/local/include/layout/LESwaps.h +0 -100
- data/vendor/local/include/layout/LETableReference.h +0 -435
- data/vendor/local/include/layout/LETypes.h +0 -728
- data/vendor/local/include/layout/LayoutEngine.h +0 -518
- data/vendor/local/include/layout/ParagraphLayout.h +0 -747
- data/vendor/local/include/layout/RunArrays.h +0 -676
- data/vendor/local/include/layout/loengine.h +0 -225
- data/vendor/local/include/layout/playout.h +0 -466
- data/vendor/local/include/layout/plruns.h +0 -441
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/icu-le.pc +0 -38
- data/vendor/local/lib/pkgconfig/icu-lx.pc +0 -38
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
******************************************************************************
|
3
5
|
* Copyright (C) 1996-2015, International Business Machines Corporation and others.
|
@@ -70,7 +72,7 @@
|
|
70
72
|
* "Extended Grapheme Clusters", which are groupings of codepoints
|
71
73
|
* that should be treated as character-like units for many text operations.
|
72
74
|
* Please see Unicode Standard Annex #29, Unicode Text Segmentation,
|
73
|
-
* http://www.unicode.org/reports/tr29/ for additional information
|
75
|
+
* http://www.unicode.org/reports/tr29/ for additional information
|
74
76
|
* on grapheme clusters and guidelines on their use.
|
75
77
|
* <p>
|
76
78
|
* Title boundary analysis locates all positions,
|
@@ -114,8 +116,12 @@ typedef enum UBreakIteratorType {
|
|
114
116
|
* @deprecated ICU 2.8 Use the word break iterator for titlecasing for Unicode 4 and later.
|
115
117
|
*/
|
116
118
|
UBRK_TITLE = 4,
|
117
|
-
|
118
|
-
|
119
|
+
/**
|
120
|
+
* One more than the highest normal UBreakIteratorType value.
|
121
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
122
|
+
*/
|
123
|
+
UBRK_COUNT = 5
|
124
|
+
#endif // U_HIDE_DEPRECATED_API
|
119
125
|
} UBreakIteratorType;
|
120
126
|
|
121
127
|
/** Value indicating all text boundaries have been returned.
|
@@ -130,7 +136,10 @@ typedef enum UBreakIteratorType {
|
|
130
136
|
* word, to allow for further subdivisions of a category in future releases.
|
131
137
|
* Applications should check for tag values falling within the range, rather
|
132
138
|
* than for single individual values.
|
133
|
-
*
|
139
|
+
*
|
140
|
+
* The numeric values of all of these constants are stable (will not change).
|
141
|
+
*
|
142
|
+
* @stable ICU 2.2
|
134
143
|
*/
|
135
144
|
typedef enum UWordBreak {
|
136
145
|
/** Tag value for "words" that do not fit into any of other categories.
|
@@ -163,7 +172,10 @@ typedef enum UWordBreak {
|
|
163
172
|
* word, to allow for further subdivisions of a category in future releases.
|
164
173
|
* Applications should check for tag values falling within the range, rather
|
165
174
|
* than for single individual values.
|
166
|
-
*
|
175
|
+
*
|
176
|
+
* The numeric values of all of these constants are stable (will not change).
|
177
|
+
*
|
178
|
+
* @stable ICU 2.8
|
167
179
|
*/
|
168
180
|
typedef enum ULineBreakTag {
|
169
181
|
/** Tag value for soft line breaks, positions at which a line break
|
@@ -185,7 +197,10 @@ typedef enum ULineBreakTag {
|
|
185
197
|
* sentence, to allow for further subdivisions of a category in future releases.
|
186
198
|
* Applications should check for tag values falling within the range, rather
|
187
199
|
* than for single individual values.
|
188
|
-
*
|
200
|
+
*
|
201
|
+
* The numeric values of all of these constants are stable (will not change).
|
202
|
+
*
|
203
|
+
* @stable ICU 2.8
|
189
204
|
*/
|
190
205
|
typedef enum USentenceBreakTag {
|
191
206
|
/** Tag value for for sentences ending with a sentence terminator
|
@@ -316,7 +331,11 @@ U_NAMESPACE_END
|
|
316
331
|
#endif
|
317
332
|
|
318
333
|
/**
|
319
|
-
* Sets an existing iterator to point to a new piece of text
|
334
|
+
* Sets an existing iterator to point to a new piece of text.
|
335
|
+
* The break iterator retains a pointer to the supplied text.
|
336
|
+
* The caller must not modify or delete the text while the BreakIterator
|
337
|
+
* retains the reference.
|
338
|
+
*
|
320
339
|
* @param bi The iterator to use
|
321
340
|
* @param text The text to be set
|
322
341
|
* @param textLength The length of the text
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
*******************************************************************************
|
3
5
|
* Copyright (C) 1996-2015, International Business Machines Corporation and
|
@@ -423,10 +425,12 @@ enum UCalendarDateFields {
|
|
423
425
|
*/
|
424
426
|
UCAL_IS_LEAP_MONTH,
|
425
427
|
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
428
|
+
// Do not conditionalize with #ifndef U_HIDE_DEPRECATED_API,
|
429
|
+
// it is needed for layout of Calendar, DateFormat, and other objects
|
430
|
+
/**
|
431
|
+
* One more than the highest normal UCalendarDateFields value.
|
432
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
433
|
+
*/
|
430
434
|
UCAL_FIELD_COUNT,
|
431
435
|
|
432
436
|
/**
|
@@ -1,3 +1,5 @@
|
|
1
|
+
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
2
|
+
// License & terms of use: http://www.unicode.org/copyright.html
|
1
3
|
/*
|
2
4
|
**********************************************************************
|
3
5
|
* Copyright (C) 1997-2016, International Business Machines
|
@@ -39,7 +41,7 @@ U_CDECL_BEGIN
|
|
39
41
|
* @see u_getUnicodeVersion
|
40
42
|
* @stable ICU 2.0
|
41
43
|
*/
|
42
|
-
#define U_UNICODE_VERSION "
|
44
|
+
#define U_UNICODE_VERSION "9.0"
|
43
45
|
|
44
46
|
/**
|
45
47
|
* \file
|
@@ -427,8 +429,13 @@ typedef enum UProperty {
|
|
427
429
|
*/
|
428
430
|
UCHAR_EMOJI_MODIFIER_BASE=60,
|
429
431
|
#endif /* U_HIDE_DRAFT_API */
|
430
|
-
|
432
|
+
#ifndef U_HIDE_DEPRECATED_API
|
433
|
+
/**
|
434
|
+
* One more than the last constant for binary Unicode properties.
|
435
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
436
|
+
*/
|
431
437
|
UCHAR_BINARY_LIMIT=61,
|
438
|
+
#endif // U_HIDE_DEPRECATED_API
|
432
439
|
|
433
440
|
/** Enumerated property Bidi_Class.
|
434
441
|
Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
|
@@ -515,8 +522,13 @@ typedef enum UProperty {
|
|
515
522
|
(http://www.unicode.org/reports/tr9/)
|
516
523
|
Returns UBidiPairedBracketType values. @stable ICU 52 */
|
517
524
|
UCHAR_BIDI_PAIRED_BRACKET_TYPE=0x1015,
|
518
|
-
|
525
|
+
#ifndef U_HIDE_DEPRECATED_API
|
526
|
+
/**
|
527
|
+
* One more than the last constant for enumerated/integer Unicode properties.
|
528
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
529
|
+
*/
|
519
530
|
UCHAR_INT_LIMIT=0x1016,
|
531
|
+
#endif // U_HIDE_DEPRECATED_API
|
520
532
|
|
521
533
|
/** Bitmask property General_Category_Mask.
|
522
534
|
This is the General_Category property returned as a bit mask.
|
@@ -529,16 +541,26 @@ typedef enum UProperty {
|
|
529
541
|
UCHAR_GENERAL_CATEGORY_MASK=0x2000,
|
530
542
|
/** First constant for bit-mask Unicode properties. @stable ICU 2.4 */
|
531
543
|
UCHAR_MASK_START=UCHAR_GENERAL_CATEGORY_MASK,
|
532
|
-
|
544
|
+
#ifndef U_HIDE_DEPRECATED_API
|
545
|
+
/**
|
546
|
+
* One more than the last constant for bit-mask Unicode properties.
|
547
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
548
|
+
*/
|
533
549
|
UCHAR_MASK_LIMIT=0x2001,
|
550
|
+
#endif // U_HIDE_DEPRECATED_API
|
534
551
|
|
535
552
|
/** Double property Numeric_Value.
|
536
553
|
Corresponds to u_getNumericValue. @stable ICU 2.4 */
|
537
554
|
UCHAR_NUMERIC_VALUE=0x3000,
|
538
555
|
/** First constant for double Unicode properties. @stable ICU 2.4 */
|
539
556
|
UCHAR_DOUBLE_START=UCHAR_NUMERIC_VALUE,
|
540
|
-
|
557
|
+
#ifndef U_HIDE_DEPRECATED_API
|
558
|
+
/**
|
559
|
+
* One more than the last constant for double Unicode properties.
|
560
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
561
|
+
*/
|
541
562
|
UCHAR_DOUBLE_LIMIT=0x3001,
|
563
|
+
#endif // U_HIDE_DEPRECATED_API
|
542
564
|
|
543
565
|
/** String property Age.
|
544
566
|
Corresponds to u_charAge. @stable ICU 2.4 */
|
@@ -590,8 +612,13 @@ typedef enum UProperty {
|
|
590
612
|
/** String property Bidi_Paired_Bracket (new in Unicode 6.3).
|
591
613
|
Corresponds to u_getBidiPairedBracket. @stable ICU 52 */
|
592
614
|
UCHAR_BIDI_PAIRED_BRACKET=0x400D,
|
593
|
-
|
615
|
+
#ifndef U_HIDE_DEPRECATED_API
|
616
|
+
/**
|
617
|
+
* One more than the last constant for string Unicode properties.
|
618
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
619
|
+
*/
|
594
620
|
UCHAR_STRING_LIMIT=0x400E,
|
621
|
+
#endif // U_HIDE_DEPRECATED_API
|
595
622
|
|
596
623
|
/** Miscellaneous property Script_Extensions (new in Unicode 6.0).
|
597
624
|
Some characters are commonly used in multiple scripts.
|
@@ -601,9 +628,14 @@ typedef enum UProperty {
|
|
601
628
|
UCHAR_SCRIPT_EXTENSIONS=0x7000,
|
602
629
|
/** First constant for Unicode properties with unusual value types. @stable ICU 4.6 */
|
603
630
|
UCHAR_OTHER_PROPERTY_START=UCHAR_SCRIPT_EXTENSIONS,
|
604
|
-
|
605
|
-
|
631
|
+
#ifndef U_HIDE_DEPRECATED_API
|
632
|
+
/**
|
633
|
+
* One more than the last constant for Unicode properties with unusual value types.
|
634
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
635
|
+
*/
|
606
636
|
UCHAR_OTHER_PROPERTY_LIMIT=0x7001,
|
637
|
+
#endif // U_HIDE_DEPRECATED_API
|
638
|
+
|
607
639
|
/** Represents a nonexistent or invalid property or property value. @stable ICU 2.4 */
|
608
640
|
UCHAR_INVALID_CODE = -1
|
609
641
|
} UProperty;
|
@@ -684,7 +716,13 @@ typedef enum UCharCategory
|
|
684
716
|
U_INITIAL_PUNCTUATION = 28,
|
685
717
|
/** Pf @stable ICU 2.0 */
|
686
718
|
U_FINAL_PUNCTUATION = 29,
|
687
|
-
/**
|
719
|
+
/**
|
720
|
+
* One higher than the last enum UCharCategory constant.
|
721
|
+
* This numeric value is stable (will not change), see
|
722
|
+
* http://www.unicode.org/policies/stability_policy.html#Property_Value
|
723
|
+
*
|
724
|
+
* @stable ICU 2.0
|
725
|
+
*/
|
688
726
|
U_CHAR_CATEGORY_COUNT
|
689
727
|
} UCharCategory;
|
690
728
|
|
@@ -858,8 +896,15 @@ typedef enum UCharDirection {
|
|
858
896
|
U_RIGHT_TO_LEFT_ISOLATE = 21,
|
859
897
|
/** PDI @stable ICU 52 */
|
860
898
|
U_POP_DIRECTIONAL_ISOLATE = 22,
|
861
|
-
|
899
|
+
#ifndef U_HIDE_DEPRECATED_API
|
900
|
+
/**
|
901
|
+
* One more than the highest UCharDirection value.
|
902
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS).
|
903
|
+
*
|
904
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
905
|
+
*/
|
862
906
|
U_CHAR_DIRECTION_COUNT
|
907
|
+
#endif // U_HIDE_DEPRECATED_API
|
863
908
|
} UCharDirection;
|
864
909
|
|
865
910
|
/**
|
@@ -881,8 +926,15 @@ typedef enum UBidiPairedBracketType {
|
|
881
926
|
U_BPT_OPEN,
|
882
927
|
/** Close paired bracket. @stable ICU 52 */
|
883
928
|
U_BPT_CLOSE,
|
884
|
-
|
929
|
+
#ifndef U_HIDE_DEPRECATED_API
|
930
|
+
/**
|
931
|
+
* One more than the highest normal UBidiPairedBracketType value.
|
932
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_BIDI_PAIRED_BRACKET_TYPE).
|
933
|
+
*
|
934
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
935
|
+
*/
|
885
936
|
U_BPT_COUNT /* 3 */
|
937
|
+
#endif // U_HIDE_DEPRECATED_API
|
886
938
|
} UBidiPairedBracketType;
|
887
939
|
|
888
940
|
/**
|
@@ -1572,8 +1624,40 @@ enum UBlockCode {
|
|
1572
1624
|
/** @stable ICU 56 */
|
1573
1625
|
UBLOCK_SUTTON_SIGNWRITING = 262, /*[1D800]*/
|
1574
1626
|
|
1575
|
-
|
1576
|
-
|
1627
|
+
/* New blocks in Unicode 9.0 */
|
1628
|
+
|
1629
|
+
/** @stable ICU 58 */
|
1630
|
+
UBLOCK_ADLAM = 263, /*[1E900]*/
|
1631
|
+
/** @stable ICU 58 */
|
1632
|
+
UBLOCK_BHAIKSUKI = 264, /*[11C00]*/
|
1633
|
+
/** @stable ICU 58 */
|
1634
|
+
UBLOCK_CYRILLIC_EXTENDED_C = 265, /*[1C80]*/
|
1635
|
+
/** @stable ICU 58 */
|
1636
|
+
UBLOCK_GLAGOLITIC_SUPPLEMENT = 266, /*[1E000]*/
|
1637
|
+
/** @stable ICU 58 */
|
1638
|
+
UBLOCK_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION = 267, /*[16FE0]*/
|
1639
|
+
/** @stable ICU 58 */
|
1640
|
+
UBLOCK_MARCHEN = 268, /*[11C70]*/
|
1641
|
+
/** @stable ICU 58 */
|
1642
|
+
UBLOCK_MONGOLIAN_SUPPLEMENT = 269, /*[11660]*/
|
1643
|
+
/** @stable ICU 58 */
|
1644
|
+
UBLOCK_NEWA = 270, /*[11400]*/
|
1645
|
+
/** @stable ICU 58 */
|
1646
|
+
UBLOCK_OSAGE = 271, /*[104B0]*/
|
1647
|
+
/** @stable ICU 58 */
|
1648
|
+
UBLOCK_TANGUT = 272, /*[17000]*/
|
1649
|
+
/** @stable ICU 58 */
|
1650
|
+
UBLOCK_TANGUT_COMPONENTS = 273, /*[18800]*/
|
1651
|
+
|
1652
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1653
|
+
/**
|
1654
|
+
* One more than the highest normal UBlockCode value.
|
1655
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_BLOCK).
|
1656
|
+
*
|
1657
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1658
|
+
*/
|
1659
|
+
UBLOCK_COUNT = 274,
|
1660
|
+
#endif // U_HIDE_DEPRECATED_API
|
1577
1661
|
|
1578
1662
|
/** @stable ICU 2.0 */
|
1579
1663
|
UBLOCK_INVALID_CODE=-1
|
@@ -1602,7 +1686,15 @@ typedef enum UEastAsianWidth {
|
|
1602
1686
|
U_EA_FULLWIDTH, /*[F]*/
|
1603
1687
|
U_EA_NARROW, /*[Na]*/
|
1604
1688
|
U_EA_WIDE, /*[W]*/
|
1689
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1690
|
+
/**
|
1691
|
+
* One more than the highest normal UEastAsianWidth value.
|
1692
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH).
|
1693
|
+
*
|
1694
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1695
|
+
*/
|
1605
1696
|
U_EA_COUNT
|
1697
|
+
#endif // U_HIDE_DEPRECATED_API
|
1606
1698
|
} UEastAsianWidth;
|
1607
1699
|
|
1608
1700
|
/**
|
@@ -1631,8 +1723,13 @@ typedef enum UCharNameChoice {
|
|
1631
1723
|
U_EXTENDED_CHAR_NAME = U_UNICODE_CHAR_NAME+2,
|
1632
1724
|
/** Corrected name from NameAliases.txt. @stable ICU 4.4 */
|
1633
1725
|
U_CHAR_NAME_ALIAS,
|
1634
|
-
|
1726
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1727
|
+
/**
|
1728
|
+
* One more than the highest normal UCharNameChoice value.
|
1729
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1730
|
+
*/
|
1635
1731
|
U_CHAR_NAME_CHOICE_COUNT
|
1732
|
+
#endif // U_HIDE_DEPRECATED_API
|
1636
1733
|
} UCharNameChoice;
|
1637
1734
|
|
1638
1735
|
/**
|
@@ -1651,7 +1748,13 @@ typedef enum UCharNameChoice {
|
|
1651
1748
|
typedef enum UPropertyNameChoice {
|
1652
1749
|
U_SHORT_PROPERTY_NAME,
|
1653
1750
|
U_LONG_PROPERTY_NAME,
|
1751
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1752
|
+
/**
|
1753
|
+
* One more than the highest normal UPropertyNameChoice value.
|
1754
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1755
|
+
*/
|
1654
1756
|
U_PROPERTY_NAME_CHOICE_COUNT
|
1757
|
+
#endif // U_HIDE_DEPRECATED_API
|
1655
1758
|
} UPropertyNameChoice;
|
1656
1759
|
|
1657
1760
|
/**
|
@@ -1685,7 +1788,15 @@ typedef enum UDecompositionType {
|
|
1685
1788
|
U_DT_SUPER, /*[sup]*/
|
1686
1789
|
U_DT_VERTICAL, /*[vert]*/
|
1687
1790
|
U_DT_WIDE, /*[wide]*/
|
1791
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1792
|
+
/**
|
1793
|
+
* One more than the highest normal UDecompositionType value.
|
1794
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_DECOMPOSITION_TYPE).
|
1795
|
+
*
|
1796
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1797
|
+
*/
|
1688
1798
|
U_DT_COUNT /* 18 */
|
1799
|
+
#endif // U_HIDE_DEPRECATED_API
|
1689
1800
|
} UDecompositionType;
|
1690
1801
|
|
1691
1802
|
/**
|
@@ -1707,7 +1818,15 @@ typedef enum UJoiningType {
|
|
1707
1818
|
U_JT_LEFT_JOINING, /*[L]*/
|
1708
1819
|
U_JT_RIGHT_JOINING, /*[R]*/
|
1709
1820
|
U_JT_TRANSPARENT, /*[T]*/
|
1821
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1822
|
+
/**
|
1823
|
+
* One more than the highest normal UJoiningType value.
|
1824
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_JOINING_TYPE).
|
1825
|
+
*
|
1826
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1827
|
+
*/
|
1710
1828
|
U_JT_COUNT /* 6 */
|
1829
|
+
#endif // U_HIDE_DEPRECATED_API
|
1711
1830
|
} UJoiningType;
|
1712
1831
|
|
1713
1832
|
/**
|
@@ -1810,7 +1929,18 @@ typedef enum UJoiningGroup {
|
|
1810
1929
|
U_JG_MANICHAEAN_YODH, /**< @stable ICU 54 */
|
1811
1930
|
U_JG_MANICHAEAN_ZAYIN, /**< @stable ICU 54 */
|
1812
1931
|
U_JG_STRAIGHT_WAW, /**< @stable ICU 54 */
|
1932
|
+
U_JG_AFRICAN_FEH, /**< @stable ICU 58 */
|
1933
|
+
U_JG_AFRICAN_NOON, /**< @stable ICU 58 */
|
1934
|
+
U_JG_AFRICAN_QAF, /**< @stable ICU 58 */
|
1935
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1936
|
+
/**
|
1937
|
+
* One more than the highest normal UJoiningGroup value.
|
1938
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_JOINING_GROUP).
|
1939
|
+
*
|
1940
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1941
|
+
*/
|
1813
1942
|
U_JG_COUNT
|
1943
|
+
#endif // U_HIDE_DEPRECATED_API
|
1814
1944
|
} UJoiningGroup;
|
1815
1945
|
|
1816
1946
|
/**
|
@@ -1836,10 +1966,31 @@ typedef enum UGraphemeClusterBreak {
|
|
1836
1966
|
U_GCB_LVT = 7, /*[LVT]*/
|
1837
1967
|
U_GCB_T = 8, /*[T]*/
|
1838
1968
|
U_GCB_V = 9, /*[V]*/
|
1969
|
+
/** @stable ICU 4.0 */
|
1839
1970
|
U_GCB_SPACING_MARK = 10, /*[SM]*/ /* from here on: new in Unicode 5.1/ICU 4.0 */
|
1971
|
+
/** @stable ICU 4.0 */
|
1840
1972
|
U_GCB_PREPEND = 11, /*[PP]*/
|
1973
|
+
/** @stable ICU 50 */
|
1841
1974
|
U_GCB_REGIONAL_INDICATOR = 12, /*[RI]*/ /* new in Unicode 6.2/ICU 50 */
|
1842
|
-
|
1975
|
+
/** @stable ICU 58 */
|
1976
|
+
U_GCB_E_BASE = 13, /*[EB]*/ /* from here on: new in Unicode 9.0/ICU 58 */
|
1977
|
+
/** @stable ICU 58 */
|
1978
|
+
U_GCB_E_BASE_GAZ = 14, /*[EBG]*/
|
1979
|
+
/** @stable ICU 58 */
|
1980
|
+
U_GCB_E_MODIFIER = 15, /*[EM]*/
|
1981
|
+
/** @stable ICU 58 */
|
1982
|
+
U_GCB_GLUE_AFTER_ZWJ = 16, /*[GAZ]*/
|
1983
|
+
/** @stable ICU 58 */
|
1984
|
+
U_GCB_ZWJ = 17, /*[ZWJ]*/
|
1985
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1986
|
+
/**
|
1987
|
+
* One more than the highest normal UGraphemeClusterBreak value.
|
1988
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK).
|
1989
|
+
*
|
1990
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1991
|
+
*/
|
1992
|
+
U_GCB_COUNT = 18
|
1993
|
+
#endif // U_HIDE_DEPRECATED_API
|
1843
1994
|
} UGraphemeClusterBreak;
|
1844
1995
|
|
1845
1996
|
/**
|
@@ -1864,16 +2015,43 @@ typedef enum UWordBreakValues {
|
|
1864
2015
|
U_WB_MIDNUM = 5, /*[MN]*/
|
1865
2016
|
U_WB_NUMERIC = 6, /*[NU]*/
|
1866
2017
|
U_WB_EXTENDNUMLET = 7, /*[EX]*/
|
2018
|
+
/** @stable ICU 4.0 */
|
1867
2019
|
U_WB_CR = 8, /*[CR]*/ /* from here on: new in Unicode 5.1/ICU 4.0 */
|
2020
|
+
/** @stable ICU 4.0 */
|
1868
2021
|
U_WB_EXTEND = 9, /*[Extend]*/
|
2022
|
+
/** @stable ICU 4.0 */
|
1869
2023
|
U_WB_LF = 10, /*[LF]*/
|
2024
|
+
/** @stable ICU 4.0 */
|
1870
2025
|
U_WB_MIDNUMLET =11, /*[MB]*/
|
2026
|
+
/** @stable ICU 4.0 */
|
1871
2027
|
U_WB_NEWLINE =12, /*[NL]*/
|
2028
|
+
/** @stable ICU 50 */
|
1872
2029
|
U_WB_REGIONAL_INDICATOR = 13, /*[RI]*/ /* new in Unicode 6.2/ICU 50 */
|
2030
|
+
/** @stable ICU 52 */
|
1873
2031
|
U_WB_HEBREW_LETTER = 14, /*[HL]*/ /* from here on: new in Unicode 6.3/ICU 52 */
|
2032
|
+
/** @stable ICU 52 */
|
1874
2033
|
U_WB_SINGLE_QUOTE = 15, /*[SQ]*/
|
2034
|
+
/** @stable ICU 52 */
|
1875
2035
|
U_WB_DOUBLE_QUOTE = 16, /*[DQ]*/
|
1876
|
-
|
2036
|
+
/** @stable ICU 58 */
|
2037
|
+
U_WB_E_BASE = 17, /*[EB]*/ /* from here on: new in Unicode 9.0/ICU 58 */
|
2038
|
+
/** @stable ICU 58 */
|
2039
|
+
U_WB_E_BASE_GAZ = 18, /*[EBG]*/
|
2040
|
+
/** @stable ICU 58 */
|
2041
|
+
U_WB_E_MODIFIER = 19, /*[EM]*/
|
2042
|
+
/** @stable ICU 58 */
|
2043
|
+
U_WB_GLUE_AFTER_ZWJ = 20, /*[GAZ]*/
|
2044
|
+
/** @stable ICU 58 */
|
2045
|
+
U_WB_ZWJ = 21, /*[ZWJ]*/
|
2046
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2047
|
+
/**
|
2048
|
+
* One more than the highest normal UWordBreakValues value.
|
2049
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_WORD_BREAK).
|
2050
|
+
*
|
2051
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
2052
|
+
*/
|
2053
|
+
U_WB_COUNT = 22
|
2054
|
+
#endif // U_HIDE_DEPRECATED_API
|
1877
2055
|
} UWordBreakValues;
|
1878
2056
|
|
1879
2057
|
/**
|
@@ -1904,7 +2082,15 @@ typedef enum USentenceBreak {
|
|
1904
2082
|
U_SB_EXTEND = 12, /*[EX]*/
|
1905
2083
|
U_SB_LF = 13, /*[LF]*/
|
1906
2084
|
U_SB_SCONTINUE = 14, /*[SC]*/
|
2085
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2086
|
+
/**
|
2087
|
+
* One more than the highest normal USentenceBreak value.
|
2088
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_SENTENCE_BREAK).
|
2089
|
+
*
|
2090
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
2091
|
+
*/
|
1907
2092
|
U_SB_COUNT = 15
|
2093
|
+
#endif // U_HIDE_DEPRECATED_API
|
1908
2094
|
} USentenceBreak;
|
1909
2095
|
|
1910
2096
|
/**
|
@@ -1951,18 +2137,43 @@ typedef enum ULineBreak {
|
|
1951
2137
|
U_LB_SPACE = 26, /*[SP]*/
|
1952
2138
|
U_LB_BREAK_SYMBOLS = 27, /*[SY]*/
|
1953
2139
|
U_LB_ZWSPACE = 28, /*[ZW]*/
|
2140
|
+
/** @stable ICU 2.6 */
|
1954
2141
|
U_LB_NEXT_LINE = 29, /*[NL]*/ /* from here on: new in Unicode 4/ICU 2.6 */
|
2142
|
+
/** @stable ICU 2.6 */
|
1955
2143
|
U_LB_WORD_JOINER = 30, /*[WJ]*/
|
2144
|
+
/** @stable ICU 3.4 */
|
1956
2145
|
U_LB_H2 = 31, /*[H2]*/ /* from here on: new in Unicode 4.1/ICU 3.4 */
|
2146
|
+
/** @stable ICU 3.4 */
|
1957
2147
|
U_LB_H3 = 32, /*[H3]*/
|
2148
|
+
/** @stable ICU 3.4 */
|
1958
2149
|
U_LB_JL = 33, /*[JL]*/
|
2150
|
+
/** @stable ICU 3.4 */
|
1959
2151
|
U_LB_JT = 34, /*[JT]*/
|
2152
|
+
/** @stable ICU 3.4 */
|
1960
2153
|
U_LB_JV = 35, /*[JV]*/
|
2154
|
+
/** @stable ICU 4.4 */
|
1961
2155
|
U_LB_CLOSE_PARENTHESIS = 36, /*[CP]*/ /* new in Unicode 5.2/ICU 4.4 */
|
2156
|
+
/** @stable ICU 49 */
|
1962
2157
|
U_LB_CONDITIONAL_JAPANESE_STARTER = 37,/*[CJ]*/ /* new in Unicode 6.1/ICU 49 */
|
2158
|
+
/** @stable ICU 49 */
|
1963
2159
|
U_LB_HEBREW_LETTER = 38, /*[HL]*/ /* new in Unicode 6.1/ICU 49 */
|
2160
|
+
/** @stable ICU 50 */
|
1964
2161
|
U_LB_REGIONAL_INDICATOR = 39,/*[RI]*/ /* new in Unicode 6.2/ICU 50 */
|
1965
|
-
|
2162
|
+
/** @stable ICU 58 */
|
2163
|
+
U_LB_E_BASE = 40, /*[EB]*/ /* from here on: new in Unicode 9.0/ICU 58 */
|
2164
|
+
/** @stable ICU 58 */
|
2165
|
+
U_LB_E_MODIFIER = 41, /*[EM]*/
|
2166
|
+
/** @stable ICU 58 */
|
2167
|
+
U_LB_ZWJ = 42, /*[ZWJ]*/
|
2168
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2169
|
+
/**
|
2170
|
+
* One more than the highest normal ULineBreak value.
|
2171
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_LINE_BREAK).
|
2172
|
+
*
|
2173
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
2174
|
+
*/
|
2175
|
+
U_LB_COUNT = 43
|
2176
|
+
#endif // U_HIDE_DEPRECATED_API
|
1966
2177
|
} ULineBreak;
|
1967
2178
|
|
1968
2179
|
/**
|
@@ -1982,7 +2193,15 @@ typedef enum UNumericType {
|
|
1982
2193
|
U_NT_DECIMAL, /*[de]*/
|
1983
2194
|
U_NT_DIGIT, /*[di]*/
|
1984
2195
|
U_NT_NUMERIC, /*[nu]*/
|
2196
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2197
|
+
/**
|
2198
|
+
* One more than the highest normal UNumericType value.
|
2199
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE).
|
2200
|
+
*
|
2201
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
2202
|
+
*/
|
1985
2203
|
U_NT_COUNT
|
2204
|
+
#endif // U_HIDE_DEPRECATED_API
|
1986
2205
|
} UNumericType;
|
1987
2206
|
|
1988
2207
|
/**
|
@@ -2004,7 +2223,15 @@ typedef enum UHangulSyllableType {
|
|
2004
2223
|
U_HST_TRAILING_JAMO, /*[T]*/
|
2005
2224
|
U_HST_LV_SYLLABLE, /*[LV]*/
|
2006
2225
|
U_HST_LVT_SYLLABLE, /*[LVT]*/
|
2226
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2227
|
+
/**
|
2228
|
+
* One more than the highest normal UHangulSyllableType value.
|
2229
|
+
* The highest value is available via u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE).
|
2230
|
+
*
|
2231
|
+
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
2232
|
+
*/
|
2007
2233
|
U_HST_COUNT
|
2234
|
+
#endif // U_HIDE_DEPRECATED_API
|
2008
2235
|
} UHangulSyllableType;
|
2009
2236
|
|
2010
2237
|
/**
|