pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +25 -0
- data/Rakefile +8 -8
- data/ext/pango/extconf.rb +4 -1
- data/ext/pango/pango.def +1 -0
- data/ext/pango/rb-pango-attr-list.c +3 -3
- data/ext/pango/rb-pango-attribute.c +67 -57
- data/ext/pango/rb-pango-conversions.h +3 -3
- data/ext/pango/rb-pango-private.h +0 -1
- data/ext/pango/rb-pango.c +0 -1
- data/ext/pango/rb-pango.h +2 -1
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/2.4/pango.so +0 -0
- data/lib/2.5/pango.so +0 -0
- data/lib/pango/loader.rb +13 -1
- data/lib/pango/rectangle.rb +7 -1
- data/pango.gemspec +43 -0
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/escapesrc.exe +0 -0
- data/vendor/local/bin/fribidi.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-subset.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +13 -8
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libfribidi-0.dll +0 -0
- data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libharfbuzz-subset-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/fribidi/fribidi-config.h +2 -2
- data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
- data/vendor/local/include/harfbuzz/hb-common.h +24 -3
- data/vendor/local/include/harfbuzz/hb-face.h +4 -0
- data/vendor/local/include/harfbuzz/hb-map.h +104 -0
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
- data/vendor/local/include/harfbuzz/hb-set.h +0 -2
- data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
- data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
- data/vendor/local/include/harfbuzz/hb-version.h +3 -3
- data/vendor/local/include/harfbuzz/hb.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/unicode/alphaindex.h +2 -1
- data/vendor/local/include/unicode/appendable.h +25 -25
- data/vendor/local/include/unicode/basictz.h +1 -1
- data/vendor/local/include/unicode/brkiter.h +19 -24
- data/vendor/local/include/unicode/bytestream.h +26 -13
- data/vendor/local/include/unicode/bytestrie.h +2 -2
- data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
- data/vendor/local/include/unicode/calendar.h +11 -11
- data/vendor/local/include/unicode/caniter.h +3 -3
- data/vendor/local/include/unicode/casemap.h +494 -0
- data/vendor/local/include/unicode/char16ptr.h +302 -0
- data/vendor/local/include/unicode/chariter.h +22 -18
- data/vendor/local/include/unicode/choicfmt.h +1 -1
- data/vendor/local/include/unicode/coleitr.h +2 -1
- data/vendor/local/include/unicode/coll.h +17 -17
- data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
- data/vendor/local/include/unicode/curramt.h +5 -5
- data/vendor/local/include/unicode/currpinf.h +1 -1
- data/vendor/local/include/unicode/currunit.h +24 -6
- data/vendor/local/include/unicode/datefmt.h +3 -2
- data/vendor/local/include/unicode/dbbi.h +1 -1
- data/vendor/local/include/unicode/dcfmtsym.h +89 -13
- data/vendor/local/include/unicode/decimfmt.h +38 -39
- data/vendor/local/include/unicode/docmain.h +7 -2
- data/vendor/local/include/unicode/dtfmtsym.h +7 -6
- data/vendor/local/include/unicode/dtintrv.h +2 -2
- data/vendor/local/include/unicode/dtitvfmt.h +2 -2
- data/vendor/local/include/unicode/dtitvinf.h +1 -3
- data/vendor/local/include/unicode/dtptngen.h +48 -24
- data/vendor/local/include/unicode/dtrule.h +1 -1
- data/vendor/local/include/unicode/edits.h +424 -0
- data/vendor/local/include/unicode/enumset.h +1 -1
- data/vendor/local/include/unicode/errorcode.h +2 -2
- data/vendor/local/include/unicode/fieldpos.h +1 -1
- data/vendor/local/include/unicode/filteredbrk.h +35 -5
- data/vendor/local/include/unicode/fmtable.h +1 -1
- data/vendor/local/include/unicode/format.h +1 -1
- data/vendor/local/include/unicode/fpositer.h +11 -3
- data/vendor/local/include/unicode/gender.h +1 -1
- data/vendor/local/include/unicode/gregocal.h +1 -1
- data/vendor/local/include/unicode/icudataver.h +1 -1
- data/vendor/local/include/unicode/icuplug.h +1 -1
- data/vendor/local/include/unicode/idna.h +2 -2
- data/vendor/local/include/unicode/listformatter.h +4 -2
- data/vendor/local/include/unicode/localpointer.h +6 -43
- data/vendor/local/include/unicode/locdspnm.h +2 -1
- data/vendor/local/include/unicode/locid.h +7 -6
- data/vendor/local/include/unicode/measfmt.h +18 -7
- data/vendor/local/include/unicode/measunit.h +31 -60
- data/vendor/local/include/unicode/measure.h +1 -1
- data/vendor/local/include/unicode/messagepattern.h +2 -2
- data/vendor/local/include/unicode/msgfmt.h +2 -2
- data/vendor/local/include/unicode/normalizer2.h +130 -16
- data/vendor/local/include/unicode/normlzr.h +5 -5
- data/vendor/local/include/unicode/nounit.h +111 -0
- data/vendor/local/include/unicode/numberformatter.h +2194 -0
- data/vendor/local/include/unicode/numfmt.h +81 -7
- data/vendor/local/include/unicode/numsys.h +2 -2
- data/vendor/local/include/unicode/parseerr.h +3 -3
- data/vendor/local/include/unicode/parsepos.h +1 -1
- data/vendor/local/include/unicode/platform.h +66 -63
- data/vendor/local/include/unicode/plurfmt.h +1 -1
- data/vendor/local/include/unicode/plurrule.h +23 -4
- data/vendor/local/include/unicode/ptypes.h +1 -1
- data/vendor/local/include/unicode/putil.h +4 -4
- data/vendor/local/include/unicode/rbbi.h +105 -134
- data/vendor/local/include/unicode/rbnf.h +65 -3
- data/vendor/local/include/unicode/rbtz.h +1 -1
- data/vendor/local/include/unicode/regex.h +17 -17
- data/vendor/local/include/unicode/region.h +1 -1
- data/vendor/local/include/unicode/reldatefmt.h +4 -5
- data/vendor/local/include/unicode/rep.h +4 -4
- data/vendor/local/include/unicode/resbund.h +3 -3
- data/vendor/local/include/unicode/schriter.h +3 -3
- data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
- data/vendor/local/include/unicode/search.h +1 -1
- data/vendor/local/include/unicode/selfmt.h +1 -1
- data/vendor/local/include/unicode/simpleformatter.h +31 -25
- data/vendor/local/include/unicode/simpletz.h +5 -3
- data/vendor/local/include/unicode/smpdtfmt.h +17 -7
- data/vendor/local/include/unicode/sortkey.h +1 -1
- data/vendor/local/include/unicode/std_string.h +6 -8
- data/vendor/local/include/unicode/strenum.h +5 -5
- data/vendor/local/include/unicode/stringoptions.h +198 -0
- data/vendor/local/include/unicode/stringpiece.h +1 -3
- data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
- data/vendor/local/include/unicode/stsearch.h +1 -1
- data/vendor/local/include/unicode/symtable.h +1 -1
- data/vendor/local/include/unicode/tblcoll.h +13 -13
- data/vendor/local/include/unicode/timezone.h +5 -5
- data/vendor/local/include/unicode/tmunit.h +1 -1
- data/vendor/local/include/unicode/tmutamt.h +1 -1
- data/vendor/local/include/unicode/tmutfmt.h +1 -1
- data/vendor/local/include/unicode/translit.h +2 -2
- data/vendor/local/include/unicode/tzfmt.h +4 -4
- data/vendor/local/include/unicode/tznames.h +3 -5
- data/vendor/local/include/unicode/tzrule.h +1 -1
- data/vendor/local/include/unicode/tztrans.h +1 -1
- data/vendor/local/include/unicode/ubidi.h +11 -8
- data/vendor/local/include/unicode/ubiditransform.h +16 -19
- data/vendor/local/include/unicode/ubrk.h +61 -4
- data/vendor/local/include/unicode/ucal.h +3 -3
- data/vendor/local/include/unicode/ucasemap.h +7 -47
- data/vendor/local/include/unicode/ucat.h +1 -1
- data/vendor/local/include/unicode/uchar.h +62 -37
- data/vendor/local/include/unicode/ucharstrie.h +48 -48
- data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
- data/vendor/local/include/unicode/uchriter.h +33 -29
- data/vendor/local/include/unicode/uclean.h +15 -13
- data/vendor/local/include/unicode/ucnv.h +11 -11
- data/vendor/local/include/unicode/ucnv_cb.h +1 -1
- data/vendor/local/include/unicode/ucnv_err.h +7 -7
- data/vendor/local/include/unicode/ucnvsel.h +1 -1
- data/vendor/local/include/unicode/ucol.h +6 -6
- data/vendor/local/include/unicode/ucoleitr.h +3 -3
- data/vendor/local/include/unicode/uconfig.h +8 -5
- data/vendor/local/include/unicode/ucsdet.h +7 -3
- data/vendor/local/include/unicode/ucurr.h +14 -1
- data/vendor/local/include/unicode/udat.h +39 -41
- data/vendor/local/include/unicode/udata.h +2 -2
- data/vendor/local/include/unicode/udateintervalformat.h +1 -1
- data/vendor/local/include/unicode/udatpg.h +56 -5
- data/vendor/local/include/unicode/udisplaycontext.h +4 -8
- data/vendor/local/include/unicode/uenum.h +5 -3
- data/vendor/local/include/unicode/ufieldpositer.h +1 -1
- data/vendor/local/include/unicode/uformattable.h +2 -2
- data/vendor/local/include/unicode/ugender.h +1 -1
- data/vendor/local/include/unicode/uidna.h +2 -2
- data/vendor/local/include/unicode/uiter.h +2 -2
- data/vendor/local/include/unicode/uldnames.h +1 -1
- data/vendor/local/include/unicode/ulistformatter.h +4 -4
- data/vendor/local/include/unicode/uloc.h +29 -16
- data/vendor/local/include/unicode/ulocdata.h +5 -5
- data/vendor/local/include/unicode/umachine.h +81 -38
- data/vendor/local/include/unicode/umisc.h +2 -2
- data/vendor/local/include/unicode/umsg.h +2 -2
- data/vendor/local/include/unicode/unifilt.h +2 -2
- data/vendor/local/include/unicode/unifunct.h +1 -1
- data/vendor/local/include/unicode/unimatch.h +1 -1
- data/vendor/local/include/unicode/unirepl.h +1 -1
- data/vendor/local/include/unicode/uniset.h +5 -4
- data/vendor/local/include/unicode/unistr.h +322 -208
- data/vendor/local/include/unicode/unorm.h +9 -9
- data/vendor/local/include/unicode/unorm2.h +3 -26
- data/vendor/local/include/unicode/unum.h +71 -11
- data/vendor/local/include/unicode/unumsys.h +1 -1
- data/vendor/local/include/unicode/uobject.h +2 -2
- data/vendor/local/include/unicode/upluralrules.h +51 -6
- data/vendor/local/include/unicode/uregex.h +2 -2
- data/vendor/local/include/unicode/uregion.h +2 -2
- data/vendor/local/include/unicode/ureldatefmt.h +33 -39
- data/vendor/local/include/unicode/urename.h +18 -17
- data/vendor/local/include/unicode/urep.h +1 -1
- data/vendor/local/include/unicode/ures.h +9 -9
- data/vendor/local/include/unicode/uscript.h +10 -3
- data/vendor/local/include/unicode/usearch.h +3 -3
- data/vendor/local/include/unicode/uset.h +2 -2
- data/vendor/local/include/unicode/usetiter.h +1 -1
- data/vendor/local/include/unicode/ushape.h +3 -3
- data/vendor/local/include/unicode/uspoof.h +24 -29
- data/vendor/local/include/unicode/usprep.h +7 -7
- data/vendor/local/include/unicode/ustdio.h +1 -1
- data/vendor/local/include/unicode/ustream.h +2 -9
- data/vendor/local/include/unicode/ustring.h +3 -13
- data/vendor/local/include/unicode/ustringtrie.h +2 -2
- data/vendor/local/include/unicode/utext.h +16 -16
- data/vendor/local/include/unicode/utf.h +19 -19
- data/vendor/local/include/unicode/utf16.h +128 -8
- data/vendor/local/include/unicode/utf32.h +2 -2
- data/vendor/local/include/unicode/utf8.h +177 -121
- data/vendor/local/include/unicode/utf_old.h +40 -7
- data/vendor/local/include/unicode/utmscale.h +8 -1
- data/vendor/local/include/unicode/utrace.h +4 -4
- data/vendor/local/include/unicode/utrans.h +3 -3
- data/vendor/local/include/unicode/utypes.h +13 -10
- data/vendor/local/include/unicode/uvernum.h +18 -11
- data/vendor/local/include/unicode/uversion.h +10 -4
- data/vendor/local/include/unicode/vtzone.h +1 -1
- data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
- data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
- data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
- data/vendor/local/lib/icu/Makefile.inc +7 -7
- data/vendor/local/lib/icu/pkgdata.inc +2 -2
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin61.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu61.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc61.dll +0 -0
- data/vendor/local/lib/libfribidi.dll.a +0 -0
- data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +3 -3
- data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz-subset.la +3 -3
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +3 -3
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +2 -2
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +2 -2
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +7 -7
- data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
- data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
- data/vendor/local/lib/pkgconfig/pango.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
- data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
- data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
- data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
- data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
- data/vendor/local/share/icu/{58.2 → 61.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 +5 -5
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +9 -9
- data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
- data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
- data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
- data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
- data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
- data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
- data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
- data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
- data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
- data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
- data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
- data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
- data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
- data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
- data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
- data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
- data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
- data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
- data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
- data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
- data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
- 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 +58 -59
- data/ext/pango/rb-pango-context.c +0 -79
- data/vendor/local/lib/icuin58.dll +0 -0
- data/vendor/local/lib/icutu58.dll +0 -0
- data/vendor/local/lib/icuuc58.dll +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
**********************************************************************
|
@@ -119,19 +119,19 @@ typedef struct UConverter UConverter;
|
|
119
119
|
#define UCNV_ESCAPE_JAVA "J"
|
120
120
|
/**
|
121
121
|
* FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to C (\\uXXXX \\UXXXXXXXX)
|
122
|
-
* TO_U_CALLBACK_ESCAPE option to escape the character value
|
122
|
+
* TO_U_CALLBACK_ESCAPE option to escape the character value according to C (\\xXXXX)
|
123
123
|
* @stable ICU 2.0
|
124
124
|
*/
|
125
125
|
#define UCNV_ESCAPE_C "C"
|
126
126
|
/**
|
127
127
|
* FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly
|
128
|
-
* TO_U_CALLBACK_ESCAPE context option to escape the character value
|
128
|
+
* TO_U_CALLBACK_ESCAPE context option to escape the character value according to XML Decimal escape \htmlonly(&#DDDD;)\endhtmlonly
|
129
129
|
* @stable ICU 2.0
|
130
130
|
*/
|
131
131
|
#define UCNV_ESCAPE_XML_DEC "D"
|
132
132
|
/**
|
133
133
|
* FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly
|
134
|
-
* TO_U_CALLBACK_ESCAPE context option to escape the character value
|
134
|
+
* TO_U_CALLBACK_ESCAPE context option to escape the character value according to XML Hex escape \htmlonly(&#xXXXX;)\endhtmlonly
|
135
135
|
* @stable ICU 2.0
|
136
136
|
*/
|
137
137
|
#define UCNV_ESCAPE_XML_HEX "X"
|
@@ -171,7 +171,7 @@ typedef enum {
|
|
171
171
|
code points.
|
172
172
|
The error code U_INVALID_CHAR_FOUND will be set. */
|
173
173
|
UCNV_RESET = 3, /**< The callback is called with this reason when a
|
174
|
-
'reset' has
|
174
|
+
'reset' has occurred. Callback should reset all
|
175
175
|
state. */
|
176
176
|
UCNV_CLOSE = 4, /**< Called when the converter is closed. The
|
177
177
|
callback should release any allocated memory.*/
|
@@ -199,7 +199,7 @@ typedef struct {
|
|
199
199
|
const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
|
200
200
|
char *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
|
201
201
|
const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
|
202
|
-
int32_t *offsets; /**< Pointer to the buffer that
|
202
|
+
int32_t *offsets; /**< Pointer to the buffer that receives the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */
|
203
203
|
} UConverterFromUnicodeArgs;
|
204
204
|
|
205
205
|
|
@@ -215,7 +215,7 @@ typedef struct {
|
|
215
215
|
const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
|
216
216
|
UChar *target; /**< Pointer to the target buffer. @stable ICU 2.0 */
|
217
217
|
const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
|
218
|
-
int32_t *offsets; /**< Pointer to the buffer that
|
218
|
+
int32_t *offsets; /**< Pointer to the buffer that receives the offsets. *offset = blah ; offset++;. @stable ICU 2.0 */
|
219
219
|
} UConverterToUnicodeArgs;
|
220
220
|
|
221
221
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -131,7 +131,7 @@ typedef enum {
|
|
131
131
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
132
132
|
*/
|
133
133
|
UCOL_ATTRIBUTE_VALUE_COUNT
|
134
|
-
#endif
|
134
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
135
135
|
} UColAttributeValue;
|
136
136
|
|
137
137
|
/**
|
@@ -204,7 +204,7 @@ typedef enum {
|
|
204
204
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
205
205
|
*/
|
206
206
|
UCOL_REORDER_CODE_LIMIT = 0x1005
|
207
|
-
#endif
|
207
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
208
208
|
} UColReorderCode;
|
209
209
|
|
210
210
|
/**
|
@@ -342,8 +342,8 @@ typedef enum {
|
|
342
342
|
*/
|
343
343
|
UCOL_NUMERIC_COLLATION = UCOL_STRENGTH + 2,
|
344
344
|
|
345
|
-
|
346
|
-
|
345
|
+
/* Do not conditionalize the following with #ifndef U_HIDE_DEPRECATED_API,
|
346
|
+
* it is needed for layout of RuleBasedCollator object. */
|
347
347
|
/**
|
348
348
|
* One more than the highest normal UColAttribute value.
|
349
349
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
@@ -1067,7 +1067,7 @@ typedef enum {
|
|
1067
1067
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
1068
1068
|
*/
|
1069
1069
|
UCOL_BOUND_VALUE_COUNT
|
1070
|
-
#endif
|
1070
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
1071
1071
|
} UColBoundMode;
|
1072
1072
|
|
1073
1073
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -152,7 +152,7 @@ ucol_reset(UCollationElements *elems);
|
|
152
152
|
* A single character may contain more than one collation element.
|
153
153
|
* @param elems The UCollationElements containing the text.
|
154
154
|
* @param status A pointer to a UErrorCode to receive any errors.
|
155
|
-
* @return The next collation elements ordering, otherwise returns
|
155
|
+
* @return The next collation elements ordering, otherwise returns UCOL_NULLORDER
|
156
156
|
* if an error has occured or if the end of string has been reached
|
157
157
|
* @stable ICU 2.0
|
158
158
|
*/
|
@@ -168,7 +168,7 @@ ucol_next(UCollationElements *elems, UErrorCode *status);
|
|
168
168
|
* a U_BUFFER_OVERFLOW_ERROR is returned if the internal stack
|
169
169
|
* buffer has been exhausted.
|
170
170
|
* @return The previous collation elements ordering, otherwise returns
|
171
|
-
*
|
171
|
+
* UCOL_NULLORDER if an error has occured or if the start of string has
|
172
172
|
* been reached.
|
173
173
|
* @stable ICU 2.0
|
174
174
|
*/
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
**********************************************************************
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* Corporation and others. All Rights Reserved.
|
7
7
|
**********************************************************************
|
8
8
|
* file name: uconfig.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -76,7 +76,7 @@
|
|
76
76
|
#endif
|
77
77
|
|
78
78
|
/**
|
79
|
-
* Determines
|
79
|
+
* Determines whether to enable auto cleanup of libraries.
|
80
80
|
* @internal
|
81
81
|
*/
|
82
82
|
#ifndef UCLN_NO_AUTO_CLEANUP
|
@@ -262,7 +262,8 @@
|
|
262
262
|
|
263
263
|
/**
|
264
264
|
* \def UCONFIG_NO_CONVERSION
|
265
|
-
* ICU will not completely build
|
265
|
+
* ICU will not completely build (compiling the tools fails) with this
|
266
|
+
* switch turned on.
|
266
267
|
* This switch turns off all converters.
|
267
268
|
*
|
268
269
|
* You may want to use this together with U_CHARSET_IS_UTF8 defined to 1
|
@@ -320,7 +321,9 @@
|
|
320
321
|
*/
|
321
322
|
#ifndef UCONFIG_NO_NORMALIZATION
|
322
323
|
# define UCONFIG_NO_NORMALIZATION 0
|
323
|
-
#
|
324
|
+
#endif
|
325
|
+
|
326
|
+
#if UCONFIG_NO_NORMALIZATION
|
324
327
|
/* common library */
|
325
328
|
/* ICU 50 CJK dictionary BreakIterator uses normalization */
|
326
329
|
# define UCONFIG_NO_BREAK_ITERATION 1
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
**********************************************************************
|
@@ -6,7 +6,7 @@
|
|
6
6
|
* Corporation and others. All Rights Reserved.
|
7
7
|
**********************************************************************
|
8
8
|
* file name: ucsdet.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* indentation:4
|
11
11
|
*
|
12
12
|
* created on: 2005Aug04
|
@@ -45,6 +45,10 @@
|
|
45
45
|
* in a single language, and a minimum of a few hundred bytes worth of plain text
|
46
46
|
* in the language are needed. The detection process will attempt to
|
47
47
|
* ignore html or xml style markup that could otherwise obscure the content.
|
48
|
+
* <p>
|
49
|
+
* An alternative to the ICU Charset Detector is the
|
50
|
+
* Compact Encoding Detector, https://github.com/google/compact_enc_det.
|
51
|
+
* It often gives more accurate results, especially with short input samples.
|
48
52
|
*/
|
49
53
|
|
50
54
|
|
@@ -395,7 +399,7 @@ ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
|
|
395
399
|
/**
|
396
400
|
* Enable or disable individual charset encoding.
|
397
401
|
* A name of charset encoding must be included in the names returned by
|
398
|
-
* {@link #
|
402
|
+
* {@link #ucsdet_getAllDetectableCharsets()}.
|
399
403
|
*
|
400
404
|
* @param ucsd a Charset detector.
|
401
405
|
* @param encoding encoding the name of charset encoding.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
**********************************************************************
|
@@ -103,6 +103,19 @@ typedef enum UCurrNameStyle {
|
|
103
103
|
* @stable ICU 2.6
|
104
104
|
*/
|
105
105
|
UCURR_LONG_NAME
|
106
|
+
|
107
|
+
#ifndef U_HIDE_DRAFT_API
|
108
|
+
,
|
109
|
+
/**
|
110
|
+
* Selector for getName() indicating the narrow currency symbol.
|
111
|
+
* The narrow currency symbol is similar to the regular currency
|
112
|
+
* symbol, but it always takes the shortest form: for example,
|
113
|
+
* "$" instead of "US$" for USD in en-CA.
|
114
|
+
*
|
115
|
+
* @draft ICU 61
|
116
|
+
*/
|
117
|
+
UCURR_NARROW_SYMBOL_NAME
|
118
|
+
#endif // U_HIDE_DRAFT_API
|
106
119
|
} UCurrNameStyle;
|
107
120
|
|
108
121
|
#if !UCONFIG_NO_SERVICE
|
@@ -1,4 +1,4 @@
|
|
1
|
-
//
|
1
|
+
// © 2016 and later: Unicode, Inc. and others.
|
2
2
|
// License & terms of use: http://www.unicode.org/copyright.html
|
3
3
|
/*
|
4
4
|
*******************************************************************************
|
@@ -763,21 +763,19 @@ typedef enum UDateFormatField {
|
|
763
763
|
UDAT_RELATED_YEAR_FIELD = 34,
|
764
764
|
#endif /* U_HIDE_INTERNAL_API */
|
765
765
|
|
766
|
-
#ifndef U_HIDE_DRAFT_API
|
767
766
|
/**
|
768
767
|
* FieldPosition selector for 'b' field alignment.
|
769
768
|
* Displays midnight and noon for 12am and 12pm, respectively, if available;
|
770
769
|
* otherwise fall back to AM / PM.
|
771
|
-
* @
|
770
|
+
* @stable ICU 57
|
772
771
|
*/
|
773
772
|
UDAT_AM_PM_MIDNIGHT_NOON_FIELD = 35,
|
774
773
|
|
775
774
|
/* FieldPosition selector for 'B' field alignment.
|
776
775
|
* Displays flexible day periods, such as "in the morning", if available.
|
777
|
-
* @
|
776
|
+
* @stable ICU 57
|
778
777
|
*/
|
779
778
|
UDAT_FLEXIBLE_DAY_PERIOD_FIELD = 36,
|
780
|
-
#endif /* U_HIDE_DRAFT_API */
|
781
779
|
|
782
780
|
#ifndef U_HIDE_INTERNAL_API
|
783
781
|
/**
|
@@ -797,7 +795,7 @@ typedef enum UDateFormatField {
|
|
797
795
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
798
796
|
*/
|
799
797
|
UDAT_FIELD_COUNT = 38
|
800
|
-
#endif
|
798
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
801
799
|
} UDateFormatField;
|
802
800
|
|
803
801
|
|
@@ -819,7 +817,7 @@ typedef enum UDateFormatField {
|
|
819
817
|
* of error (e.g., the input field is UDAT_FIELD_COUNT).
|
820
818
|
* @stable ICU 4.4
|
821
819
|
*/
|
822
|
-
|
820
|
+
U_CAPI UCalendarDateFields U_EXPORT2
|
823
821
|
udat_toCalendarDateField(UDateFormatField field);
|
824
822
|
|
825
823
|
|
@@ -851,7 +849,7 @@ udat_toCalendarDateField(UDateFormatField field);
|
|
851
849
|
* an error occurred.
|
852
850
|
* @stable ICU 2.0
|
853
851
|
*/
|
854
|
-
|
852
|
+
U_CAPI UDateFormat* U_EXPORT2
|
855
853
|
udat_open(UDateFormatStyle timeStyle,
|
856
854
|
UDateFormatStyle dateStyle,
|
857
855
|
const char *locale,
|
@@ -868,7 +866,7 @@ udat_open(UDateFormatStyle timeStyle,
|
|
868
866
|
* @param format The formatter to close.
|
869
867
|
* @stable ICU 2.0
|
870
868
|
*/
|
871
|
-
|
869
|
+
U_CAPI void U_EXPORT2
|
872
870
|
udat_close(UDateFormat* format);
|
873
871
|
|
874
872
|
|
@@ -902,8 +900,8 @@ typedef enum UDateFormatBooleanAttribute {
|
|
902
900
|
*/
|
903
901
|
UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH = 3,
|
904
902
|
|
905
|
-
|
906
|
-
|
903
|
+
/* Do not conditionalize the following with #ifndef U_HIDE_DEPRECATED_API,
|
904
|
+
* it is needed for layout of DateFormat object. */
|
907
905
|
/**
|
908
906
|
* One more than the highest normal UDateFormatBooleanAttribute value.
|
909
907
|
* @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420.
|
@@ -921,7 +919,7 @@ typedef enum UDateFormatBooleanAttribute {
|
|
921
919
|
* @return The value of attr.
|
922
920
|
* @stable ICU 53
|
923
921
|
*/
|
924
|
-
|
922
|
+
U_CAPI UBool U_EXPORT2
|
925
923
|
udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute attr, UErrorCode* status);
|
926
924
|
|
927
925
|
/**
|
@@ -934,7 +932,7 @@ udat_getBooleanAttribute(const UDateFormat* fmt, UDateFormatBooleanAttribute att
|
|
934
932
|
* @param status A pointer to an UErrorCode to receive any errors
|
935
933
|
* @stable ICU 53
|
936
934
|
*/
|
937
|
-
|
935
|
+
U_CAPI void U_EXPORT2
|
938
936
|
udat_setBooleanAttribute(UDateFormat *fmt, UDateFormatBooleanAttribute attr, UBool newValue, UErrorCode* status);
|
939
937
|
|
940
938
|
|
@@ -966,7 +964,7 @@ U_NAMESPACE_END
|
|
966
964
|
* @return A pointer to a UDateFormat identical to fmt.
|
967
965
|
* @stable ICU 2.0
|
968
966
|
*/
|
969
|
-
|
967
|
+
U_CAPI UDateFormat* U_EXPORT2
|
970
968
|
udat_clone(const UDateFormat *fmt,
|
971
969
|
UErrorCode *status);
|
972
970
|
|
@@ -988,7 +986,7 @@ udat_clone(const UDateFormat *fmt,
|
|
988
986
|
* @see UFieldPosition
|
989
987
|
* @stable ICU 2.0
|
990
988
|
*/
|
991
|
-
|
989
|
+
U_CAPI int32_t U_EXPORT2
|
992
990
|
udat_format( const UDateFormat* format,
|
993
991
|
UDate dateToFormat,
|
994
992
|
UChar* result,
|
@@ -1018,7 +1016,7 @@ udat_format( const UDateFormat* format,
|
|
1018
1016
|
* @see UFieldPosition
|
1019
1017
|
* @stable ICU 55
|
1020
1018
|
*/
|
1021
|
-
|
1019
|
+
U_CAPI int32_t U_EXPORT2
|
1022
1020
|
udat_formatCalendar( const UDateFormat* format,
|
1023
1021
|
UCalendar* calendar,
|
1024
1022
|
UChar* result,
|
@@ -1053,7 +1051,7 @@ udat_formatCalendar( const UDateFormat* format,
|
|
1053
1051
|
* @see UFieldPositionIterator
|
1054
1052
|
* @stable ICU 55
|
1055
1053
|
*/
|
1056
|
-
|
1054
|
+
U_CAPI int32_t U_EXPORT2
|
1057
1055
|
udat_formatForFields( const UDateFormat* format,
|
1058
1056
|
UDate dateToFormat,
|
1059
1057
|
UChar* result,
|
@@ -1091,7 +1089,7 @@ udat_formatForFields( const UDateFormat* format,
|
|
1091
1089
|
* @see UFieldPositionIterator
|
1092
1090
|
* @stable ICU 55
|
1093
1091
|
*/
|
1094
|
-
|
1092
|
+
U_CAPI int32_t U_EXPORT2
|
1095
1093
|
udat_formatCalendarForFields( const UDateFormat* format,
|
1096
1094
|
UCalendar* calendar,
|
1097
1095
|
UChar* result,
|
@@ -1125,7 +1123,7 @@ udat_formatCalendarForFields( const UDateFormat* format,
|
|
1125
1123
|
* @see udat_format
|
1126
1124
|
* @stable ICU 2.0
|
1127
1125
|
*/
|
1128
|
-
|
1126
|
+
U_CAPI UDate U_EXPORT2
|
1129
1127
|
udat_parse(const UDateFormat* format,
|
1130
1128
|
const UChar* text,
|
1131
1129
|
int32_t textLength,
|
@@ -1153,7 +1151,7 @@ udat_parse(const UDateFormat* format,
|
|
1153
1151
|
* @see udat_format
|
1154
1152
|
* @stable ICU 2.0
|
1155
1153
|
*/
|
1156
|
-
|
1154
|
+
U_CAPI void U_EXPORT2
|
1157
1155
|
udat_parseCalendar(const UDateFormat* format,
|
1158
1156
|
UCalendar* calendar,
|
1159
1157
|
const UChar* text,
|
@@ -1170,7 +1168,7 @@ udat_parseCalendar(const UDateFormat* format,
|
|
1170
1168
|
* @see udat_setLenient
|
1171
1169
|
* @stable ICU 2.0
|
1172
1170
|
*/
|
1173
|
-
|
1171
|
+
U_CAPI UBool U_EXPORT2
|
1174
1172
|
udat_isLenient(const UDateFormat* fmt);
|
1175
1173
|
|
1176
1174
|
/**
|
@@ -1182,7 +1180,7 @@ udat_isLenient(const UDateFormat* fmt);
|
|
1182
1180
|
* @see dat_isLenient
|
1183
1181
|
* @stable ICU 2.0
|
1184
1182
|
*/
|
1185
|
-
|
1183
|
+
U_CAPI void U_EXPORT2
|
1186
1184
|
udat_setLenient( UDateFormat* fmt,
|
1187
1185
|
UBool isLenient);
|
1188
1186
|
|
@@ -1195,7 +1193,7 @@ udat_setLenient( UDateFormat* fmt,
|
|
1195
1193
|
* @see udat_setCalendar
|
1196
1194
|
* @stable ICU 2.0
|
1197
1195
|
*/
|
1198
|
-
|
1196
|
+
U_CAPI const UCalendar* U_EXPORT2
|
1199
1197
|
udat_getCalendar(const UDateFormat* fmt);
|
1200
1198
|
|
1201
1199
|
/**
|
@@ -1207,7 +1205,7 @@ udat_getCalendar(const UDateFormat* fmt);
|
|
1207
1205
|
* @see udat_setCalendar
|
1208
1206
|
* @stable ICU 2.0
|
1209
1207
|
*/
|
1210
|
-
|
1208
|
+
U_CAPI void U_EXPORT2
|
1211
1209
|
udat_setCalendar( UDateFormat* fmt,
|
1212
1210
|
const UCalendar* calendarToSet);
|
1213
1211
|
|
@@ -1220,7 +1218,7 @@ udat_setCalendar( UDateFormat* fmt,
|
|
1220
1218
|
* @see udat_setNumberFormat
|
1221
1219
|
* @stable ICU 2.0
|
1222
1220
|
*/
|
1223
|
-
|
1221
|
+
U_CAPI const UNumberFormat* U_EXPORT2
|
1224
1222
|
udat_getNumberFormat(const UDateFormat* fmt);
|
1225
1223
|
|
1226
1224
|
/**
|
@@ -1232,7 +1230,7 @@ udat_getNumberFormat(const UDateFormat* fmt);
|
|
1232
1230
|
* @see udat_setNumberFormatForField
|
1233
1231
|
* @stable ICU 54
|
1234
1232
|
*/
|
1235
|
-
|
1233
|
+
U_CAPI const UNumberFormat* U_EXPORT2
|
1236
1234
|
udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
|
1237
1235
|
|
1238
1236
|
/**
|
@@ -1250,7 +1248,7 @@ udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
|
|
1250
1248
|
* @see udat_getNumberFormatForField
|
1251
1249
|
* @stable ICU 54
|
1252
1250
|
*/
|
1253
|
-
|
1251
|
+
U_CAPI void U_EXPORT2
|
1254
1252
|
udat_adoptNumberFormatForFields( UDateFormat* fmt,
|
1255
1253
|
const UChar* fields,
|
1256
1254
|
UNumberFormat* numberFormatToSet,
|
@@ -1267,7 +1265,7 @@ udat_adoptNumberFormatForFields( UDateFormat* fmt,
|
|
1267
1265
|
* @see udat_setNumberFormatForField
|
1268
1266
|
* @stable ICU 2.0
|
1269
1267
|
*/
|
1270
|
-
|
1268
|
+
U_CAPI void U_EXPORT2
|
1271
1269
|
udat_setNumberFormat( UDateFormat* fmt,
|
1272
1270
|
const UNumberFormat* numberFormatToSet);
|
1273
1271
|
/**
|
@@ -1279,7 +1277,7 @@ udat_setNumberFormat( UDateFormat* fmt,
|
|
1279
1277
|
* @see udat_getNumberFormat
|
1280
1278
|
* @stable ICU 54
|
1281
1279
|
*/
|
1282
|
-
|
1280
|
+
U_CAPI void U_EXPORT2
|
1283
1281
|
udat_adoptNumberFormat( UDateFormat* fmt,
|
1284
1282
|
UNumberFormat* numberFormatToAdopt);
|
1285
1283
|
/**
|
@@ -1291,7 +1289,7 @@ udat_adoptNumberFormat( UDateFormat* fmt,
|
|
1291
1289
|
* @see udat_countAvailable
|
1292
1290
|
* @stable ICU 2.0
|
1293
1291
|
*/
|
1294
|
-
|
1292
|
+
U_CAPI const char* U_EXPORT2
|
1295
1293
|
udat_getAvailable(int32_t localeIndex);
|
1296
1294
|
|
1297
1295
|
/**
|
@@ -1302,7 +1300,7 @@ udat_getAvailable(int32_t localeIndex);
|
|
1302
1300
|
* @see udat_getAvailable
|
1303
1301
|
* @stable ICU 2.0
|
1304
1302
|
*/
|
1305
|
-
|
1303
|
+
U_CAPI int32_t U_EXPORT2
|
1306
1304
|
udat_countAvailable(void);
|
1307
1305
|
|
1308
1306
|
/**
|
@@ -1315,7 +1313,7 @@ udat_countAvailable(void);
|
|
1315
1313
|
* @see udat_Set2DigitYearStart
|
1316
1314
|
* @stable ICU 2.0
|
1317
1315
|
*/
|
1318
|
-
|
1316
|
+
U_CAPI UDate U_EXPORT2
|
1319
1317
|
udat_get2DigitYearStart( const UDateFormat *fmt,
|
1320
1318
|
UErrorCode *status);
|
1321
1319
|
|
@@ -1329,7 +1327,7 @@ udat_get2DigitYearStart( const UDateFormat *fmt,
|
|
1329
1327
|
* @see udat_Set2DigitYearStart
|
1330
1328
|
* @stable ICU 2.0
|
1331
1329
|
*/
|
1332
|
-
|
1330
|
+
U_CAPI void U_EXPORT2
|
1333
1331
|
udat_set2DigitYearStart( UDateFormat *fmt,
|
1334
1332
|
UDate d,
|
1335
1333
|
UErrorCode *status);
|
@@ -1346,7 +1344,7 @@ udat_set2DigitYearStart( UDateFormat *fmt,
|
|
1346
1344
|
* @see udat_applyPattern
|
1347
1345
|
* @stable ICU 2.0
|
1348
1346
|
*/
|
1349
|
-
|
1347
|
+
U_CAPI int32_t U_EXPORT2
|
1350
1348
|
udat_toPattern( const UDateFormat *fmt,
|
1351
1349
|
UBool localized,
|
1352
1350
|
UChar *result,
|
@@ -1363,7 +1361,7 @@ udat_toPattern( const UDateFormat *fmt,
|
|
1363
1361
|
* @see udat_toPattern
|
1364
1362
|
* @stable ICU 2.0
|
1365
1363
|
*/
|
1366
|
-
|
1364
|
+
U_CAPI void U_EXPORT2
|
1367
1365
|
udat_applyPattern( UDateFormat *format,
|
1368
1366
|
UBool localized,
|
1369
1367
|
const UChar *pattern,
|
@@ -1489,7 +1487,7 @@ typedef struct UDateFormatSymbols UDateFormatSymbols;
|
|
1489
1487
|
* @see udat_setSymbols
|
1490
1488
|
* @stable ICU 2.0
|
1491
1489
|
*/
|
1492
|
-
|
1490
|
+
U_CAPI int32_t U_EXPORT2
|
1493
1491
|
udat_getSymbols(const UDateFormat *fmt,
|
1494
1492
|
UDateFormatSymbolType type,
|
1495
1493
|
int32_t symbolIndex,
|
@@ -1509,7 +1507,7 @@ udat_getSymbols(const UDateFormat *fmt,
|
|
1509
1507
|
* @see udat_setSymbols
|
1510
1508
|
* @stable ICU 2.0
|
1511
1509
|
*/
|
1512
|
-
|
1510
|
+
U_CAPI int32_t U_EXPORT2
|
1513
1511
|
udat_countSymbols( const UDateFormat *fmt,
|
1514
1512
|
UDateFormatSymbolType type);
|
1515
1513
|
|
@@ -1528,7 +1526,7 @@ udat_countSymbols( const UDateFormat *fmt,
|
|
1528
1526
|
* @see udat_countSymbols
|
1529
1527
|
* @stable ICU 2.0
|
1530
1528
|
*/
|
1531
|
-
|
1529
|
+
U_CAPI void U_EXPORT2
|
1532
1530
|
udat_setSymbols( UDateFormat *format,
|
1533
1531
|
UDateFormatSymbolType type,
|
1534
1532
|
int32_t symbolIndex,
|
@@ -1545,7 +1543,7 @@ udat_setSymbols( UDateFormat *format,
|
|
1545
1543
|
* @return the locale name
|
1546
1544
|
* @stable ICU 2.8
|
1547
1545
|
*/
|
1548
|
-
|
1546
|
+
U_CAPI const char* U_EXPORT2
|
1549
1547
|
udat_getLocaleByType(const UDateFormat *fmt,
|
1550
1548
|
ULocDataLocaleType type,
|
1551
1549
|
UErrorCode* status);
|
@@ -1558,7 +1556,7 @@ udat_getLocaleByType(const UDateFormat *fmt,
|
|
1558
1556
|
* @param status A pointer to an UErrorCode to receive any errors
|
1559
1557
|
* @stable ICU 51
|
1560
1558
|
*/
|
1561
|
-
|
1559
|
+
U_CAPI void U_EXPORT2
|
1562
1560
|
udat_setContext(UDateFormat* fmt, UDisplayContext value, UErrorCode* status);
|
1563
1561
|
|
1564
1562
|
/**
|
@@ -1570,7 +1568,7 @@ udat_setContext(UDateFormat* fmt, UDisplayContext value, UErrorCode* status);
|
|
1570
1568
|
* @return The UDisplayContextValue for the specified type.
|
1571
1569
|
* @stable ICU 53
|
1572
1570
|
*/
|
1573
|
-
|
1571
|
+
U_CAPI UDisplayContext U_EXPORT2
|
1574
1572
|
udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* status);
|
1575
1573
|
|
1576
1574
|
#ifndef U_HIDE_INTERNAL_API
|