pango 3.0.7-x86-mingw32 → 3.0.8-x86-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 +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) 2010-
|
3
|
+
* Copyright (C) 2010-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
*******************************************************************************
|
6
6
|
* file name: ucharstriebuilder.h
|
@@ -1269,6 +1269,7 @@ ucol_setVariableTop(UCollator *coll,
|
|
1269
1269
|
*/
|
1270
1270
|
U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
|
1271
1271
|
|
1272
|
+
#ifndef U_HIDE_DEPRECATED_API
|
1272
1273
|
/**
|
1273
1274
|
* Sets the variable top to the specified primary weight.
|
1274
1275
|
*
|
@@ -1284,6 +1285,7 @@ U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCod
|
|
1284
1285
|
*/
|
1285
1286
|
U_DEPRECATED void U_EXPORT2
|
1286
1287
|
ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
|
1288
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
1287
1289
|
|
1288
1290
|
/**
|
1289
1291
|
* Thread safe cloning operation. The result is a clone of a given collator.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
**********************************************************************
|
3
|
-
* Copyright (C) 2002-
|
3
|
+
* Copyright (C) 2002-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
**********************************************************************
|
6
6
|
* file name: uconfig.h
|
@@ -134,6 +134,15 @@
|
|
134
134
|
#define U_ENABLE_TRACING 0
|
135
135
|
#endif
|
136
136
|
|
137
|
+
/**
|
138
|
+
* \def UCONFIG_ENABLE_PLUGINS
|
139
|
+
* Determines whether to enable ICU plugins.
|
140
|
+
* @internal
|
141
|
+
*/
|
142
|
+
#ifndef UCONFIG_ENABLE_PLUGINS
|
143
|
+
#define UCONFIG_ENABLE_PLUGINS 0
|
144
|
+
#endif
|
145
|
+
|
137
146
|
/**
|
138
147
|
* \def U_ENABLE_DYLOAD
|
139
148
|
* Whether to enable Dynamic loading in ICU.
|
@@ -152,7 +161,6 @@
|
|
152
161
|
#define U_CHECK_DYLOAD 1
|
153
162
|
#endif
|
154
163
|
|
155
|
-
|
156
164
|
/**
|
157
165
|
* \def U_DEFAULT_SHOW_DRAFT
|
158
166
|
* Do we allow ICU users to use the draft APIs by default?
|
@@ -278,7 +286,7 @@
|
|
278
286
|
* This is not possible on EBCDIC platforms
|
279
287
|
* because they need ibm-37 or ibm-1047 default converters.
|
280
288
|
*
|
281
|
-
* @
|
289
|
+
* @stable ICU 55
|
282
290
|
*/
|
283
291
|
#ifndef UCONFIG_ONLY_HTML_CONVERSION
|
284
292
|
# define UCONFIG_ONLY_HTML_CONVERSION 0
|
@@ -437,9 +445,6 @@
|
|
437
445
|
*/
|
438
446
|
#ifndef UCONFIG_NO_FILTERED_BREAK_ITERATION
|
439
447
|
# define UCONFIG_NO_FILTERED_BREAK_ITERATION 0
|
440
|
-
|
441
|
-
|
442
|
-
|
443
448
|
#endif
|
444
449
|
|
445
450
|
#endif
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
**********************************************************************
|
3
|
-
* Copyright (c) 2002-
|
3
|
+
* Copyright (c) 2002-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
**********************************************************************
|
6
6
|
*/
|
@@ -13,55 +13,51 @@
|
|
13
13
|
/**
|
14
14
|
* \file
|
15
15
|
* \brief C API: Encapsulates information about a currency.
|
16
|
+
*
|
17
|
+
* The ucurr API encapsulates information about a currency, as defined by
|
18
|
+
* ISO 4217. A currency is represented by a 3-character string
|
19
|
+
* containing its ISO 4217 code. This API can return various data
|
20
|
+
* necessary the proper display of a currency:
|
21
|
+
*
|
22
|
+
* <ul><li>A display symbol, for a specific locale
|
23
|
+
* <li>The number of fraction digits to display
|
24
|
+
* <li>A rounding increment
|
25
|
+
* </ul>
|
26
|
+
*
|
27
|
+
* The <tt>DecimalFormat</tt> class uses these data to display
|
28
|
+
* currencies.
|
29
|
+
* @author Alan Liu
|
30
|
+
* @since ICU 2.2
|
16
31
|
*/
|
17
32
|
|
18
33
|
#if !UCONFIG_NO_FORMATTING
|
19
34
|
|
20
35
|
/**
|
21
36
|
* Currency Usage used for Decimal Format
|
22
|
-
* @
|
37
|
+
* @stable ICU 54
|
23
38
|
*/
|
24
39
|
enum UCurrencyUsage {
|
25
|
-
#ifndef U_HIDE_DRAFT_API
|
26
40
|
/**
|
27
41
|
* a setting to specify currency usage which determines currency digit
|
28
42
|
* and rounding for standard usage, for example: "50.00 NT$"
|
29
43
|
* used as DEFAULT value
|
30
|
-
* @
|
44
|
+
* @stable ICU 54
|
31
45
|
*/
|
32
46
|
UCURR_USAGE_STANDARD=0,
|
33
47
|
/**
|
34
48
|
* a setting to specify currency usage which determines currency digit
|
35
49
|
* and rounding for cash usage, for example: "50 NT$"
|
36
|
-
* @
|
50
|
+
* @stable ICU 54
|
37
51
|
*/
|
38
52
|
UCURR_USAGE_CASH=1,
|
39
|
-
#endif /* U_HIDE_DRAFT_API */
|
40
53
|
/**
|
41
54
|
* One higher than the last enum UCurrencyUsage constant.
|
42
|
-
* @
|
55
|
+
* @stable ICU 54
|
43
56
|
*/
|
44
57
|
UCURR_USAGE_COUNT=2
|
45
58
|
};
|
46
59
|
typedef enum UCurrencyUsage UCurrencyUsage;
|
47
60
|
|
48
|
-
/**
|
49
|
-
* The ucurr API encapsulates information about a currency, as defined by
|
50
|
-
* ISO 4217. A currency is represented by a 3-character string
|
51
|
-
* containing its ISO 4217 code. This API can return various data
|
52
|
-
* necessary the proper display of a currency:
|
53
|
-
*
|
54
|
-
* <ul><li>A display symbol, for a specific locale
|
55
|
-
* <li>The number of fraction digits to display
|
56
|
-
* <li>A rounding increment
|
57
|
-
* </ul>
|
58
|
-
*
|
59
|
-
* The <tt>DecimalFormat</tt> class uses these data to display
|
60
|
-
* currencies.
|
61
|
-
* @author Alan Liu
|
62
|
-
* @since ICU 2.2
|
63
|
-
*/
|
64
|
-
|
65
61
|
/**
|
66
62
|
* Finds a currency code for the given locale.
|
67
63
|
* @param locale the locale for which to retrieve a currency code.
|
@@ -204,7 +200,6 @@ U_STABLE int32_t U_EXPORT2
|
|
204
200
|
ucurr_getDefaultFractionDigits(const UChar* currency,
|
205
201
|
UErrorCode* ec);
|
206
202
|
|
207
|
-
#ifndef U_HIDE_DRAFT_API
|
208
203
|
/**
|
209
204
|
* Returns the number of the number of fraction digits that should
|
210
205
|
* be displayed for the given currency with usage.
|
@@ -213,13 +208,12 @@ ucurr_getDefaultFractionDigits(const UChar* currency,
|
|
213
208
|
* @param ec input-output error code
|
214
209
|
* @return a non-negative number of fraction digits to be
|
215
210
|
* displayed, or 0 if there is an error
|
216
|
-
* @
|
211
|
+
* @stable ICU 54
|
217
212
|
*/
|
218
|
-
|
213
|
+
U_STABLE int32_t U_EXPORT2
|
219
214
|
ucurr_getDefaultFractionDigitsForUsage(const UChar* currency,
|
220
215
|
const UCurrencyUsage usage,
|
221
216
|
UErrorCode* ec);
|
222
|
-
#endif /* U_HIDE_DRAFT_API */
|
223
217
|
|
224
218
|
/**
|
225
219
|
* Returns the rounding increment for the given currency, or 0.0 if no
|
@@ -235,7 +229,6 @@ U_STABLE double U_EXPORT2
|
|
235
229
|
ucurr_getRoundingIncrement(const UChar* currency,
|
236
230
|
UErrorCode* ec);
|
237
231
|
|
238
|
-
#ifndef U_HIDE_DRAFT_API
|
239
232
|
/**
|
240
233
|
* Returns the rounding increment for the given currency, or 0.0 if no
|
241
234
|
* rounding is done by the currency given usage.
|
@@ -244,13 +237,12 @@ ucurr_getRoundingIncrement(const UChar* currency,
|
|
244
237
|
* @param ec input-output error code
|
245
238
|
* @return the non-negative rounding increment, or 0.0 if none,
|
246
239
|
* or 0.0 if there is an error
|
247
|
-
* @
|
240
|
+
* @stable ICU 54
|
248
241
|
*/
|
249
|
-
|
242
|
+
U_STABLE double U_EXPORT2
|
250
243
|
ucurr_getRoundingIncrementForUsage(const UChar* currency,
|
251
244
|
const UCurrencyUsage usage,
|
252
245
|
UErrorCode* ec);
|
253
|
-
#endif /* U_HIDE_DRAFT_API */
|
254
246
|
|
255
247
|
/**
|
256
248
|
* Selector constants for ucurr_openCurrencies().
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
*******************************************************************************
|
3
|
-
* Copyright (C) 1996-
|
3
|
+
* Copyright (C) 1996-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
*******************************************************************************
|
6
6
|
*/
|
@@ -150,7 +150,7 @@
|
|
150
150
|
*/
|
151
151
|
typedef void* UDateFormat;
|
152
152
|
|
153
|
-
/** The possible date/time format styles
|
153
|
+
/** The possible date/time format styles
|
154
154
|
* @stable ICU 2.6
|
155
155
|
*/
|
156
156
|
typedef enum UDateFormatStyle {
|
@@ -167,16 +167,16 @@ typedef enum UDateFormatStyle {
|
|
167
167
|
|
168
168
|
/** Bitfield for relative date */
|
169
169
|
UDAT_RELATIVE = (1 << 7),
|
170
|
-
|
170
|
+
|
171
171
|
UDAT_FULL_RELATIVE = UDAT_FULL | UDAT_RELATIVE,
|
172
|
-
|
172
|
+
|
173
173
|
UDAT_LONG_RELATIVE = UDAT_LONG | UDAT_RELATIVE,
|
174
|
-
|
174
|
+
|
175
175
|
UDAT_MEDIUM_RELATIVE = UDAT_MEDIUM | UDAT_RELATIVE,
|
176
|
-
|
176
|
+
|
177
177
|
UDAT_SHORT_RELATIVE = UDAT_SHORT | UDAT_RELATIVE,
|
178
|
-
|
179
|
-
|
178
|
+
|
179
|
+
|
180
180
|
/** No style */
|
181
181
|
UDAT_NONE = -1,
|
182
182
|
|
@@ -294,7 +294,7 @@ typedef enum UDateFormatStyle {
|
|
294
294
|
* Used in combinations date + time, date + time + zone, or time + zone.
|
295
295
|
* @stable ICU 4.0
|
296
296
|
*/
|
297
|
-
#define UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY "yMMMEd"
|
297
|
+
#define UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY "yMMMEd"
|
298
298
|
/**
|
299
299
|
* Constant for date skeleton with year, numeric month, weekday, and day.
|
300
300
|
* Used in combinations date + time, date + time + zone, or time + zone.
|
@@ -446,7 +446,7 @@ typedef enum UDateFormatStyle {
|
|
446
446
|
|
447
447
|
/* deprecated skeleton constants */
|
448
448
|
|
449
|
-
#ifndef U_HIDE_DEPRECATED_API
|
449
|
+
#ifndef U_HIDE_DEPRECATED_API
|
450
450
|
/**
|
451
451
|
* Constant for date skeleton with standalone month.
|
452
452
|
* @deprecated ICU 50 Use UDAT_MONTH instead.
|
@@ -759,16 +759,33 @@ typedef enum UDateFormatField {
|
|
759
759
|
* @internal ICU 53
|
760
760
|
*/
|
761
761
|
UDAT_RELATED_YEAR_FIELD = 34,
|
762
|
-
#endif
|
762
|
+
#endif /* U_HIDE_INTERNAL_API */
|
763
763
|
|
764
764
|
#ifndef U_HIDE_DRAFT_API
|
765
765
|
/**
|
766
|
-
* FieldPosition
|
767
|
-
*
|
768
|
-
*
|
766
|
+
* FieldPosition selector for 'b' field alignment.
|
767
|
+
* Displays midnight and noon for 12am and 12pm, respectively, if available;
|
768
|
+
* otherwise fall back to AM / PM.
|
769
|
+
* @draft ICU 57
|
770
|
+
*/
|
771
|
+
UDAT_AM_PM_MIDNIGHT_NOON_FIELD = 35,
|
772
|
+
|
773
|
+
/* FieldPosition selector for 'B' field alignment.
|
774
|
+
* Displays flexible day periods, such as "in the morning", if available.
|
775
|
+
* @draft ICU 57
|
769
776
|
*/
|
770
|
-
|
771
|
-
#endif
|
777
|
+
UDAT_FLEXIBLE_DAY_PERIOD_FIELD = 36,
|
778
|
+
#endif /* U_HIDE_DRAFT_API */
|
779
|
+
|
780
|
+
#ifndef U_HIDE_INTERNAL_API
|
781
|
+
/**
|
782
|
+
* FieldPosition and UFieldPosition selector for time separator,
|
783
|
+
* no corresponding UCAL_ field. No pattern character is currently
|
784
|
+
* defined for this.
|
785
|
+
* @internal
|
786
|
+
*/
|
787
|
+
UDAT_TIME_SEPARATOR_FIELD = 37,
|
788
|
+
#endif /* U_HIDE_INTERNAL_API */
|
772
789
|
|
773
790
|
/**
|
774
791
|
* Number of FieldPosition and UFieldPosition selectors for
|
@@ -778,11 +795,21 @@ typedef enum UDateFormatField {
|
|
778
795
|
* in the future.
|
779
796
|
* @stable ICU 3.0
|
780
797
|
*/
|
781
|
-
UDAT_FIELD_COUNT =
|
798
|
+
UDAT_FIELD_COUNT = 38
|
782
799
|
|
783
800
|
} UDateFormatField;
|
784
801
|
|
785
802
|
|
803
|
+
#ifndef U_HIDE_INTERNAL_API
|
804
|
+
/**
|
805
|
+
* Is a pattern character defined for UDAT_TIME_SEPARATOR_FIELD?
|
806
|
+
* In ICU 55 it was COLON, but that was withdrawn in ICU 56.
|
807
|
+
* @internal ICU 56
|
808
|
+
*/
|
809
|
+
#define UDAT_HAS_PATTERN_CHAR_FOR_TIME_SEPARATOR 0
|
810
|
+
#endif /* U_HIDE_INTERNAL_API */
|
811
|
+
|
812
|
+
|
786
813
|
/**
|
787
814
|
* Maps from a UDateFormatField to the corresponding UCalendarDateFields.
|
788
815
|
* Note: since the mapping is many-to-one, there is no inverse mapping.
|
@@ -823,7 +850,7 @@ udat_toCalendarDateField(UDateFormatField field);
|
|
823
850
|
* an error occurred.
|
824
851
|
* @stable ICU 2.0
|
825
852
|
*/
|
826
|
-
U_STABLE UDateFormat* U_EXPORT2
|
853
|
+
U_STABLE UDateFormat* U_EXPORT2
|
827
854
|
udat_open(UDateFormatStyle timeStyle,
|
828
855
|
UDateFormatStyle dateStyle,
|
829
856
|
const char *locale,
|
@@ -840,13 +867,13 @@ udat_open(UDateFormatStyle timeStyle,
|
|
840
867
|
* @param format The formatter to close.
|
841
868
|
* @stable ICU 2.0
|
842
869
|
*/
|
843
|
-
U_STABLE void U_EXPORT2
|
870
|
+
U_STABLE void U_EXPORT2
|
844
871
|
udat_close(UDateFormat* format);
|
845
872
|
|
846
873
|
|
847
874
|
/**
|
848
875
|
* DateFormat boolean attributes
|
849
|
-
*
|
876
|
+
*
|
850
877
|
* @stable ICU 53
|
851
878
|
*/
|
852
879
|
typedef enum UDateFormatBooleanAttribute {
|
@@ -864,14 +891,15 @@ typedef enum UDateFormatBooleanAttribute {
|
|
864
891
|
#ifndef U_HIDE_DRAFT_API
|
865
892
|
/**
|
866
893
|
* indicates tolerance of a partial literal match
|
867
|
-
*
|
894
|
+
* e.g. accepting "--mon-02-march-2011" for a pattern of "'--: 'EEE-WW-MMMM-yyyy"
|
895
|
+
* @draft ICU 56
|
896
|
+
*/
|
897
|
+
UDAT_PARSE_PARTIAL_LITERAL_MATCH = 2,
|
898
|
+
/**
|
899
|
+
* indicates tolerance of pattern mismatch between input data and specified format pattern.
|
900
|
+
* e.g. accepting "September" for a month pattern of MMM ("Sep")
|
901
|
+
* @draft ICU 56
|
868
902
|
*/
|
869
|
-
UDAT_PARSE_PARTIAL_MATCH = 2,
|
870
|
-
/**
|
871
|
-
* indicates tolerance of pattern mismatch between input data and specified format pattern.
|
872
|
-
* e.g. accepting "September" for a month pattern of MMM ("Sep")
|
873
|
-
* @draft ICU 53
|
874
|
-
*/
|
875
903
|
UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH = 3,
|
876
904
|
#endif /* U_HIDE_DRAFT_API */
|
877
905
|
/**
|
@@ -936,7 +964,7 @@ U_NAMESPACE_END
|
|
936
964
|
* @return A pointer to a UDateFormat identical to fmt.
|
937
965
|
* @stable ICU 2.0
|
938
966
|
*/
|
939
|
-
U_STABLE UDateFormat* U_EXPORT2
|
967
|
+
U_STABLE UDateFormat* U_EXPORT2
|
940
968
|
udat_clone(const UDateFormat *fmt,
|
941
969
|
UErrorCode *status);
|
942
970
|
|
@@ -958,7 +986,7 @@ udat_clone(const UDateFormat *fmt,
|
|
958
986
|
* @see UFieldPosition
|
959
987
|
* @stable ICU 2.0
|
960
988
|
*/
|
961
|
-
U_STABLE int32_t U_EXPORT2
|
989
|
+
U_STABLE int32_t U_EXPORT2
|
962
990
|
udat_format( const UDateFormat* format,
|
963
991
|
UDate dateToFormat,
|
964
992
|
UChar* result,
|
@@ -966,7 +994,6 @@ udat_format( const UDateFormat* format,
|
|
966
994
|
UFieldPosition* position,
|
967
995
|
UErrorCode* status);
|
968
996
|
|
969
|
-
#ifndef U_HIDE_DRAFT_API
|
970
997
|
/**
|
971
998
|
* Format a date using an UDateFormat.
|
972
999
|
* The date will be formatted using the conventions specified in {@link #udat_open }
|
@@ -987,9 +1014,9 @@ udat_format( const UDateFormat* format,
|
|
987
1014
|
* @see udat_format
|
988
1015
|
* @see udat_parseCalendar
|
989
1016
|
* @see UFieldPosition
|
990
|
-
* @
|
1017
|
+
* @stable ICU 55
|
991
1018
|
*/
|
992
|
-
|
1019
|
+
U_STABLE int32_t U_EXPORT2
|
993
1020
|
udat_formatCalendar( const UDateFormat* format,
|
994
1021
|
UCalendar* calendar,
|
995
1022
|
UChar* result,
|
@@ -1022,9 +1049,9 @@ udat_formatCalendar( const UDateFormat* format,
|
|
1022
1049
|
* The total buffer size needed; if greater than resultLength, the output was truncated.
|
1023
1050
|
* @see udat_parse
|
1024
1051
|
* @see UFieldPositionIterator
|
1025
|
-
* @
|
1052
|
+
* @stable ICU 55
|
1026
1053
|
*/
|
1027
|
-
|
1054
|
+
U_STABLE int32_t U_EXPORT2
|
1028
1055
|
udat_formatForFields( const UDateFormat* format,
|
1029
1056
|
UDate dateToFormat,
|
1030
1057
|
UChar* result,
|
@@ -1060,9 +1087,9 @@ udat_formatForFields( const UDateFormat* format,
|
|
1060
1087
|
* @see udat_format
|
1061
1088
|
* @see udat_parseCalendar
|
1062
1089
|
* @see UFieldPositionIterator
|
1063
|
-
* @
|
1090
|
+
* @stable ICU 55
|
1064
1091
|
*/
|
1065
|
-
|
1092
|
+
U_STABLE int32_t U_EXPORT2
|
1066
1093
|
udat_formatCalendarForFields( const UDateFormat* format,
|
1067
1094
|
UCalendar* calendar,
|
1068
1095
|
UChar* result,
|
@@ -1070,7 +1097,6 @@ udat_formatCalendarForFields( const UDateFormat* format,
|
|
1070
1097
|
UFieldPositionIterator* fpositer,
|
1071
1098
|
UErrorCode* status);
|
1072
1099
|
|
1073
|
-
#endif /* U_HIDE_DRAFT_API */
|
1074
1100
|
|
1075
1101
|
/**
|
1076
1102
|
* Parse a string into an date/time using a UDateFormat.
|
@@ -1097,7 +1123,7 @@ udat_formatCalendarForFields( const UDateFormat* format,
|
|
1097
1123
|
* @see udat_format
|
1098
1124
|
* @stable ICU 2.0
|
1099
1125
|
*/
|
1100
|
-
U_STABLE UDate U_EXPORT2
|
1126
|
+
U_STABLE UDate U_EXPORT2
|
1101
1127
|
udat_parse(const UDateFormat* format,
|
1102
1128
|
const UChar* text,
|
1103
1129
|
int32_t textLength,
|
@@ -1125,7 +1151,7 @@ udat_parse(const UDateFormat* format,
|
|
1125
1151
|
* @see udat_format
|
1126
1152
|
* @stable ICU 2.0
|
1127
1153
|
*/
|
1128
|
-
U_STABLE void U_EXPORT2
|
1154
|
+
U_STABLE void U_EXPORT2
|
1129
1155
|
udat_parseCalendar(const UDateFormat* format,
|
1130
1156
|
UCalendar* calendar,
|
1131
1157
|
const UChar* text,
|
@@ -1142,7 +1168,7 @@ udat_parseCalendar(const UDateFormat* format,
|
|
1142
1168
|
* @see udat_setLenient
|
1143
1169
|
* @stable ICU 2.0
|
1144
1170
|
*/
|
1145
|
-
U_STABLE UBool U_EXPORT2
|
1171
|
+
U_STABLE UBool U_EXPORT2
|
1146
1172
|
udat_isLenient(const UDateFormat* fmt);
|
1147
1173
|
|
1148
1174
|
/**
|
@@ -1154,7 +1180,7 @@ udat_isLenient(const UDateFormat* fmt);
|
|
1154
1180
|
* @see dat_isLenient
|
1155
1181
|
* @stable ICU 2.0
|
1156
1182
|
*/
|
1157
|
-
U_STABLE void U_EXPORT2
|
1183
|
+
U_STABLE void U_EXPORT2
|
1158
1184
|
udat_setLenient( UDateFormat* fmt,
|
1159
1185
|
UBool isLenient);
|
1160
1186
|
|
@@ -1167,7 +1193,7 @@ udat_setLenient( UDateFormat* fmt,
|
|
1167
1193
|
* @see udat_setCalendar
|
1168
1194
|
* @stable ICU 2.0
|
1169
1195
|
*/
|
1170
|
-
U_STABLE const UCalendar* U_EXPORT2
|
1196
|
+
U_STABLE const UCalendar* U_EXPORT2
|
1171
1197
|
udat_getCalendar(const UDateFormat* fmt);
|
1172
1198
|
|
1173
1199
|
/**
|
@@ -1179,7 +1205,7 @@ udat_getCalendar(const UDateFormat* fmt);
|
|
1179
1205
|
* @see udat_setCalendar
|
1180
1206
|
* @stable ICU 2.0
|
1181
1207
|
*/
|
1182
|
-
U_STABLE void U_EXPORT2
|
1208
|
+
U_STABLE void U_EXPORT2
|
1183
1209
|
udat_setCalendar( UDateFormat* fmt,
|
1184
1210
|
const UCalendar* calendarToSet);
|
1185
1211
|
|
@@ -1192,10 +1218,9 @@ udat_setCalendar( UDateFormat* fmt,
|
|
1192
1218
|
* @see udat_setNumberFormat
|
1193
1219
|
* @stable ICU 2.0
|
1194
1220
|
*/
|
1195
|
-
U_STABLE const UNumberFormat* U_EXPORT2
|
1221
|
+
U_STABLE const UNumberFormat* U_EXPORT2
|
1196
1222
|
udat_getNumberFormat(const UDateFormat* fmt);
|
1197
1223
|
|
1198
|
-
#ifndef U_HIDE_DRAFT_API
|
1199
1224
|
/**
|
1200
1225
|
* Get the UNumberFormat for specific field associated with an UDateFormat.
|
1201
1226
|
* For example: 'y' for year and 'M' for month
|
@@ -1203,16 +1228,16 @@ udat_getNumberFormat(const UDateFormat* fmt);
|
|
1203
1228
|
* @param field the field to query
|
1204
1229
|
* @return A pointer to the UNumberFormat used by fmt to format field numbers.
|
1205
1230
|
* @see udat_setNumberFormatForField
|
1206
|
-
* @
|
1231
|
+
* @stable ICU 54
|
1207
1232
|
*/
|
1208
|
-
|
1233
|
+
U_STABLE const UNumberFormat* U_EXPORT2
|
1209
1234
|
udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
|
1210
1235
|
|
1211
1236
|
/**
|
1212
1237
|
* Set the UNumberFormat for specific field associated with an UDateFormat.
|
1213
1238
|
* It can be a single field like: "y"(year) or "M"(month)
|
1214
1239
|
* It can be several field combined together: "yM"(year and month)
|
1215
|
-
* Note:
|
1240
|
+
* Note:
|
1216
1241
|
* 1 symbol field is enough for multiple symbol field (so "y" will override "yy", "yyy")
|
1217
1242
|
* If the field is not numeric, then override has no effect (like "MMM" will use abbreviation, not numerical field)
|
1218
1243
|
*
|
@@ -1221,32 +1246,28 @@ udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
|
|
1221
1246
|
* @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
|
1222
1247
|
* @param status error code passed around (memory allocation or invalid fields)
|
1223
1248
|
* @see udat_getNumberFormatForField
|
1224
|
-
* @
|
1249
|
+
* @stable ICU 54
|
1225
1250
|
*/
|
1226
|
-
|
1251
|
+
U_STABLE void U_EXPORT2
|
1227
1252
|
udat_adoptNumberFormatForFields( UDateFormat* fmt,
|
1228
1253
|
const UChar* fields,
|
1229
1254
|
UNumberFormat* numberFormatToSet,
|
1230
1255
|
UErrorCode* status);
|
1231
|
-
#endif /* U_HIDE_DRAFT_API */
|
1232
|
-
|
1233
1256
|
/**
|
1234
1257
|
* Set the UNumberFormat associated with an UDateFormat.
|
1235
1258
|
* A UDateFormat uses a UNumberFormat to format numbers within a date,
|
1236
1259
|
* for example the day number.
|
1237
|
-
* This method also clears per field NumberFormat instances previously
|
1238
|
-
* set by {@see udat_setNumberFormatForField}
|
1260
|
+
* This method also clears per field NumberFormat instances previously
|
1261
|
+
* set by {@see udat_setNumberFormatForField}
|
1239
1262
|
* @param fmt The formatter to set.
|
1240
1263
|
* @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
|
1241
1264
|
* @see udat_getNumberFormat
|
1242
1265
|
* @see udat_setNumberFormatForField
|
1243
1266
|
* @stable ICU 2.0
|
1244
1267
|
*/
|
1245
|
-
U_STABLE void U_EXPORT2
|
1268
|
+
U_STABLE void U_EXPORT2
|
1246
1269
|
udat_setNumberFormat( UDateFormat* fmt,
|
1247
1270
|
const UNumberFormat* numberFormatToSet);
|
1248
|
-
|
1249
|
-
#ifndef U_HIDE_DRAFT_API
|
1250
1271
|
/**
|
1251
1272
|
* Adopt the UNumberFormat associated with an UDateFormat.
|
1252
1273
|
* A UDateFormat uses a UNumberFormat to format numbers within a date,
|
@@ -1254,13 +1275,11 @@ udat_setNumberFormat( UDateFormat* fmt,
|
|
1254
1275
|
* @param fmt The formatter to set.
|
1255
1276
|
* @param numberFormatToAdopt A pointer to the UNumberFormat to be used by fmt to format numbers.
|
1256
1277
|
* @see udat_getNumberFormat
|
1257
|
-
* @
|
1278
|
+
* @stable ICU 54
|
1258
1279
|
*/
|
1259
|
-
|
1280
|
+
U_STABLE void U_EXPORT2
|
1260
1281
|
udat_adoptNumberFormat( UDateFormat* fmt,
|
1261
1282
|
UNumberFormat* numberFormatToAdopt);
|
1262
|
-
#endif /* U_HIDE_DRAFT_API */
|
1263
|
-
|
1264
1283
|
/**
|
1265
1284
|
* Get a locale for which date/time formatting patterns are available.
|
1266
1285
|
* A UDateFormat in a locale returned by this function will perform the correct
|
@@ -1270,7 +1289,7 @@ udat_adoptNumberFormat( UDateFormat* fmt,
|
|
1270
1289
|
* @see udat_countAvailable
|
1271
1290
|
* @stable ICU 2.0
|
1272
1291
|
*/
|
1273
|
-
U_STABLE const char* U_EXPORT2
|
1292
|
+
U_STABLE const char* U_EXPORT2
|
1274
1293
|
udat_getAvailable(int32_t localeIndex);
|
1275
1294
|
|
1276
1295
|
/**
|
@@ -1281,7 +1300,7 @@ udat_getAvailable(int32_t localeIndex);
|
|
1281
1300
|
* @see udat_getAvailable
|
1282
1301
|
* @stable ICU 2.0
|
1283
1302
|
*/
|
1284
|
-
U_STABLE int32_t U_EXPORT2
|
1303
|
+
U_STABLE int32_t U_EXPORT2
|
1285
1304
|
udat_countAvailable(void);
|
1286
1305
|
|
1287
1306
|
/**
|
@@ -1294,7 +1313,7 @@ udat_countAvailable(void);
|
|
1294
1313
|
* @see udat_Set2DigitYearStart
|
1295
1314
|
* @stable ICU 2.0
|
1296
1315
|
*/
|
1297
|
-
U_STABLE UDate U_EXPORT2
|
1316
|
+
U_STABLE UDate U_EXPORT2
|
1298
1317
|
udat_get2DigitYearStart( const UDateFormat *fmt,
|
1299
1318
|
UErrorCode *status);
|
1300
1319
|
|
@@ -1308,7 +1327,7 @@ udat_get2DigitYearStart( const UDateFormat *fmt,
|
|
1308
1327
|
* @see udat_Set2DigitYearStart
|
1309
1328
|
* @stable ICU 2.0
|
1310
1329
|
*/
|
1311
|
-
U_STABLE void U_EXPORT2
|
1330
|
+
U_STABLE void U_EXPORT2
|
1312
1331
|
udat_set2DigitYearStart( UDateFormat *fmt,
|
1313
1332
|
UDate d,
|
1314
1333
|
UErrorCode *status);
|
@@ -1325,7 +1344,7 @@ udat_set2DigitYearStart( UDateFormat *fmt,
|
|
1325
1344
|
* @see udat_applyPattern
|
1326
1345
|
* @stable ICU 2.0
|
1327
1346
|
*/
|
1328
|
-
U_STABLE int32_t U_EXPORT2
|
1347
|
+
U_STABLE int32_t U_EXPORT2
|
1329
1348
|
udat_toPattern( const UDateFormat *fmt,
|
1330
1349
|
UBool localized,
|
1331
1350
|
UChar *result,
|
@@ -1342,14 +1361,14 @@ udat_toPattern( const UDateFormat *fmt,
|
|
1342
1361
|
* @see udat_toPattern
|
1343
1362
|
* @stable ICU 2.0
|
1344
1363
|
*/
|
1345
|
-
U_STABLE void U_EXPORT2
|
1364
|
+
U_STABLE void U_EXPORT2
|
1346
1365
|
udat_applyPattern( UDateFormat *format,
|
1347
1366
|
UBool localized,
|
1348
1367
|
const UChar *pattern,
|
1349
1368
|
int32_t patternLength);
|
1350
1369
|
|
1351
|
-
/**
|
1352
|
-
* The possible types of date format symbols
|
1370
|
+
/**
|
1371
|
+
* The possible types of date format symbols
|
1353
1372
|
* @stable ICU 2.6
|
1354
1373
|
*/
|
1355
1374
|
typedef enum UDateFormatSymbolType {
|
@@ -1408,44 +1427,41 @@ typedef enum UDateFormatSymbolType {
|
|
1408
1427
|
* Standalone version of UDAT_SHORTER_WEEKDAYS.
|
1409
1428
|
* @stable ICU 51
|
1410
1429
|
*/
|
1411
|
-
UDAT_STANDALONE_SHORTER_WEEKDAYS
|
1412
|
-
#ifndef U_HIDE_DRAFT_API
|
1413
|
-
,
|
1430
|
+
UDAT_STANDALONE_SHORTER_WEEKDAYS,
|
1414
1431
|
/**
|
1415
1432
|
* Cyclic year names (only supported for some calendars, and only for FORMAT usage;
|
1416
1433
|
* udat_setSymbols not supported for UDAT_CYCLIC_YEARS_WIDE)
|
1417
|
-
* @
|
1434
|
+
* @stable ICU 54
|
1418
1435
|
*/
|
1419
1436
|
UDAT_CYCLIC_YEARS_WIDE,
|
1420
1437
|
/**
|
1421
1438
|
* Cyclic year names (only supported for some calendars, and only for FORMAT usage)
|
1422
|
-
* @
|
1439
|
+
* @stable ICU 54
|
1423
1440
|
*/
|
1424
1441
|
UDAT_CYCLIC_YEARS_ABBREVIATED,
|
1425
1442
|
/**
|
1426
1443
|
* Cyclic year names (only supported for some calendars, and only for FORMAT usage;
|
1427
1444
|
* udat_setSymbols not supported for UDAT_CYCLIC_YEARS_NARROW)
|
1428
|
-
* @
|
1445
|
+
* @stable ICU 54
|
1429
1446
|
*/
|
1430
1447
|
UDAT_CYCLIC_YEARS_NARROW,
|
1431
1448
|
/**
|
1432
1449
|
* Calendar zodiac names (only supported for some calendars, and only for FORMAT usage;
|
1433
1450
|
* udat_setSymbols not supported for UDAT_ZODIAC_NAMES_WIDE)
|
1434
|
-
* @
|
1451
|
+
* @stable ICU 54
|
1435
1452
|
*/
|
1436
1453
|
UDAT_ZODIAC_NAMES_WIDE,
|
1437
1454
|
/**
|
1438
1455
|
* Calendar zodiac names (only supported for some calendars, and only for FORMAT usage)
|
1439
|
-
* @
|
1456
|
+
* @stable ICU 54
|
1440
1457
|
*/
|
1441
1458
|
UDAT_ZODIAC_NAMES_ABBREVIATED,
|
1442
1459
|
/**
|
1443
1460
|
* Calendar zodiac names (only supported for some calendars, and only for FORMAT usage;
|
1444
1461
|
* udat_setSymbols not supported for UDAT_ZODIAC_NAMES_NARROW)
|
1445
|
-
* @
|
1462
|
+
* @stable ICU 54
|
1446
1463
|
*/
|
1447
1464
|
UDAT_ZODIAC_NAMES_NARROW
|
1448
|
-
#endif /* U_HIDE_DRAFT_API */
|
1449
1465
|
} UDateFormatSymbolType;
|
1450
1466
|
|
1451
1467
|
struct UDateFormatSymbols;
|
@@ -1471,7 +1487,7 @@ typedef struct UDateFormatSymbols UDateFormatSymbols;
|
|
1471
1487
|
* @see udat_setSymbols
|
1472
1488
|
* @stable ICU 2.0
|
1473
1489
|
*/
|
1474
|
-
U_STABLE int32_t U_EXPORT2
|
1490
|
+
U_STABLE int32_t U_EXPORT2
|
1475
1491
|
udat_getSymbols(const UDateFormat *fmt,
|
1476
1492
|
UDateFormatSymbolType type,
|
1477
1493
|
int32_t symbolIndex,
|
@@ -1491,7 +1507,7 @@ udat_getSymbols(const UDateFormat *fmt,
|
|
1491
1507
|
* @see udat_setSymbols
|
1492
1508
|
* @stable ICU 2.0
|
1493
1509
|
*/
|
1494
|
-
U_STABLE int32_t U_EXPORT2
|
1510
|
+
U_STABLE int32_t U_EXPORT2
|
1495
1511
|
udat_countSymbols( const UDateFormat *fmt,
|
1496
1512
|
UDateFormatSymbolType type);
|
1497
1513
|
|
@@ -1510,7 +1526,7 @@ udat_countSymbols( const UDateFormat *fmt,
|
|
1510
1526
|
* @see udat_countSymbols
|
1511
1527
|
* @stable ICU 2.0
|
1512
1528
|
*/
|
1513
|
-
U_STABLE void U_EXPORT2
|
1529
|
+
U_STABLE void U_EXPORT2
|
1514
1530
|
udat_setSymbols( UDateFormat *format,
|
1515
1531
|
UDateFormatSymbolType type,
|
1516
1532
|
int32_t symbolIndex,
|
@@ -1522,7 +1538,7 @@ udat_setSymbols( UDateFormat *format,
|
|
1522
1538
|
* Get the locale for this date format object.
|
1523
1539
|
* You can choose between valid and actual locale.
|
1524
1540
|
* @param fmt The formatter to get the locale from
|
1525
|
-
* @param type type of the locale we're looking for (valid or actual)
|
1541
|
+
* @param type type of the locale we're looking for (valid or actual)
|
1526
1542
|
* @param status error code for the operation
|
1527
1543
|
* @return the locale name
|
1528
1544
|
* @stable ICU 2.8
|
@@ -1530,7 +1546,7 @@ udat_setSymbols( UDateFormat *format,
|
|
1530
1546
|
U_STABLE const char* U_EXPORT2
|
1531
1547
|
udat_getLocaleByType(const UDateFormat *fmt,
|
1532
1548
|
ULocDataLocaleType type,
|
1533
|
-
UErrorCode* status);
|
1549
|
+
UErrorCode* status);
|
1534
1550
|
|
1535
1551
|
/**
|
1536
1552
|
* Set a particular UDisplayContext value in the formatter, such as
|
@@ -1567,7 +1583,7 @@ udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* st
|
|
1567
1583
|
* @see udat_applyPatternRelative
|
1568
1584
|
* @internal ICU 4.2 technology preview
|
1569
1585
|
*/
|
1570
|
-
U_INTERNAL int32_t U_EXPORT2
|
1586
|
+
U_INTERNAL int32_t U_EXPORT2
|
1571
1587
|
udat_toPatternRelativeDate(const UDateFormat *fmt,
|
1572
1588
|
UChar *result,
|
1573
1589
|
int32_t resultLength,
|
@@ -1584,7 +1600,7 @@ udat_toPatternRelativeDate(const UDateFormat *fmt,
|
|
1584
1600
|
* @see udat_applyPatternRelative
|
1585
1601
|
* @internal ICU 4.2 technology preview
|
1586
1602
|
*/
|
1587
|
-
U_INTERNAL int32_t U_EXPORT2
|
1603
|
+
U_INTERNAL int32_t U_EXPORT2
|
1588
1604
|
udat_toPatternRelativeTime(const UDateFormat *fmt,
|
1589
1605
|
UChar *result,
|
1590
1606
|
int32_t resultLength,
|
@@ -1602,7 +1618,7 @@ udat_toPatternRelativeTime(const UDateFormat *fmt,
|
|
1602
1618
|
* @see udat_toPatternRelativeDate, udat_toPatternRelativeTime
|
1603
1619
|
* @internal ICU 4.2 technology preview
|
1604
1620
|
*/
|
1605
|
-
U_INTERNAL void U_EXPORT2
|
1621
|
+
U_INTERNAL void U_EXPORT2
|
1606
1622
|
udat_applyPatternRelative(UDateFormat *format,
|
1607
1623
|
const UChar *datePattern,
|
1608
1624
|
int32_t datePatternLength,
|