pango 3.2.5-x64-mingw32 → 3.2.6-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/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
|
********************************************************************************
|
@@ -55,14 +55,28 @@ class U_COMMON_API FilteredBreakIteratorBuilder : public UObject {
|
|
55
55
|
*/
|
56
56
|
static FilteredBreakIteratorBuilder *createInstance(const Locale& where, UErrorCode& status);
|
57
57
|
|
58
|
+
#ifndef U_HIDE_DEPRECATED_API
|
59
|
+
/**
|
60
|
+
* This function has been deprecated in favor of createEmptyInstance, which has
|
61
|
+
* identical behavior.
|
62
|
+
* @param status The error code.
|
63
|
+
* @return the new builder
|
64
|
+
* @deprecated ICU 60 use createEmptyInstance instead
|
65
|
+
* @see createEmptyInstance()
|
66
|
+
*/
|
67
|
+
static FilteredBreakIteratorBuilder *createInstance(UErrorCode &status);
|
68
|
+
#endif /* U_HIDE_DEPRECATED_API */
|
69
|
+
|
70
|
+
#ifndef U_HIDE_DRAFT_API
|
58
71
|
/**
|
59
72
|
* Construct an empty FilteredBreakIteratorBuilder.
|
60
73
|
* In this state, it will not suppress any segment boundaries.
|
61
74
|
* @param status The error code.
|
62
75
|
* @return the new builder
|
63
|
-
* @
|
76
|
+
* @draft ICU 60
|
64
77
|
*/
|
65
|
-
static FilteredBreakIteratorBuilder *
|
78
|
+
static FilteredBreakIteratorBuilder *createEmptyInstance(UErrorCode &status);
|
79
|
+
#endif /* U_HIDE_DRAFT_API */
|
66
80
|
|
67
81
|
/**
|
68
82
|
* Suppress a certain string from being the end of a segment.
|
@@ -89,6 +103,18 @@ class U_COMMON_API FilteredBreakIteratorBuilder : public UObject {
|
|
89
103
|
*/
|
90
104
|
virtual UBool unsuppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
|
91
105
|
|
106
|
+
/**
|
107
|
+
* This function has been deprecated in favor of wrapIteratorWithFilter()
|
108
|
+
* The behavior is identical.
|
109
|
+
* @param adoptBreakIterator the break iterator to adopt
|
110
|
+
* @param status error code
|
111
|
+
* @return the new BreakIterator, owned by the caller.
|
112
|
+
* @deprecated ICU 60 use wrapIteratorWithFilter() instead
|
113
|
+
* @see wrapBreakIteratorWithFilter()
|
114
|
+
*/
|
115
|
+
virtual BreakIterator *build(BreakIterator* adoptBreakIterator, UErrorCode& status) = 0;
|
116
|
+
|
117
|
+
#ifndef U_HIDE_DRAFT_API
|
92
118
|
/**
|
93
119
|
* Wrap (adopt) an existing break iterator in a new filtered instance.
|
94
120
|
* The resulting BreakIterator is owned by the caller.
|
@@ -96,12 +122,16 @@ class U_COMMON_API FilteredBreakIteratorBuilder : public UObject {
|
|
96
122
|
* Note that the adoptBreakIterator is adopted by the new BreakIterator
|
97
123
|
* and should no longer be used by the caller.
|
98
124
|
* The FilteredBreakIteratorBuilder may be reused.
|
125
|
+
* This function is an alias for build()
|
99
126
|
* @param adoptBreakIterator the break iterator to adopt
|
100
127
|
* @param status error code
|
101
128
|
* @return the new BreakIterator, owned by the caller.
|
102
|
-
* @
|
129
|
+
* @draft ICU 60
|
103
130
|
*/
|
104
|
-
|
131
|
+
inline BreakIterator *wrapIteratorWithFilter(BreakIterator* adoptBreakIterator, UErrorCode& status) {
|
132
|
+
return build(adoptBreakIterator, status);
|
133
|
+
}
|
134
|
+
#endif /* U_HIDE_DRAFT_API */
|
105
135
|
|
106
136
|
protected:
|
107
137
|
/**
|
@@ -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
|
********************************************************************************
|
@@ -47,6 +47,13 @@ U_NAMESPACE_BEGIN
|
|
47
47
|
|
48
48
|
class UVector32;
|
49
49
|
|
50
|
+
// Forward declaration for number formatting:
|
51
|
+
namespace number {
|
52
|
+
namespace impl {
|
53
|
+
class NumberStringBuilder;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
50
57
|
/**
|
51
58
|
* FieldPositionIterator returns the field ids and their start/limit positions generated
|
52
59
|
* by a call to Format::format. See Format, NumberFormat, DecimalFormat.
|
@@ -99,8 +106,6 @@ public:
|
|
99
106
|
UBool next(FieldPosition& fp);
|
100
107
|
|
101
108
|
private:
|
102
|
-
friend class FieldPositionIteratorHandler;
|
103
|
-
|
104
109
|
/**
|
105
110
|
* Sets the data used by the iterator, and resets the position.
|
106
111
|
* Returns U_ILLEGAL_ARGUMENT_ERROR in status if the data is not valid
|
@@ -108,6 +113,9 @@ private:
|
|
108
113
|
*/
|
109
114
|
void setData(UVector32 *adopt, UErrorCode& status);
|
110
115
|
|
116
|
+
friend class FieldPositionIteratorHandler;
|
117
|
+
friend class number::impl::NumberStringBuilder;
|
118
|
+
|
111
119
|
UVector32 *data;
|
112
120
|
int32_t pos;
|
113
121
|
};
|
@@ -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: idna.h
|
9
|
-
* encoding:
|
9
|
+
* encoding: UTF-8
|
10
10
|
* tab size: 8 (not used)
|
11
11
|
* indentation:4
|
12
12
|
*
|
@@ -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
|
*******************************************************************************
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*
|
9
9
|
*******************************************************************************
|
10
10
|
* file name: listformatter.h
|
11
|
-
* encoding:
|
11
|
+
* encoding: UTF-8
|
12
12
|
* tab size: 8 (not used)
|
13
13
|
* indentation:4
|
14
14
|
*
|
@@ -157,6 +157,8 @@ class U_COMMON_API ListFormatter : public UObject{
|
|
157
157
|
private:
|
158
158
|
static void initializeHash(UErrorCode& errorCode);
|
159
159
|
static const ListFormatInternal* getListFormatInternal(const Locale& locale, const char *style, UErrorCode& errorCode);
|
160
|
+
struct ListPatternsSink;
|
161
|
+
static ListFormatInternal* loadListFormatInternal(const Locale& locale, const char* style, UErrorCode& errorCode);
|
160
162
|
|
161
163
|
ListFormatter();
|
162
164
|
|
@@ -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
|
*******************************************************************************
|
@@ -8,7 +8,7 @@
|
|
8
8
|
*
|
9
9
|
*******************************************************************************
|
10
10
|
* file name: localpointer.h
|
11
|
-
* encoding:
|
11
|
+
* encoding: UTF-8
|
12
12
|
* tab size: 8 (not used)
|
13
13
|
* indentation:4
|
14
14
|
*
|
@@ -174,9 +174,9 @@ private:
|
|
174
174
|
* \code
|
175
175
|
* LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
|
176
176
|
* int32_t length=s->length(); // 2
|
177
|
-
*
|
177
|
+
* char16_t lead=s->charAt(0); // 0xd900
|
178
178
|
* if(some condition) { return; } // no need to explicitly delete the pointer
|
179
|
-
* s.adoptInstead(new UnicodeString((
|
179
|
+
* s.adoptInstead(new UnicodeString((char16_t)0xfffc));
|
180
180
|
* length=s->length(); // 1
|
181
181
|
* // no need to explicitly delete the pointer
|
182
182
|
* \endcode
|
@@ -213,7 +213,6 @@ public:
|
|
213
213
|
errorCode=U_MEMORY_ALLOCATION_ERROR;
|
214
214
|
}
|
215
215
|
}
|
216
|
-
#if U_HAVE_RVALUE_REFERENCES
|
217
216
|
/**
|
218
217
|
* Move constructor, leaves src with isNull().
|
219
218
|
* @param src source smart pointer
|
@@ -222,7 +221,6 @@ public:
|
|
222
221
|
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
|
223
222
|
src.ptr=NULL;
|
224
223
|
}
|
225
|
-
#endif
|
226
224
|
/**
|
227
225
|
* Destructor deletes the object it owns.
|
228
226
|
* @stable ICU 4.4
|
@@ -230,7 +228,6 @@ public:
|
|
230
228
|
~LocalPointer() {
|
231
229
|
delete LocalPointerBase<T>::ptr;
|
232
230
|
}
|
233
|
-
#if U_HAVE_RVALUE_REFERENCES
|
234
231
|
/**
|
235
232
|
* Move assignment operator, leaves src with isNull().
|
236
233
|
* The behavior is undefined if *this and src are the same object.
|
@@ -241,7 +238,6 @@ public:
|
|
241
238
|
LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT {
|
242
239
|
return moveFrom(src);
|
243
240
|
}
|
244
|
-
#endif
|
245
241
|
// do not use #ifndef U_HIDE_DRAFT_API for moveFrom, needed by non-draft API
|
246
242
|
/**
|
247
243
|
* Move assignment, leaves src with isNull().
|
@@ -323,10 +319,10 @@ public:
|
|
323
319
|
* Usage example:
|
324
320
|
* \code
|
325
321
|
* LocalArray<UnicodeString> a(new UnicodeString[2]);
|
326
|
-
* a[0].append((
|
322
|
+
* a[0].append((char16_t)0x61);
|
327
323
|
* if(some condition) { return; } // no need to explicitly delete the array
|
328
324
|
* a.adoptInstead(new UnicodeString[4]);
|
329
|
-
* a[3].append((
|
325
|
+
* a[3].append((char16_t)0x62).append((char16_t)0x63).reverse();
|
330
326
|
* // no need to explicitly delete the array
|
331
327
|
* \endcode
|
332
328
|
*
|
@@ -362,7 +358,6 @@ public:
|
|
362
358
|
errorCode=U_MEMORY_ALLOCATION_ERROR;
|
363
359
|
}
|
364
360
|
}
|
365
|
-
#if U_HAVE_RVALUE_REFERENCES
|
366
361
|
/**
|
367
362
|
* Move constructor, leaves src with isNull().
|
368
363
|
* @param src source smart pointer
|
@@ -371,7 +366,6 @@ public:
|
|
371
366
|
LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
|
372
367
|
src.ptr=NULL;
|
373
368
|
}
|
374
|
-
#endif
|
375
369
|
/**
|
376
370
|
* Destructor deletes the array it owns.
|
377
371
|
* @stable ICU 4.4
|
@@ -379,7 +373,6 @@ public:
|
|
379
373
|
~LocalArray() {
|
380
374
|
delete[] LocalPointerBase<T>::ptr;
|
381
375
|
}
|
382
|
-
#if U_HAVE_RVALUE_REFERENCES
|
383
376
|
/**
|
384
377
|
* Move assignment operator, leaves src with isNull().
|
385
378
|
* The behavior is undefined if *this and src are the same object.
|
@@ -390,7 +383,6 @@ public:
|
|
390
383
|
LocalArray<T> &operator=(LocalArray<T> &&src) U_NOEXCEPT {
|
391
384
|
return moveFrom(src);
|
392
385
|
}
|
393
|
-
#endif
|
394
386
|
// do not use #ifndef U_HIDE_DRAFT_API for moveFrom, needed by non-draft API
|
395
387
|
/**
|
396
388
|
* Move assignment, leaves src with isNull().
|
@@ -492,7 +484,6 @@ public:
|
|
492
484
|
* @see LocalPointer
|
493
485
|
* @stable ICU 4.4
|
494
486
|
*/
|
495
|
-
#if U_HAVE_RVALUE_REFERENCES
|
496
487
|
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction) \
|
497
488
|
class LocalPointerClassName : public LocalPointerBase<Type> { \
|
498
489
|
public: \
|
@@ -526,34 +517,6 @@ public:
|
|
526
517
|
ptr=p; \
|
527
518
|
} \
|
528
519
|
}
|
529
|
-
#else
|
530
|
-
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction) \
|
531
|
-
class LocalPointerClassName : public LocalPointerBase<Type> { \
|
532
|
-
public: \
|
533
|
-
using LocalPointerBase<Type>::operator*; \
|
534
|
-
using LocalPointerBase<Type>::operator->; \
|
535
|
-
explicit LocalPointerClassName(Type *p=NULL) : LocalPointerBase<Type>(p) {} \
|
536
|
-
~LocalPointerClassName() { closeFunction(ptr); } \
|
537
|
-
LocalPointerClassName &moveFrom(LocalPointerClassName &src) U_NOEXCEPT { \
|
538
|
-
if (ptr != NULL) { closeFunction(ptr); } \
|
539
|
-
LocalPointerBase<Type>::ptr=src.ptr; \
|
540
|
-
src.ptr=NULL; \
|
541
|
-
return *this; \
|
542
|
-
} \
|
543
|
-
void swap(LocalPointerClassName &other) U_NOEXCEPT { \
|
544
|
-
Type *temp=LocalPointerBase<Type>::ptr; \
|
545
|
-
LocalPointerBase<Type>::ptr=other.ptr; \
|
546
|
-
other.ptr=temp; \
|
547
|
-
} \
|
548
|
-
friend inline void swap(LocalPointerClassName &p1, LocalPointerClassName &p2) U_NOEXCEPT { \
|
549
|
-
p1.swap(p2); \
|
550
|
-
} \
|
551
|
-
void adoptInstead(Type *p) { \
|
552
|
-
if (ptr != NULL) { closeFunction(ptr); } \
|
553
|
-
ptr=p; \
|
554
|
-
} \
|
555
|
-
}
|
556
|
-
#endif
|
557
520
|
|
558
521
|
U_NAMESPACE_END
|
559
522
|
|
@@ -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
|
******************************************************************************
|
@@ -20,6 +20,7 @@
|
|
20
20
|
#if !UCONFIG_NO_FORMATTING
|
21
21
|
|
22
22
|
#include "unicode/locid.h"
|
23
|
+
#include "unicode/strenum.h"
|
23
24
|
#include "unicode/uscript.h"
|
24
25
|
#include "unicode/uldnames.h"
|
25
26
|
#include "unicode/udisplaycontext.h"
|
@@ -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
|
******************************************************************************
|
@@ -33,10 +33,8 @@
|
|
33
33
|
|
34
34
|
#include "unicode/utypes.h"
|
35
35
|
#include "unicode/uobject.h"
|
36
|
-
#include "unicode/unistr.h"
|
37
36
|
#include "unicode/putil.h"
|
38
37
|
#include "unicode/uloc.h"
|
39
|
-
#include "unicode/strenum.h"
|
40
38
|
|
41
39
|
/**
|
42
40
|
* \file
|
@@ -48,6 +46,9 @@ U_NAMESPACE_BEGIN
|
|
48
46
|
// Forward Declarations
|
49
47
|
void U_CALLCONV locale_available_init(); /**< @internal */
|
50
48
|
|
49
|
+
class StringEnumeration;
|
50
|
+
class UnicodeString;
|
51
|
+
|
51
52
|
/**
|
52
53
|
* A <code>Locale</code> object represents a specific geographical, political,
|
53
54
|
* or cultural region. An operation that requires a <code>Locale</code> to perform
|
@@ -87,7 +88,7 @@ void U_CALLCONV locale_available_init(); /**< @internal */
|
|
87
88
|
* <P>
|
88
89
|
* The third constructor requires a third argument--the <STRONG>Variant.</STRONG>
|
89
90
|
* The Variant codes are vendor and browser-specific.
|
90
|
-
* For example, use REVISED for a
|
91
|
+
* For example, use REVISED for a language's revised script orthography, and POSIX for POSIX.
|
91
92
|
* Where there are two variants, separate them with an underscore, and
|
92
93
|
* put the most important one first. For
|
93
94
|
* example, a Traditional Spanish collation might be referenced, with
|
@@ -352,7 +353,7 @@ public:
|
|
352
353
|
* the default locale ID of the runtime environment.
|
353
354
|
*
|
354
355
|
* @param newLocale Locale to set to. If NULL, set to the value obtained
|
355
|
-
* from the runtime
|
356
|
+
* from the runtime environment.
|
356
357
|
* @param success The error code.
|
357
358
|
* @system
|
358
359
|
* @stable ICU 2.0
|
@@ -628,7 +629,7 @@ public:
|
|
628
629
|
|
629
630
|
/**
|
630
631
|
* Fills in "name" with the name of this locale in a format suitable for user display
|
631
|
-
* in the locale
|
632
|
+
* in the locale specified by "displayLocale". This function uses getDisplayLanguage(),
|
632
633
|
* getDisplayCountry(), and getDisplayVariant() to do its work, and outputs the display
|
633
634
|
* name in the format "language (country[,variant])". For example, if displayLocale is
|
634
635
|
* fr_FR, then en_US's display name would be "Anglais (États-Unis)", and no_NO_NY's
|
@@ -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
|
**********************************************************************
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
/**
|
24
24
|
* \file
|
25
|
-
* \brief C++ API:
|
25
|
+
* \brief C++ API: Compatibility APIs for measure formatting.
|
26
26
|
*/
|
27
27
|
|
28
28
|
/**
|
@@ -87,8 +87,9 @@ class ListFormatter;
|
|
87
87
|
class DateFormat;
|
88
88
|
|
89
89
|
/**
|
90
|
-
*
|
91
|
-
*
|
90
|
+
* <p><strong>IMPORTANT:</strong> New users are strongly encouraged to see if
|
91
|
+
* numberformatter.h fits their use case. Although not deprecated, this header
|
92
|
+
* is provided for backwards compatibility only.
|
92
93
|
*
|
93
94
|
* @see Format
|
94
95
|
* @author Alan Liu
|
@@ -101,6 +102,9 @@ class U_I18N_API MeasureFormat : public Format {
|
|
101
102
|
|
102
103
|
/**
|
103
104
|
* Constructor.
|
105
|
+
* <p>
|
106
|
+
* <strong>NOTE:</strong> New users are strongly encouraged to use
|
107
|
+
* {@link NumberFormatter} instead of NumberFormat.
|
104
108
|
* @stable ICU 53
|
105
109
|
*/
|
106
110
|
MeasureFormat(
|
@@ -108,6 +112,9 @@ class U_I18N_API MeasureFormat : public Format {
|
|
108
112
|
|
109
113
|
/**
|
110
114
|
* Constructor.
|
115
|
+
* <p>
|
116
|
+
* <strong>NOTE:</strong> New users are strongly encouraged to use
|
117
|
+
* {@link NumberFormatter} instead of NumberFormat.
|
111
118
|
* @stable ICU 53
|
112
119
|
*/
|
113
120
|
MeasureFormat(
|
@@ -210,7 +217,6 @@ class U_I18N_API MeasureFormat : public Format {
|
|
210
217
|
FieldPosition &pos,
|
211
218
|
UErrorCode &status) const;
|
212
219
|
|
213
|
-
#ifndef U_HIDE_DRAFT_API
|
214
220
|
/**
|
215
221
|
* Gets the display name of the specified {@link MeasureUnit} corresponding to the current
|
216
222
|
* locale and format width.
|
@@ -220,15 +226,17 @@ class U_I18N_API MeasureFormat : public Format {
|
|
220
226
|
* {@link MeasureFormat#getInstance}, or null if there is no display name available
|
221
227
|
* for the specified unit.
|
222
228
|
*
|
223
|
-
* @
|
229
|
+
* @stable ICU 58
|
224
230
|
*/
|
225
231
|
UnicodeString getUnitDisplayName(const MeasureUnit& unit, UErrorCode &status) const;
|
226
|
-
#endif /* U_HIDE_DRAFT_API */
|
227
232
|
|
228
233
|
|
229
234
|
/**
|
230
235
|
* Return a formatter for CurrencyAmount objects in the given
|
231
236
|
* locale.
|
237
|
+
* <p>
|
238
|
+
* <strong>NOTE:</strong> New users are strongly encouraged to use
|
239
|
+
* {@link NumberFormatter} instead of NumberFormat.
|
232
240
|
* @param locale desired locale
|
233
241
|
* @param ec input-output error code
|
234
242
|
* @return a formatter object, or NULL upon error
|
@@ -240,6 +248,9 @@ class U_I18N_API MeasureFormat : public Format {
|
|
240
248
|
/**
|
241
249
|
* Return a formatter for CurrencyAmount objects in the default
|
242
250
|
* locale.
|
251
|
+
* <p>
|
252
|
+
* <strong>NOTE:</strong> New users are strongly encouraged to use
|
253
|
+
* {@link NumberFormatter} instead of NumberFormat.
|
243
254
|
* @param ec input-output error code
|
244
255
|
* @return a formatter object, or NULL upon error
|
245
256
|
* @stable ICU 3.0
|