pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- 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 +6 -7
- 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-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.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/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.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 +4 -4
- 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/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.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/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- 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 +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
******************************************************************************
|
3
|
-
* Copyright (C) 1996-
|
3
|
+
* Copyright (C) 1996-2016, International Business Machines Corporation and
|
4
4
|
* others. All Rights Reserved.
|
5
5
|
******************************************************************************
|
6
6
|
*/
|
@@ -94,12 +94,12 @@ class UVector64;
|
|
94
94
|
* Collator, using data-driven tables. The user can create a customized
|
95
95
|
* table-based collation.
|
96
96
|
* <p>
|
97
|
-
* For more information about the collation service see
|
97
|
+
* For more information about the collation service see
|
98
98
|
* <a href="http://userguide.icu-project.org/collation">the User Guide</a>.
|
99
99
|
* <p>
|
100
|
-
* Collation service provides correct sorting orders for most locales supported in ICU.
|
100
|
+
* Collation service provides correct sorting orders for most locales supported in ICU.
|
101
101
|
* If specific data for a locale is not available, the orders eventually falls back
|
102
|
-
* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR root sort order</a>.
|
102
|
+
* to the <a href="http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation">CLDR root sort order</a>.
|
103
103
|
* <p>
|
104
104
|
* Sort ordering may be customized by providing your own set of rules. For more on
|
105
105
|
* this subject see the <a href="http://userguide.icu-project.org/collation/customization">
|
@@ -161,7 +161,7 @@ public:
|
|
161
161
|
UColAttributeValue decompositionMode,
|
162
162
|
UErrorCode& status);
|
163
163
|
|
164
|
-
#ifndef U_HIDE_INTERNAL_API
|
164
|
+
#ifndef U_HIDE_INTERNAL_API
|
165
165
|
/**
|
166
166
|
* TODO: document & propose as public API
|
167
167
|
* @internal
|
@@ -180,8 +180,8 @@ public:
|
|
180
180
|
|
181
181
|
|
182
182
|
/** Opens a collator from a collator binary image created using
|
183
|
-
* cloneBinary. Binary image used in instantiation of the
|
184
|
-
* collator remains owned by the user and should stay around for
|
183
|
+
* cloneBinary. Binary image used in instantiation of the
|
184
|
+
* collator remains owned by the user and should stay around for
|
185
185
|
* the lifetime of the collator. The API also takes a base collator
|
186
186
|
* which must be the root collator.
|
187
187
|
* @param bin binary image owned by the user and required through the
|
@@ -196,8 +196,8 @@ public:
|
|
196
196
|
* @see cloneBinary
|
197
197
|
* @stable ICU 3.4
|
198
198
|
*/
|
199
|
-
RuleBasedCollator(const uint8_t *bin, int32_t length,
|
200
|
-
const RuleBasedCollator *base,
|
199
|
+
RuleBasedCollator(const uint8_t *bin, int32_t length,
|
200
|
+
const RuleBasedCollator *base,
|
201
201
|
UErrorCode &status);
|
202
202
|
|
203
203
|
/**
|
@@ -258,7 +258,7 @@ public:
|
|
258
258
|
|
259
259
|
/**
|
260
260
|
* The comparison function compares the character data stored in two
|
261
|
-
* different strings. Returns information about whether a string is less
|
261
|
+
* different strings. Returns information about whether a string is less
|
262
262
|
* than, greater than or equal to another string.
|
263
263
|
* @param source the source string to be compared with.
|
264
264
|
* @param target the string that is to be compared with the source string.
|
@@ -273,15 +273,15 @@ public:
|
|
273
273
|
UErrorCode &status) const;
|
274
274
|
|
275
275
|
/**
|
276
|
-
* Does the same thing as compare but limits the comparison to a specified
|
276
|
+
* Does the same thing as compare but limits the comparison to a specified
|
277
277
|
* length
|
278
278
|
* @param source the source string to be compared with.
|
279
279
|
* @param target the string that is to be compared with the source string.
|
280
280
|
* @param length the length the comparison is limited to
|
281
281
|
* @param status possible error code
|
282
|
-
* @return Returns an enum value. UCOL_GREATER if source (up to the specified
|
283
|
-
* length) is greater than target; UCOL_EQUAL if source (up to specified
|
284
|
-
* length) is equal to target; UCOL_LESS if source (up to the specified
|
282
|
+
* @return Returns an enum value. UCOL_GREATER if source (up to the specified
|
283
|
+
* length) is greater than target; UCOL_EQUAL if source (up to specified
|
284
|
+
* length) is equal to target; UCOL_LESS if source (up to the specified
|
285
285
|
* length) is less than target.
|
286
286
|
* @stable ICU 2.6
|
287
287
|
*/
|
@@ -292,7 +292,7 @@ public:
|
|
292
292
|
|
293
293
|
/**
|
294
294
|
* The comparison function compares the character data stored in two
|
295
|
-
* different string arrays. Returns information about whether a string array
|
295
|
+
* different string arrays. Returns information about whether a string array
|
296
296
|
* is less than, greater than or equal to another string array.
|
297
297
|
* @param source the source string array to be compared with.
|
298
298
|
* @param sourceLength the length of the source string array. If this value
|
@@ -346,7 +346,7 @@ public:
|
|
346
346
|
* Transforms the string into a series of characters
|
347
347
|
* that can be compared with CollationKey.compare().
|
348
348
|
*
|
349
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
349
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
350
350
|
* For more details, see the ICU User Guide.
|
351
351
|
*
|
352
352
|
* @param source the source string.
|
@@ -364,7 +364,7 @@ public:
|
|
364
364
|
* Transforms a specified region of the string into a series of characters
|
365
365
|
* that can be compared with CollationKey.compare.
|
366
366
|
*
|
367
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
367
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
368
368
|
* For more details, see the ICU User Guide.
|
369
369
|
*
|
370
370
|
* @param source the source string.
|
@@ -413,7 +413,7 @@ public:
|
|
413
413
|
*/
|
414
414
|
virtual void getVersion(UVersionInfo info) const;
|
415
415
|
|
416
|
-
#ifndef U_HIDE_DEPRECATED_API
|
416
|
+
#ifndef U_HIDE_DEPRECATED_API
|
417
417
|
/**
|
418
418
|
* Returns the maximum length of any expansion sequences that end with the
|
419
419
|
* specified comparison order.
|
@@ -458,7 +458,7 @@ public:
|
|
458
458
|
*/
|
459
459
|
static UClassID U_EXPORT2 getStaticClassID(void);
|
460
460
|
|
461
|
-
#ifndef U_HIDE_DEPRECATED_API
|
461
|
+
#ifndef U_HIDE_DEPRECATED_API
|
462
462
|
/**
|
463
463
|
* Do not use this method: The caller and the ICU library might use different heaps.
|
464
464
|
* Use cloneBinary() instead which writes to caller-provided memory.
|
@@ -472,7 +472,7 @@ public:
|
|
472
472
|
uint8_t *cloneRuleData(int32_t &length, UErrorCode &status) const;
|
473
473
|
#endif /* U_HIDE_DEPRECATED_API */
|
474
474
|
|
475
|
-
/** Creates a binary image of a collator. This binary image can be stored and
|
475
|
+
/** Creates a binary image of a collator. This binary image can be stored and
|
476
476
|
* later used to instantiate a collator using ucol_openBinary.
|
477
477
|
* This API supports preflighting.
|
478
478
|
* @param buffer a fill-in buffer to receive the binary image
|
@@ -601,10 +601,10 @@ public:
|
|
601
601
|
virtual uint32_t getVariableTop(UErrorCode &status) const;
|
602
602
|
|
603
603
|
/**
|
604
|
-
* Get a UnicodeSet that contains all the characters and sequences tailored in
|
604
|
+
* Get a UnicodeSet that contains all the characters and sequences tailored in
|
605
605
|
* this collator.
|
606
606
|
* @param status error code of the operation
|
607
|
-
* @return a pointer to a UnicodeSet object containing all the
|
607
|
+
* @return a pointer to a UnicodeSet object containing all the
|
608
608
|
* code points and sequences that may sort differently than
|
609
609
|
* in the root collator. The object must be disposed of by using delete
|
610
610
|
* @stable ICU 2.4
|
@@ -614,7 +614,7 @@ public:
|
|
614
614
|
/**
|
615
615
|
* Get the sort key as an array of bytes from a UnicodeString.
|
616
616
|
*
|
617
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
617
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
618
618
|
* For more details, see the ICU User Guide.
|
619
619
|
*
|
620
620
|
* @param source string to be processed.
|
@@ -631,7 +631,7 @@ public:
|
|
631
631
|
/**
|
632
632
|
* Get the sort key as an array of bytes from a UChar buffer.
|
633
633
|
*
|
634
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
634
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
635
635
|
* For more details, see the ICU User Guide.
|
636
636
|
*
|
637
637
|
* @param source string to be processed.
|
@@ -658,7 +658,7 @@ public:
|
|
658
658
|
* @see ucol_setReorderCodes
|
659
659
|
* @see Collator#getEquivalentReorderCodes
|
660
660
|
* @see Collator#setReorderCodes
|
661
|
-
* @stable ICU 4.8
|
661
|
+
* @stable ICU 4.8
|
662
662
|
*/
|
663
663
|
virtual int32_t getReorderCodes(int32_t *dest,
|
664
664
|
int32_t destCapacity,
|
@@ -666,14 +666,14 @@ public:
|
|
666
666
|
|
667
667
|
/**
|
668
668
|
* Sets the ordering of scripts for this collator.
|
669
|
-
* @param reorderCodes An array of script codes in the new order. This can be NULL if the
|
669
|
+
* @param reorderCodes An array of script codes in the new order. This can be NULL if the
|
670
670
|
* length is also set to 0. An empty array will clear any reordering codes on the collator.
|
671
671
|
* @param reorderCodesLength The length of reorderCodes.
|
672
672
|
* @param status error code
|
673
673
|
* @see ucol_setReorderCodes
|
674
674
|
* @see Collator#getReorderCodes
|
675
675
|
* @see Collator#getEquivalentReorderCodes
|
676
|
-
* @stable ICU 4.8
|
676
|
+
* @stable ICU 4.8
|
677
677
|
*/
|
678
678
|
virtual void setReorderCodes(const int32_t* reorderCodes,
|
679
679
|
int32_t reorderCodesLength,
|
@@ -689,18 +689,18 @@ public:
|
|
689
689
|
UErrorCode &errorCode) const;
|
690
690
|
|
691
691
|
/** Get the short definition string for a collator. This internal API harvests the collator's
|
692
|
-
* locale and the attribute set and produces a string that can be used for opening
|
692
|
+
* locale and the attribute set and produces a string that can be used for opening
|
693
693
|
* a collator with the same attributes using the ucol_openFromShortString API.
|
694
694
|
* This string will be normalized.
|
695
695
|
* The structure and the syntax of the string is defined in the "Naming collators"
|
696
|
-
* section of the users guide:
|
696
|
+
* section of the users guide:
|
697
697
|
* http://userguide.icu-project.org/collation/concepts#TOC-Collator-naming-scheme
|
698
698
|
* This function supports preflighting.
|
699
|
-
*
|
699
|
+
*
|
700
700
|
* This is internal, and intended to be used with delegate converters.
|
701
701
|
*
|
702
702
|
* @param locale a locale that will appear as a collators locale in the resulting
|
703
|
-
* short string definition. If NULL, the locale will be harvested
|
703
|
+
* short string definition. If NULL, the locale will be harvested
|
704
704
|
* from the collator.
|
705
705
|
* @param buffer space to hold the resulting string
|
706
706
|
* @param capacity capacity of the buffer
|
@@ -724,6 +724,7 @@ public:
|
|
724
724
|
UCharIterator *iter, uint32_t state[2],
|
725
725
|
uint8_t *dest, int32_t count, UErrorCode &errorCode) const;
|
726
726
|
|
727
|
+
// Do not enclose the default constructor with #ifndef U_HIDE_INTERNAL_API
|
727
728
|
/**
|
728
729
|
* Only for use in ucol_openRules().
|
729
730
|
* @internal
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*************************************************************************
|
2
|
-
* Copyright (c) 1997-
|
2
|
+
* Copyright (c) 1997-2016, International Business Machines Corporation
|
3
3
|
* and others. All Rights Reserved.
|
4
4
|
**************************************************************************
|
5
5
|
*
|
@@ -66,8 +66,8 @@ class StringEnumeration;
|
|
66
66
|
* TimeZone *tz = TimeZone::createTimeZone("America/Los_Angeles");
|
67
67
|
* </pre>
|
68
68
|
* \htmlonly</blockquote>\endhtmlonly
|
69
|
-
* You can use <code>
|
70
|
-
* all the supported time zone IDs, or getCanonicalID method to check
|
69
|
+
* You can use the <code>createEnumeration</code> method to iterate through
|
70
|
+
* all the supported time zone IDs, or the <code>getCanonicalID</code> method to check
|
71
71
|
* if a time zone ID is supported or not. You can then choose a
|
72
72
|
* supported ID to get a <code>TimeZone</code>.
|
73
73
|
* If the time zone you want is not represented by one of the
|
@@ -273,7 +273,6 @@ public:
|
|
273
273
|
static const UnicodeString U_EXPORT2 getEquivalentID(const UnicodeString& id,
|
274
274
|
int32_t index);
|
275
275
|
|
276
|
-
#ifndef U_HIDE_DRAFT_API
|
277
276
|
/**
|
278
277
|
* Creates an instance of TimeZone detected from the current host
|
279
278
|
* system configuration. Note that ICU4C does not change the default
|
@@ -285,10 +284,9 @@ public:
|
|
285
284
|
*
|
286
285
|
* @return A new instance of TimeZone detected from the current host system
|
287
286
|
* configuration.
|
288
|
-
* @
|
287
|
+
* @stable ICU 55
|
289
288
|
*/
|
290
289
|
static TimeZone* U_EXPORT2 detectHostTimeZone();
|
291
|
-
#endif
|
292
290
|
|
293
291
|
/**
|
294
292
|
* Creates a new copy of the default TimeZone for this host. Unless the default time
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*
|
2
2
|
*******************************************************************************
|
3
|
-
* Copyright (C) 2009-
|
4
|
-
* others. All Rights Reserved.
|
3
|
+
* Copyright (C) 2009-2016, International Business Machines Corporation, *
|
4
|
+
* Google, and others. All Rights Reserved. *
|
5
5
|
*******************************************************************************
|
6
6
|
*/
|
7
7
|
|
@@ -46,13 +46,13 @@ public:
|
|
46
46
|
|
47
47
|
/**
|
48
48
|
* Create Instance.
|
49
|
-
* @param timeUnitField time unit field based on which the instance
|
49
|
+
* @param timeUnitField time unit field based on which the instance
|
50
50
|
* is created.
|
51
|
-
* @param status input-output error code.
|
51
|
+
* @param status input-output error code.
|
52
52
|
* If the timeUnitField is invalid,
|
53
53
|
* then this will be set to U_ILLEGAL_ARGUMENT_ERROR.
|
54
54
|
* @return a TimeUnit instance
|
55
|
-
* @stable ICU 4.2
|
55
|
+
* @stable ICU 4.2
|
56
56
|
*/
|
57
57
|
static TimeUnit* U_EXPORT2 createInstance(UTimeUnitFields timeUnitField,
|
58
58
|
UErrorCode& status);
|
@@ -60,19 +60,19 @@ public:
|
|
60
60
|
|
61
61
|
/**
|
62
62
|
* Override clone.
|
63
|
-
* @stable ICU 4.2
|
63
|
+
* @stable ICU 4.2
|
64
64
|
*/
|
65
65
|
virtual UObject* clone() const;
|
66
66
|
|
67
67
|
/**
|
68
68
|
* Copy operator.
|
69
|
-
* @stable ICU 4.2
|
69
|
+
* @stable ICU 4.2
|
70
70
|
*/
|
71
71
|
TimeUnit(const TimeUnit& other);
|
72
72
|
|
73
73
|
/**
|
74
74
|
* Assignment operator.
|
75
|
-
* @stable ICU 4.2
|
75
|
+
* @stable ICU 4.2
|
76
76
|
*/
|
77
77
|
TimeUnit& operator=(const TimeUnit& other);
|
78
78
|
|
@@ -82,7 +82,7 @@ public:
|
|
82
82
|
* @return The class ID for this object. All objects of a given
|
83
83
|
* class have the same class ID. Objects of other classes have
|
84
84
|
* different class IDs.
|
85
|
-
* @stable ICU 4.2
|
85
|
+
* @stable ICU 4.2
|
86
86
|
*/
|
87
87
|
virtual UClassID getDynamicClassID() const;
|
88
88
|
|
@@ -90,7 +90,7 @@ public:
|
|
90
90
|
* Returns the class ID for this class. This is used to compare to
|
91
91
|
* the return value of getDynamicClassID().
|
92
92
|
* @return The class ID for all objects of this class.
|
93
|
-
* @stable ICU 4.2
|
93
|
+
* @stable ICU 4.2
|
94
94
|
*/
|
95
95
|
static UClassID U_EXPORT2 getStaticClassID();
|
96
96
|
|
@@ -98,13 +98,13 @@ public:
|
|
98
98
|
/**
|
99
99
|
* Get time unit field.
|
100
100
|
* @return time unit field.
|
101
|
-
* @stable ICU 4.2
|
101
|
+
* @stable ICU 4.2
|
102
102
|
*/
|
103
103
|
UTimeUnitFields getTimeUnitField() const;
|
104
104
|
|
105
105
|
/**
|
106
106
|
* Destructor.
|
107
|
-
* @stable ICU 4.2
|
107
|
+
* @stable ICU 4.2
|
108
108
|
*/
|
109
109
|
virtual ~TimeUnit();
|
110
110
|
|
@@ -113,7 +113,7 @@ private:
|
|
113
113
|
|
114
114
|
/**
|
115
115
|
* Constructor
|
116
|
-
* @internal
|
116
|
+
* @internal (private)
|
117
117
|
*/
|
118
118
|
TimeUnit(UTimeUnitFields timeUnitField);
|
119
119
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
*******************************************************************************
|
3
|
-
* Copyright (C) 2011-
|
3
|
+
* Copyright (C) 2011-2015, International Business Machines Corporation and
|
4
4
|
* others. All Rights Reserved.
|
5
5
|
*******************************************************************************
|
6
6
|
*/
|
@@ -233,18 +233,15 @@ typedef enum UTimeZoneFormatParseOption {
|
|
233
233
|
* by other styles.
|
234
234
|
* @stable ICU 50
|
235
235
|
*/
|
236
|
-
UTZFMT_PARSE_OPTION_ALL_STYLES = 0x01
|
237
|
-
#ifndef U_HIDE_DRAFT_API
|
238
|
-
,
|
236
|
+
UTZFMT_PARSE_OPTION_ALL_STYLES = 0x01,
|
239
237
|
/**
|
240
238
|
* When parsing a time zone display name in UTZFMT_STYLE_SPECIFIC_SHORT,
|
241
239
|
* look for the IANA tz database compatible zone abbreviations in addition
|
242
240
|
* to the localized names coming from the {@link TimeZoneNames} currently
|
243
241
|
* used by the {@link TimeZoneFormat}.
|
244
|
-
* @
|
242
|
+
* @stable ICU 54
|
245
243
|
*/
|
246
244
|
UTZFMT_PARSE_OPTION_TZ_DATABASE_ABBREVIATIONS = 0x02
|
247
|
-
#endif /* U_HIDE_DRAFT_API */
|
248
245
|
} UTimeZoneFormatParseOption;
|
249
246
|
|
250
247
|
U_CDECL_END
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
*******************************************************************************
|
3
|
-
* Copyright (C) 2011-
|
3
|
+
* Copyright (C) 2011-2015, International Business Machines Corporation and
|
4
4
|
* others. All Rights Reserved.
|
5
5
|
*******************************************************************************
|
6
6
|
*/
|
@@ -167,7 +167,6 @@ public:
|
|
167
167
|
*/
|
168
168
|
static TimeZoneNames* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
|
169
169
|
|
170
|
-
#ifndef U_HIDE_DRAFT_API
|
171
170
|
/**
|
172
171
|
* Returns an instance of <code>TimeZoneNames</code> containing only short specific
|
173
172
|
* zone names (SHORT_STANDARD and SHORT_DAYLIGHT),
|
@@ -176,10 +175,9 @@ public:
|
|
176
175
|
* Note: The input locale is used for resolving ambiguous names (e.g. "IST" is parsed
|
177
176
|
* as Israel Standard Time for Israel, while it is parsed as India Standard Time for
|
178
177
|
* all other regions). The zone names returned by this instance are not localized.
|
179
|
-
* @
|
178
|
+
* @stable ICU 54
|
180
179
|
*/
|
181
180
|
static TimeZoneNames* U_EXPORT2 createTZDBInstance(const Locale& locale, UErrorCode& status);
|
182
|
-
#endif /* U_HIDE_DRAFT_API */
|
183
181
|
|
184
182
|
/**
|
185
183
|
* Returns an enumeration of all available meta zone IDs.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
******************************************************************************
|
3
|
-
* Copyright (C) 1996-
|
3
|
+
* Copyright (C) 1996-2015, International Business Machines Corporation and others.
|
4
4
|
* All Rights Reserved.
|
5
5
|
******************************************************************************
|
6
6
|
*/
|
@@ -45,10 +45,20 @@
|
|
45
45
|
* when line-wrapping. The mechanism correctly handles punctuation and
|
46
46
|
* hyphenated words.
|
47
47
|
* <p>
|
48
|
+
* Note: The locale keyword "lb" can be used to modify line break
|
49
|
+
* behavior according to the CSS level 3 line-break options, see
|
50
|
+
* <http://dev.w3.org/csswg/css-text/#line-breaking>. For example:
|
51
|
+
* "ja@lb=strict", "zh@lb=loose".
|
52
|
+
* <p>
|
48
53
|
* Sentence boundary analysis allows selection with correct
|
49
54
|
* interpretation of periods within numbers and abbreviations, and
|
50
55
|
* trailing punctuation marks such as quotation marks and parentheses.
|
51
56
|
* <p>
|
57
|
+
* Note: The locale keyword "ss" can be used to enable use of
|
58
|
+
* segmentation suppression data (preventing breaks in English after
|
59
|
+
* abbreviations such as "Mr." or "Est.", for example), as follows:
|
60
|
+
* "en@ss=standard".
|
61
|
+
* <p>
|
52
62
|
* Word boundary analysis is used by search and replace functions, as
|
53
63
|
* well as within text editing applications that allow the user to
|
54
64
|
* select words with a double click. Word selection provides correct
|
@@ -202,7 +212,9 @@ typedef enum USentenceBreakTag {
|
|
202
212
|
* and sentence breaks in text.
|
203
213
|
* @param type The type of UBreakIterator to open: one of UBRK_CHARACTER, UBRK_WORD,
|
204
214
|
* UBRK_LINE, UBRK_SENTENCE
|
205
|
-
* @param locale The locale specifying the text-breaking conventions.
|
215
|
+
* @param locale The locale specifying the text-breaking conventions. Note that
|
216
|
+
* locale keys such as "lb" and "ss" may be used to modify text break behavior,
|
217
|
+
* see general discussion of BreakIterator C API.
|
206
218
|
* @param text The text to be iterated over.
|
207
219
|
* @param textLength The number of characters in text, or -1 if null-terminated.
|
208
220
|
* @param status A UErrorCode to receive any errors.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
**********************************************************************
|
3
|
-
* Copyright (C) 1997-
|
3
|
+
* Copyright (C) 1997-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
**********************************************************************
|
6
6
|
*
|
@@ -39,7 +39,7 @@ U_CDECL_BEGIN
|
|
39
39
|
* @see u_getUnicodeVersion
|
40
40
|
* @stable ICU 2.0
|
41
41
|
*/
|
42
|
-
#define U_UNICODE_VERSION "
|
42
|
+
#define U_UNICODE_VERSION "8.0"
|
43
43
|
|
44
44
|
/**
|
45
45
|
* \file
|
@@ -397,8 +397,38 @@ typedef enum UProperty {
|
|
397
397
|
UCHAR_CHANGES_WHEN_CASEMAPPED=55,
|
398
398
|
/** Binary property Changes_When_NFKC_Casefolded. @stable ICU 4.4 */
|
399
399
|
UCHAR_CHANGES_WHEN_NFKC_CASEFOLDED=56,
|
400
|
+
#ifndef U_HIDE_DRAFT_API
|
401
|
+
/**
|
402
|
+
* Binary property Emoji.
|
403
|
+
* See http://www.unicode.org/reports/tr51/#Emoji_Properties
|
404
|
+
*
|
405
|
+
* @draft ICU 57
|
406
|
+
*/
|
407
|
+
UCHAR_EMOJI=57,
|
408
|
+
/**
|
409
|
+
* Binary property Emoji_Presentation.
|
410
|
+
* See http://www.unicode.org/reports/tr51/#Emoji_Properties
|
411
|
+
*
|
412
|
+
* @draft ICU 57
|
413
|
+
*/
|
414
|
+
UCHAR_EMOJI_PRESENTATION=58,
|
415
|
+
/**
|
416
|
+
* Binary property Emoji_Modifier.
|
417
|
+
* See http://www.unicode.org/reports/tr51/#Emoji_Properties
|
418
|
+
*
|
419
|
+
* @draft ICU 57
|
420
|
+
*/
|
421
|
+
UCHAR_EMOJI_MODIFIER=59,
|
422
|
+
/**
|
423
|
+
* Binary property Emoji_Modifier_Base.
|
424
|
+
* See http://www.unicode.org/reports/tr51/#Emoji_Properties
|
425
|
+
*
|
426
|
+
* @draft ICU 57
|
427
|
+
*/
|
428
|
+
UCHAR_EMOJI_MODIFIER_BASE=60,
|
429
|
+
#endif /* U_HIDE_DRAFT_API */
|
400
430
|
/** One more than the last constant for binary Unicode properties. @stable ICU 2.1 */
|
401
|
-
UCHAR_BINARY_LIMIT=
|
431
|
+
UCHAR_BINARY_LIMIT=61,
|
402
432
|
|
403
433
|
/** Enumerated property Bidi_Class.
|
404
434
|
Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
|
@@ -1183,7 +1213,7 @@ enum UBlockCode {
|
|
1183
1213
|
* Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
|
1184
1214
|
* @stable ICU 2.2
|
1185
1215
|
*/
|
1186
|
-
UBLOCK_CYRILLIC_SUPPLEMENTARY = UBLOCK_CYRILLIC_SUPPLEMENT,
|
1216
|
+
UBLOCK_CYRILLIC_SUPPLEMENTARY = UBLOCK_CYRILLIC_SUPPLEMENT,
|
1187
1217
|
/** @stable ICU 2.2 */
|
1188
1218
|
UBLOCK_TAGALOG = 98, /*[1700]*/
|
1189
1219
|
/** @stable ICU 2.2 */
|
@@ -1519,8 +1549,31 @@ enum UBlockCode {
|
|
1519
1549
|
/** @stable ICU 54 */
|
1520
1550
|
UBLOCK_WARANG_CITI = 252, /*[118A0]*/
|
1521
1551
|
|
1522
|
-
|
1523
|
-
|
1552
|
+
/* New blocks in Unicode 8.0 */
|
1553
|
+
|
1554
|
+
/** @stable ICU 56 */
|
1555
|
+
UBLOCK_AHOM = 253, /*[11700]*/
|
1556
|
+
/** @stable ICU 56 */
|
1557
|
+
UBLOCK_ANATOLIAN_HIEROGLYPHS = 254, /*[14400]*/
|
1558
|
+
/** @stable ICU 56 */
|
1559
|
+
UBLOCK_CHEROKEE_SUPPLEMENT = 255, /*[AB70]*/
|
1560
|
+
/** @stable ICU 56 */
|
1561
|
+
UBLOCK_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E = 256, /*[2B820]*/
|
1562
|
+
/** @stable ICU 56 */
|
1563
|
+
UBLOCK_EARLY_DYNASTIC_CUNEIFORM = 257, /*[12480]*/
|
1564
|
+
/** @stable ICU 56 */
|
1565
|
+
UBLOCK_HATRAN = 258, /*[108E0]*/
|
1566
|
+
/** @stable ICU 56 */
|
1567
|
+
UBLOCK_MULTANI = 259, /*[11280]*/
|
1568
|
+
/** @stable ICU 56 */
|
1569
|
+
UBLOCK_OLD_HUNGARIAN = 260, /*[10C80]*/
|
1570
|
+
/** @stable ICU 56 */
|
1571
|
+
UBLOCK_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS = 261, /*[1F900]*/
|
1572
|
+
/** @stable ICU 56 */
|
1573
|
+
UBLOCK_SUTTON_SIGNWRITING = 262, /*[1D800]*/
|
1574
|
+
|
1575
|
+
/** @stable ICU 2.0 */
|
1576
|
+
UBLOCK_COUNT = 263,
|
1524
1577
|
|
1525
1578
|
/** @stable ICU 2.0 */
|
1526
1579
|
UBLOCK_INVALID_CODE=-1
|
@@ -1566,7 +1619,7 @@ typedef enum UEastAsianWidth {
|
|
1566
1619
|
typedef enum UCharNameChoice {
|
1567
1620
|
/** Unicode character name (Name property). @stable ICU 2.0 */
|
1568
1621
|
U_UNICODE_CHAR_NAME,
|
1569
|
-
#ifndef U_HIDE_DEPRECATED_API
|
1622
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1570
1623
|
/**
|
1571
1624
|
* The Unicode_1_Name property value which is of little practical value.
|
1572
1625
|
* Beginning with ICU 49, ICU APIs return an empty string for this name choice.
|
@@ -2816,7 +2869,7 @@ u_charName(UChar32 code, UCharNameChoice nameChoice,
|
|
2816
2869
|
char *buffer, int32_t bufferLength,
|
2817
2870
|
UErrorCode *pErrorCode);
|
2818
2871
|
|
2819
|
-
#ifndef U_HIDE_DEPRECATED_API
|
2872
|
+
#ifndef U_HIDE_DEPRECATED_API
|
2820
2873
|
/**
|
2821
2874
|
* Returns an empty string.
|
2822
2875
|
* Used to return the ISO 10646 comment for a character.
|