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) 2004-
|
3
|
+
* Copyright (C) 2004-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
**********************************************************************
|
6
6
|
* file name: uregex.h
|
@@ -487,7 +487,7 @@ uregex_matches64(URegularExpression *regexp,
|
|
487
487
|
*
|
488
488
|
* <p>If the match succeeds then more information can be obtained via the
|
489
489
|
* <code>uregexp_start()</code>, <code>uregexp_end()</code>,
|
490
|
-
* and <code>
|
490
|
+
* and <code>uregex_group()</code> functions.</p>
|
491
491
|
*
|
492
492
|
* @param regexp The compiled regular expression.
|
493
493
|
* @param startIndex The input string (native) index at which to begin matching, or
|
@@ -516,7 +516,7 @@ uregex_lookingAt(URegularExpression *regexp,
|
|
516
516
|
*
|
517
517
|
* <p>If the match succeeds then more information can be obtained via the
|
518
518
|
* <code>uregexp_start()</code>, <code>uregexp_end()</code>,
|
519
|
-
* and <code>
|
519
|
+
* and <code>uregex_group()</code> functions.</p>
|
520
520
|
*
|
521
521
|
* @param regexp The compiled regular expression.
|
522
522
|
* @param startIndex The input string (native) index at which to begin matching, or
|
@@ -607,7 +607,6 @@ U_STABLE int32_t U_EXPORT2
|
|
607
607
|
uregex_groupCount(URegularExpression *regexp,
|
608
608
|
UErrorCode *status);
|
609
609
|
|
610
|
-
#ifndef U_HIDE_DRAFT_API
|
611
610
|
/**
|
612
611
|
* Get the group number corresponding to a named capture group.
|
613
612
|
* The returned number can be used with any function that access
|
@@ -622,9 +621,9 @@ uregex_groupCount(URegularExpression *regexp,
|
|
622
621
|
* nul-terminated string.
|
623
622
|
* @param status A pointer to a UErrorCode to receive any errors.
|
624
623
|
*
|
625
|
-
* @
|
624
|
+
* @stable ICU 55
|
626
625
|
*/
|
627
|
-
|
626
|
+
U_STABLE int32_t U_EXPORT2
|
628
627
|
uregex_groupNumberFromName(URegularExpression *regexp,
|
629
628
|
const UChar *groupName,
|
630
629
|
int32_t nameLength,
|
@@ -646,14 +645,13 @@ uregex_groupNumberFromName(URegularExpression *regexp,
|
|
646
645
|
* nul-terminated.
|
647
646
|
* @param status A pointer to a UErrorCode to receive any errors.
|
648
647
|
*
|
649
|
-
* @
|
648
|
+
* @stable ICU 55
|
650
649
|
*/
|
651
|
-
|
650
|
+
U_STABLE int32_t U_EXPORT2
|
652
651
|
uregex_groupNumberFromCName(URegularExpression *regexp,
|
653
652
|
const char *groupName,
|
654
653
|
int32_t nameLength,
|
655
654
|
UErrorCode *status);
|
656
|
-
#endif /* U_HIDE_DRAFT_API */
|
657
655
|
|
658
656
|
/** Extract the string for the specified matching expression or subexpression.
|
659
657
|
* Group #0 is the complete string of matched text.
|
@@ -0,0 +1,365 @@
|
|
1
|
+
/*
|
2
|
+
*****************************************************************************************
|
3
|
+
* Copyright (C) 2016, International Business Machines
|
4
|
+
* Corporation and others. All Rights Reserved.
|
5
|
+
*****************************************************************************************
|
6
|
+
*/
|
7
|
+
|
8
|
+
#ifndef URELDATEFMT_H
|
9
|
+
#define URELDATEFMT_H
|
10
|
+
|
11
|
+
#include "unicode/utypes.h"
|
12
|
+
|
13
|
+
#if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION
|
14
|
+
|
15
|
+
#include "unicode/unum.h"
|
16
|
+
#include "unicode/udisplaycontext.h"
|
17
|
+
#include "unicode/localpointer.h"
|
18
|
+
|
19
|
+
/**
|
20
|
+
* \file
|
21
|
+
* \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
|
22
|
+
*
|
23
|
+
* Provides simple formatting of relative dates, in two ways
|
24
|
+
* <ul>
|
25
|
+
* <li>relative dates with a quantity e.g "in 5 days"</li>
|
26
|
+
* <li>relative dates without a quantity e.g "next Tuesday"</li>
|
27
|
+
* </ul>
|
28
|
+
* <p>
|
29
|
+
* This does not provide compound formatting for multiple units,
|
30
|
+
* other than the ability to combine a time string with a relative date,
|
31
|
+
* as in "next Tuesday at 3:45 PM". It also does not provide support
|
32
|
+
* for determining which unit to use, such as deciding between "in 7 days"
|
33
|
+
* and "in 1 week".
|
34
|
+
*
|
35
|
+
* @draft ICU 57
|
36
|
+
*/
|
37
|
+
|
38
|
+
/**
|
39
|
+
* The formatting style
|
40
|
+
* @stable ICU 54
|
41
|
+
*/
|
42
|
+
typedef enum UDateRelativeDateTimeFormatterStyle {
|
43
|
+
/**
|
44
|
+
* Everything spelled out.
|
45
|
+
* @stable ICU 54
|
46
|
+
*/
|
47
|
+
UDAT_STYLE_LONG,
|
48
|
+
|
49
|
+
/**
|
50
|
+
* Abbreviations used when possible.
|
51
|
+
* @stable ICU 54
|
52
|
+
*/
|
53
|
+
UDAT_STYLE_SHORT,
|
54
|
+
|
55
|
+
/**
|
56
|
+
* Use the shortest possible form.
|
57
|
+
* @stable ICU 54
|
58
|
+
*/
|
59
|
+
UDAT_STYLE_NARROW,
|
60
|
+
|
61
|
+
/**
|
62
|
+
* The number of styles.
|
63
|
+
* @stable ICU 54
|
64
|
+
*/
|
65
|
+
UDAT_STYLE_COUNT
|
66
|
+
} UDateRelativeDateTimeFormatterStyle;
|
67
|
+
|
68
|
+
#ifndef U_HIDE_DRAFT_API
|
69
|
+
/**
|
70
|
+
* Represents the unit for formatting a relative date. e.g "in 5 days"
|
71
|
+
* or "next year"
|
72
|
+
* @draft ICU 57
|
73
|
+
*/
|
74
|
+
typedef enum URelativeDateTimeUnit {
|
75
|
+
/**
|
76
|
+
* Specifies that relative unit is year, e.g. "last year",
|
77
|
+
* "in 5 years".
|
78
|
+
* @draft ICU 57
|
79
|
+
*/
|
80
|
+
UDAT_REL_UNIT_YEAR,
|
81
|
+
/**
|
82
|
+
* Specifies that relative unit is quarter, e.g. "last quarter",
|
83
|
+
* "in 5 quarters".
|
84
|
+
* @draft ICU 57
|
85
|
+
*/
|
86
|
+
UDAT_REL_UNIT_QUARTER,
|
87
|
+
/**
|
88
|
+
* Specifies that relative unit is month, e.g. "last month",
|
89
|
+
* "in 5 months".
|
90
|
+
* @draft ICU 57
|
91
|
+
*/
|
92
|
+
UDAT_REL_UNIT_MONTH,
|
93
|
+
/**
|
94
|
+
* Specifies that relative unit is week, e.g. "last week",
|
95
|
+
* "in 5 weeks".
|
96
|
+
* @draft ICU 57
|
97
|
+
*/
|
98
|
+
UDAT_REL_UNIT_WEEK,
|
99
|
+
/**
|
100
|
+
* Specifies that relative unit is day, e.g. "yesterday",
|
101
|
+
* "in 5 days".
|
102
|
+
* @draft ICU 57
|
103
|
+
*/
|
104
|
+
UDAT_REL_UNIT_DAY,
|
105
|
+
/**
|
106
|
+
* Specifies that relative unit is hour, e.g. "1 hour ago",
|
107
|
+
* "in 5 hours".
|
108
|
+
* @draft ICU 57
|
109
|
+
*/
|
110
|
+
UDAT_REL_UNIT_HOUR,
|
111
|
+
/**
|
112
|
+
* Specifies that relative unit is minute, e.g. "1 minute ago",
|
113
|
+
* "in 5 minutes".
|
114
|
+
* @draft ICU 57
|
115
|
+
*/
|
116
|
+
UDAT_REL_UNIT_MINUTE,
|
117
|
+
/**
|
118
|
+
* Specifies that relative unit is second, e.g. "1 second ago",
|
119
|
+
* "in 5 seconds".
|
120
|
+
* @draft ICU 57
|
121
|
+
*/
|
122
|
+
UDAT_REL_UNIT_SECOND,
|
123
|
+
/**
|
124
|
+
* Specifies that relative unit is Sunday, e.g. "last Sunday",
|
125
|
+
* "this Sunday", "next Sunday", "in 5 Sundays".
|
126
|
+
* @draft ICU 57
|
127
|
+
*/
|
128
|
+
UDAT_REL_UNIT_SUNDAY,
|
129
|
+
/**
|
130
|
+
* Specifies that relative unit is Monday, e.g. "last Monday",
|
131
|
+
* "this Monday", "next Monday", "in 5 Mondays".
|
132
|
+
* @draft ICU 57
|
133
|
+
*/
|
134
|
+
UDAT_REL_UNIT_MONDAY,
|
135
|
+
/**
|
136
|
+
* Specifies that relative unit is Tuesday, e.g. "last Tuesday",
|
137
|
+
* "this Tuesday", "next Tuesday", "in 5 Tuesdays".
|
138
|
+
* @draft ICU 57
|
139
|
+
*/
|
140
|
+
UDAT_REL_UNIT_TUESDAY,
|
141
|
+
/**
|
142
|
+
* Specifies that relative unit is Wednesday, e.g. "last Wednesday",
|
143
|
+
* "this Wednesday", "next Wednesday", "in 5 Wednesdays".
|
144
|
+
* @draft ICU 57
|
145
|
+
*/
|
146
|
+
UDAT_REL_UNIT_WEDNESDAY,
|
147
|
+
/**
|
148
|
+
* Specifies that relative unit is Thursday, e.g. "last Thursday",
|
149
|
+
* "this Thursday", "next Thursday", "in 5 Thursdays".
|
150
|
+
* @draft ICU 57
|
151
|
+
*/
|
152
|
+
UDAT_REL_UNIT_THURSDAY,
|
153
|
+
/**
|
154
|
+
* Specifies that relative unit is Friday, e.g. "last Friday",
|
155
|
+
* "this Friday", "next Friday", "in 5 Fridays".
|
156
|
+
* @draft ICU 57
|
157
|
+
*/
|
158
|
+
UDAT_REL_UNIT_FRIDAY,
|
159
|
+
/**
|
160
|
+
* Specifies that relative unit is Saturday, e.g. "last Saturday",
|
161
|
+
* "this Saturday", "next Saturday", "in 5 Saturdays".
|
162
|
+
* @draft ICU 57
|
163
|
+
*/
|
164
|
+
UDAT_REL_UNIT_SATURDAY,
|
165
|
+
/**
|
166
|
+
* Count of URelativeDateTimeUnit values
|
167
|
+
* @draft ICU 57
|
168
|
+
*/
|
169
|
+
UDAT_REL_UNIT_COUNT
|
170
|
+
} URelativeDateTimeUnit;
|
171
|
+
#endif /* U_HIDE_DRAFT_API */
|
172
|
+
|
173
|
+
#ifndef U_HIDE_DRAFT_API
|
174
|
+
|
175
|
+
/**
|
176
|
+
* Opaque URelativeDateTimeFormatter object for use in C programs.
|
177
|
+
* @draft ICU 57
|
178
|
+
*/
|
179
|
+
struct URelativeDateTimeFormatter;
|
180
|
+
typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct URelativeDateTimeFormatter. @draft ICU 57 */
|
181
|
+
|
182
|
+
|
183
|
+
/**
|
184
|
+
* Open a new URelativeDateTimeFormatter object for a given locale using the
|
185
|
+
* specified width and capitalizationContext, along with a number formatter
|
186
|
+
* (if desired) to override the default formatter that would be used for
|
187
|
+
* display of numeric field offsets. The default formatter typically rounds
|
188
|
+
* toward 0 and has a minimum of 0 fraction digits and a maximum of 3
|
189
|
+
* fraction digits (i.e. it will show as many decimal places as necessary
|
190
|
+
* up to 3, without showing trailing 0s).
|
191
|
+
*
|
192
|
+
* @param locale
|
193
|
+
* The locale
|
194
|
+
* @param nfToAdopt
|
195
|
+
* A number formatter to set for this URelativeDateTimeFormatter
|
196
|
+
* object (instead of the default decimal formatter). Ownership of
|
197
|
+
* this UNumberFormat object will pass to the URelativeDateTimeFormatter
|
198
|
+
* object (the URelativeDateTimeFormatter adopts the UNumberFormat),
|
199
|
+
* which becomes responsible for closing it. If the caller wishes to
|
200
|
+
* retain ownership of the UNumberFormat object, the caller must clone
|
201
|
+
* it (with unum_clone) and pass the clone to ureldatefmt_open. May be
|
202
|
+
* NULL to use the default decimal formatter.
|
203
|
+
* @param width
|
204
|
+
* The width - wide, short, narrow, etc.
|
205
|
+
* @param capitalizationContext
|
206
|
+
* A value from UDisplayContext that pertains to capitalization, e.g.
|
207
|
+
* UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE.
|
208
|
+
* @param status
|
209
|
+
* A pointer to a UErrorCode to receive any errors.
|
210
|
+
* @return
|
211
|
+
* A pointer to a URelativeDateTimeFormatter object for the specified locale,
|
212
|
+
* or NULL if an error occurred.
|
213
|
+
* @draft ICU 57
|
214
|
+
*/
|
215
|
+
U_DRAFT URelativeDateTimeFormatter* U_EXPORT2
|
216
|
+
ureldatefmt_open( const char* locale,
|
217
|
+
UNumberFormat* nfToAdopt,
|
218
|
+
UDateRelativeDateTimeFormatterStyle width,
|
219
|
+
UDisplayContext capitalizationContext,
|
220
|
+
UErrorCode* status );
|
221
|
+
|
222
|
+
/**
|
223
|
+
* Close a URelativeDateTimeFormatter object. Once closed it may no longer be used.
|
224
|
+
* @param reldatefmt
|
225
|
+
* The URelativeDateTimeFormatter object to close.
|
226
|
+
* @draft ICU 57
|
227
|
+
*/
|
228
|
+
U_DRAFT void U_EXPORT2
|
229
|
+
ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt);
|
230
|
+
|
231
|
+
#if U_SHOW_CPLUSPLUS_API
|
232
|
+
|
233
|
+
U_NAMESPACE_BEGIN
|
234
|
+
|
235
|
+
/**
|
236
|
+
* \class LocalURelativeDateTimeFormatterPointer
|
237
|
+
* "Smart pointer" class, closes a URelativeDateTimeFormatter via ureldatefmt_close().
|
238
|
+
* For most methods see the LocalPointerBase base class.
|
239
|
+
*
|
240
|
+
* @see LocalPointerBase
|
241
|
+
* @see LocalPointer
|
242
|
+
* @draft ICU 57
|
243
|
+
*/
|
244
|
+
U_DEFINE_LOCAL_OPEN_POINTER(LocalURelativeDateTimeFormatterPointer, URelativeDateTimeFormatter, ureldatefmt_close);
|
245
|
+
|
246
|
+
U_NAMESPACE_END
|
247
|
+
|
248
|
+
#endif
|
249
|
+
|
250
|
+
/**
|
251
|
+
* Format a combination of URelativeDateTimeUnit and numeric
|
252
|
+
* offset using a numeric style, e.g. "1 week ago", "in 1 week",
|
253
|
+
* "5 weeks ago", "in 5 weeks".
|
254
|
+
*
|
255
|
+
* @param reldatefmt
|
256
|
+
* The URelativeDateTimeFormatter object specifying the
|
257
|
+
* format conventions.
|
258
|
+
* @param offset
|
259
|
+
* The signed offset for the specified unit. This will
|
260
|
+
* be formatted according to this object's UNumberFormat
|
261
|
+
* object.
|
262
|
+
* @param unit
|
263
|
+
* The unit to use when formatting the relative
|
264
|
+
* date, e.g. UDAT_REL_UNIT_WEEK, UDAT_REL_UNIT_FRIDAY.
|
265
|
+
* @param result
|
266
|
+
* A pointer to a buffer to receive the formatted result.
|
267
|
+
* @param resultCapacity
|
268
|
+
* The maximum size of result.
|
269
|
+
* @param status
|
270
|
+
* A pointer to a UErrorCode to receive any errors. In
|
271
|
+
* case of error status, the contents of result are
|
272
|
+
* undefined.
|
273
|
+
* @return
|
274
|
+
* The length of the formatted result; may be greater
|
275
|
+
* than resultCapacity, in which case an error is returned.
|
276
|
+
* @draft ICU 57
|
277
|
+
*/
|
278
|
+
U_DRAFT int32_t U_EXPORT2
|
279
|
+
ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt,
|
280
|
+
double offset,
|
281
|
+
URelativeDateTimeUnit unit,
|
282
|
+
UChar* result,
|
283
|
+
int32_t resultCapacity,
|
284
|
+
UErrorCode* status);
|
285
|
+
|
286
|
+
/**
|
287
|
+
* Format a combination of URelativeDateTimeUnit and numeric offset
|
288
|
+
* using a text style if possible, e.g. "last week", "this week",
|
289
|
+
* "next week", "yesterday", "tomorrow". Falls back to numeric
|
290
|
+
* style if no appropriate text term is available for the specified
|
291
|
+
* offset in the object's locale.
|
292
|
+
*
|
293
|
+
* @param reldatefmt
|
294
|
+
* The URelativeDateTimeFormatter object specifying the
|
295
|
+
* format conventions.
|
296
|
+
* @param offset
|
297
|
+
* The signed offset for the specified unit.
|
298
|
+
* @param unit
|
299
|
+
* The unit to use when formatting the relative
|
300
|
+
* date, e.g. UDAT_REL_UNIT_WEEK, UDAT_REL_UNIT_FRIDAY.
|
301
|
+
* @param result
|
302
|
+
* A pointer to a buffer to receive the formatted result.
|
303
|
+
* @param resultCapacity
|
304
|
+
* The maximum size of result.
|
305
|
+
* @param status
|
306
|
+
* A pointer to a UErrorCode to receive any errors. In
|
307
|
+
* case of error status, the contents of result are
|
308
|
+
* undefined.
|
309
|
+
* @return
|
310
|
+
* The length of the formatted result; may be greater
|
311
|
+
* than resultCapacity, in which case an error is returned.
|
312
|
+
* @draft ICU 57
|
313
|
+
*/
|
314
|
+
U_DRAFT int32_t U_EXPORT2
|
315
|
+
ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt,
|
316
|
+
double offset,
|
317
|
+
URelativeDateTimeUnit unit,
|
318
|
+
UChar* result,
|
319
|
+
int32_t resultCapacity,
|
320
|
+
UErrorCode* status);
|
321
|
+
|
322
|
+
/**
|
323
|
+
* Combines a relative date string and a time string in this object's
|
324
|
+
* locale. This is done with the same date-time separator used for the
|
325
|
+
* default calendar in this locale to produce a result such as
|
326
|
+
* "yesterday at 3:45 PM".
|
327
|
+
*
|
328
|
+
* @param reldatefmt
|
329
|
+
* The URelativeDateTimeFormatter object specifying the format conventions.
|
330
|
+
* @param relativeDateString
|
331
|
+
* The relative date string.
|
332
|
+
* @param relativeDateStringLen
|
333
|
+
* The length of relativeDateString; may be -1 if relativeDateString
|
334
|
+
* is zero-terminated.
|
335
|
+
* @param timeString
|
336
|
+
* The time string.
|
337
|
+
* @param timeStringLen
|
338
|
+
* The length of timeString; may be -1 if timeString is zero-terminated.
|
339
|
+
* @param result
|
340
|
+
* A pointer to a buffer to receive the formatted result.
|
341
|
+
* @param resultCapacity
|
342
|
+
* The maximum size of result.
|
343
|
+
* @param status
|
344
|
+
* A pointer to a UErrorCode to receive any errors. In case of error status,
|
345
|
+
* the contents of result are undefined.
|
346
|
+
* @return
|
347
|
+
* The length of the formatted result; may be greater than resultCapacity,
|
348
|
+
* in which case an error is returned.
|
349
|
+
* @draft ICU 57
|
350
|
+
*/
|
351
|
+
U_DRAFT int32_t U_EXPORT2
|
352
|
+
ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt,
|
353
|
+
const UChar * relativeDateString,
|
354
|
+
int32_t relativeDateStringLen,
|
355
|
+
const UChar * timeString,
|
356
|
+
int32_t timeStringLen,
|
357
|
+
UChar* result,
|
358
|
+
int32_t resultCapacity,
|
359
|
+
UErrorCode* status );
|
360
|
+
|
361
|
+
#endif /* U_HIDE_DRAFT_API */
|
362
|
+
|
363
|
+
#endif /* !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION */
|
364
|
+
|
365
|
+
#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
|
*
|
@@ -1077,6 +1077,7 @@
|
|
1077
1077
|
#define ulocdata_setNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_setNoSubstitute)
|
1078
1078
|
#define ulocimp_getCountry U_ICU_ENTRY_POINT_RENAME(ulocimp_getCountry)
|
1079
1079
|
#define ulocimp_getLanguage U_ICU_ENTRY_POINT_RENAME(ulocimp_getLanguage)
|
1080
|
+
#define ulocimp_getRegionForSupplementalData U_ICU_ENTRY_POINT_RENAME(ulocimp_getRegionForSupplementalData)
|
1080
1081
|
#define ulocimp_getScript U_ICU_ENTRY_POINT_RENAME(ulocimp_getScript)
|
1081
1082
|
#define ulocimp_toBcpKey U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpKey)
|
1082
1083
|
#define ulocimp_toBcpType U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpType)
|
@@ -1445,11 +1446,20 @@
|
|
1445
1446
|
#define uregion_getRegionFromCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromCode)
|
1446
1447
|
#define uregion_getRegionFromNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromNumericCode)
|
1447
1448
|
#define uregion_getType U_ICU_ENTRY_POINT_RENAME(uregion_getType)
|
1449
|
+
#define ureldatefmt_close U_ICU_ENTRY_POINT_RENAME(ureldatefmt_close)
|
1450
|
+
#define ureldatefmt_combineDateAndTime U_ICU_ENTRY_POINT_RENAME(ureldatefmt_combineDateAndTime)
|
1451
|
+
#define ureldatefmt_format U_ICU_ENTRY_POINT_RENAME(ureldatefmt_format)
|
1452
|
+
#define ureldatefmt_formatNumeric U_ICU_ENTRY_POINT_RENAME(ureldatefmt_formatNumeric)
|
1453
|
+
#define ureldatefmt_open U_ICU_ENTRY_POINT_RENAME(ureldatefmt_open)
|
1448
1454
|
#define ures_close U_ICU_ENTRY_POINT_RENAME(ures_close)
|
1449
1455
|
#define ures_copyResb U_ICU_ENTRY_POINT_RENAME(ures_copyResb)
|
1450
1456
|
#define ures_countArrayItems U_ICU_ENTRY_POINT_RENAME(ures_countArrayItems)
|
1451
1457
|
#define ures_findResource U_ICU_ENTRY_POINT_RENAME(ures_findResource)
|
1452
1458
|
#define ures_findSubResource U_ICU_ENTRY_POINT_RENAME(ures_findSubResource)
|
1459
|
+
#define ures_getAllArrayItems U_ICU_ENTRY_POINT_RENAME(ures_getAllArrayItems)
|
1460
|
+
#define ures_getAllArrayItemsWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getAllArrayItemsWithFallback)
|
1461
|
+
#define ures_getAllTableItems U_ICU_ENTRY_POINT_RENAME(ures_getAllTableItems)
|
1462
|
+
#define ures_getAllTableItemsWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getAllTableItemsWithFallback)
|
1453
1463
|
#define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary)
|
1454
1464
|
#define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex)
|
1455
1465
|
#define ures_getByKey U_ICU_ENTRY_POINT_RENAME(ures_getByKey)
|
@@ -1613,6 +1623,7 @@
|
|
1613
1623
|
#define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton)
|
1614
1624
|
#define uspoof_getSkeletonUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUTF8)
|
1615
1625
|
#define uspoof_getSkeletonUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUnicodeString)
|
1626
|
+
#define uspoof_internalInitStatics U_ICU_ENTRY_POINT_RENAME(uspoof_internalInitStatics)
|
1616
1627
|
#define uspoof_open U_ICU_ENTRY_POINT_RENAME(uspoof_open)
|
1617
1628
|
#define uspoof_openFromSerialized U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSerialized)
|
1618
1629
|
#define uspoof_openFromSource U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSource)
|