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
|
**********************************************************************
|
@@ -40,11 +40,10 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
40
40
|
|
41
41
|
/**
|
42
42
|
* Default constructor.
|
43
|
+
* Populates the instance with the base dimensionless unit.
|
43
44
|
* @stable ICU 3.0
|
44
45
|
*/
|
45
|
-
MeasureUnit()
|
46
|
-
fCurrency[0] = 0;
|
47
|
-
}
|
46
|
+
MeasureUnit();
|
48
47
|
|
49
48
|
/**
|
50
49
|
* Copy constructor.
|
@@ -149,7 +148,7 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
149
148
|
* <pre>
|
150
149
|
* . Base* polymorphic_pointer = createPolymorphicObject();
|
151
150
|
* . if (polymorphic_pointer->getDynamicClassID() ==
|
152
|
-
* .
|
151
|
+
* . Derived::getStaticClassID()) ...
|
153
152
|
* </pre>
|
154
153
|
* @return The class ID for all objects of this class.
|
155
154
|
* @stable ICU 53
|
@@ -197,8 +196,8 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
197
196
|
* ICU use only.
|
198
197
|
* @internal
|
199
198
|
*/
|
200
|
-
static MeasureUnit
|
201
|
-
const MeasureUnit &unit, const MeasureUnit &perUnit);
|
199
|
+
static MeasureUnit resolveUnitPerUnit(
|
200
|
+
const MeasureUnit &unit, const MeasureUnit &perUnit, bool* isResolved);
|
202
201
|
#endif /* U_HIDE_INTERNAL_API */
|
203
202
|
|
204
203
|
// All code between the "Start generated createXXX methods" comment and
|
@@ -345,35 +344,29 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
345
344
|
*/
|
346
345
|
static MeasureUnit *createKarat(UErrorCode &status);
|
347
346
|
|
348
|
-
#ifndef U_HIDE_DRAFT_API
|
349
347
|
/**
|
350
348
|
* Returns unit of concentr: milligram-per-deciliter.
|
351
349
|
* Caller owns returned value and must free it.
|
352
350
|
* @param status ICU error code.
|
353
|
-
* @
|
351
|
+
* @stable ICU 57
|
354
352
|
*/
|
355
353
|
static MeasureUnit *createMilligramPerDeciliter(UErrorCode &status);
|
356
|
-
#endif /* U_HIDE_DRAFT_API */
|
357
354
|
|
358
|
-
#ifndef U_HIDE_DRAFT_API
|
359
355
|
/**
|
360
356
|
* Returns unit of concentr: millimole-per-liter.
|
361
357
|
* Caller owns returned value and must free it.
|
362
358
|
* @param status ICU error code.
|
363
|
-
* @
|
359
|
+
* @stable ICU 57
|
364
360
|
*/
|
365
361
|
static MeasureUnit *createMillimolePerLiter(UErrorCode &status);
|
366
|
-
#endif /* U_HIDE_DRAFT_API */
|
367
362
|
|
368
|
-
#ifndef U_HIDE_DRAFT_API
|
369
363
|
/**
|
370
364
|
* Returns unit of concentr: part-per-million.
|
371
365
|
* Caller owns returned value and must free it.
|
372
366
|
* @param status ICU error code.
|
373
|
-
* @
|
367
|
+
* @stable ICU 57
|
374
368
|
*/
|
375
369
|
static MeasureUnit *createPartPerMillion(UErrorCode &status);
|
376
|
-
#endif /* U_HIDE_DRAFT_API */
|
377
370
|
|
378
371
|
/**
|
379
372
|
* Returns unit of consumption: liter-per-100kilometers.
|
@@ -399,55 +392,21 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
399
392
|
*/
|
400
393
|
static MeasureUnit *createMilePerGallon(UErrorCode &status);
|
401
394
|
|
402
|
-
#ifndef U_HIDE_DRAFT_API
|
403
395
|
/**
|
404
396
|
* Returns unit of consumption: mile-per-gallon-imperial.
|
405
397
|
* Caller owns returned value and must free it.
|
406
398
|
* @param status ICU error code.
|
407
|
-
* @
|
399
|
+
* @stable ICU 57
|
408
400
|
*/
|
409
401
|
static MeasureUnit *createMilePerGallonImperial(UErrorCode &status);
|
410
|
-
#endif /* U_HIDE_DRAFT_API */
|
411
|
-
|
412
|
-
#ifndef U_HIDE_DRAFT_API
|
413
|
-
/**
|
414
|
-
* Returns unit of coordinate: east.
|
415
|
-
* Caller owns returned value and must free it.
|
416
|
-
* @param status ICU error code.
|
417
|
-
* @draft ICU 58
|
418
|
-
*/
|
419
|
-
static MeasureUnit *createEast(UErrorCode &status);
|
420
|
-
#endif /* U_HIDE_DRAFT_API */
|
421
|
-
|
422
|
-
#ifndef U_HIDE_DRAFT_API
|
423
|
-
/**
|
424
|
-
* Returns unit of coordinate: north.
|
425
|
-
* Caller owns returned value and must free it.
|
426
|
-
* @param status ICU error code.
|
427
|
-
* @draft ICU 58
|
428
|
-
*/
|
429
|
-
static MeasureUnit *createNorth(UErrorCode &status);
|
430
|
-
#endif /* U_HIDE_DRAFT_API */
|
431
|
-
|
432
|
-
#ifndef U_HIDE_DRAFT_API
|
433
|
-
/**
|
434
|
-
* Returns unit of coordinate: south.
|
435
|
-
* Caller owns returned value and must free it.
|
436
|
-
* @param status ICU error code.
|
437
|
-
* @draft ICU 58
|
438
|
-
*/
|
439
|
-
static MeasureUnit *createSouth(UErrorCode &status);
|
440
|
-
#endif /* U_HIDE_DRAFT_API */
|
441
402
|
|
442
|
-
|
443
|
-
|
444
|
-
*
|
445
|
-
*
|
446
|
-
*
|
447
|
-
*
|
403
|
+
/*
|
404
|
+
* The following were draft ICU 58, but have been withdrawn:
|
405
|
+
* static MeasureUnit *createEast(UErrorCode &status);
|
406
|
+
* static MeasureUnit *createNorth(UErrorCode &status);
|
407
|
+
* static MeasureUnit *createSouth(UErrorCode &status);
|
408
|
+
* static MeasureUnit *createWest(UErrorCode &status);
|
448
409
|
*/
|
449
|
-
static MeasureUnit *createWest(UErrorCode &status);
|
450
|
-
#endif /* U_HIDE_DRAFT_API */
|
451
410
|
|
452
411
|
/**
|
453
412
|
* Returns unit of digital: bit.
|
@@ -873,6 +832,14 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
873
832
|
*/
|
874
833
|
static MeasureUnit *createPicometer(UErrorCode &status);
|
875
834
|
|
835
|
+
/**
|
836
|
+
* Returns unit of length: point.
|
837
|
+
* Caller owns returned value and must free it.
|
838
|
+
* @param status ICU error code.
|
839
|
+
* @stable ICU 59
|
840
|
+
*/
|
841
|
+
static MeasureUnit *createPoint(UErrorCode &status);
|
842
|
+
|
876
843
|
/**
|
877
844
|
* Returns unit of length: yard.
|
878
845
|
* Caller owns returned value and must free it.
|
@@ -1249,15 +1216,13 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
1249
1216
|
*/
|
1250
1217
|
static MeasureUnit *createGallon(UErrorCode &status);
|
1251
1218
|
|
1252
|
-
#ifndef U_HIDE_DRAFT_API
|
1253
1219
|
/**
|
1254
1220
|
* Returns unit of volume: gallon-imperial.
|
1255
1221
|
* Caller owns returned value and must free it.
|
1256
1222
|
* @param status ICU error code.
|
1257
|
-
* @
|
1223
|
+
* @stable ICU 57
|
1258
1224
|
*/
|
1259
1225
|
static MeasureUnit *createGallonImperial(UErrorCode &status);
|
1260
|
-
#endif /* U_HIDE_DRAFT_API */
|
1261
1226
|
|
1262
1227
|
/**
|
1263
1228
|
* Returns unit of volume: hectoliter.
|
@@ -1349,6 +1314,12 @@ class U_I18N_API MeasureUnit: public UObject {
|
|
1349
1314
|
*/
|
1350
1315
|
void initCurrency(const char *isoCurrency);
|
1351
1316
|
|
1317
|
+
/**
|
1318
|
+
* For ICU use only.
|
1319
|
+
* @internal
|
1320
|
+
*/
|
1321
|
+
void initNoUnit(const char *subtype);
|
1322
|
+
|
1352
1323
|
#endif /* U_HIDE_INTERNAL_API */
|
1353
1324
|
|
1354
1325
|
private:
|
@@ -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: messagepattern.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
|
* Copyright (C) 2007-2013, International Business Machines Corporation and
|
@@ -939,7 +939,7 @@ private:
|
|
939
939
|
* @return the index of the list which matches the keyword s.
|
940
940
|
*/
|
941
941
|
static int32_t findKeyword( const UnicodeString& s,
|
942
|
-
const
|
942
|
+
const char16_t * const *list);
|
943
943
|
|
944
944
|
/**
|
945
945
|
* Thin wrapper around the format(... AppendableWrapper ...) variant.
|
@@ -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: normalizer2.h
|
11
|
-
* encoding:
|
11
|
+
* encoding: UTF-8
|
12
12
|
* tab size: 8 (not used)
|
13
13
|
* indentation:4
|
14
14
|
*
|
@@ -28,12 +28,15 @@
|
|
28
28
|
|
29
29
|
#if !UCONFIG_NO_NORMALIZATION
|
30
30
|
|
31
|
+
#include "unicode/stringpiece.h"
|
31
32
|
#include "unicode/uniset.h"
|
32
33
|
#include "unicode/unistr.h"
|
33
34
|
#include "unicode/unorm2.h"
|
34
35
|
|
35
36
|
U_NAMESPACE_BEGIN
|
36
37
|
|
38
|
+
class ByteSink;
|
39
|
+
|
37
40
|
/**
|
38
41
|
* Unicode normalization functionality for standard Unicode normalization or
|
39
42
|
* for using custom mapping tables.
|
@@ -215,6 +218,35 @@ public:
|
|
215
218
|
normalize(const UnicodeString &src,
|
216
219
|
UnicodeString &dest,
|
217
220
|
UErrorCode &errorCode) const = 0;
|
221
|
+
|
222
|
+
/**
|
223
|
+
* Normalizes a UTF-8 string and optionally records how source substrings
|
224
|
+
* relate to changed and unchanged result substrings.
|
225
|
+
*
|
226
|
+
* Currently implemented completely only for "compose" modes,
|
227
|
+
* such as for NFC, NFKC, and NFKC_Casefold
|
228
|
+
* (UNORM2_COMPOSE and UNORM2_COMPOSE_CONTIGUOUS).
|
229
|
+
* Otherwise currently converts to & from UTF-16 and does not support edits.
|
230
|
+
*
|
231
|
+
* @param options Options bit set, usually 0. See U_OMIT_UNCHANGED_TEXT and U_EDITS_NO_RESET.
|
232
|
+
* @param src Source UTF-8 string.
|
233
|
+
* @param sink A ByteSink to which the normalized UTF-8 result string is written.
|
234
|
+
* sink.Flush() is called at the end.
|
235
|
+
* @param edits Records edits for index mapping, working with styled text,
|
236
|
+
* and getting only changes (if any).
|
237
|
+
* The Edits contents is undefined if any error occurs.
|
238
|
+
* This function calls edits->reset() first unless
|
239
|
+
* options includes U_EDITS_NO_RESET. edits can be nullptr.
|
240
|
+
* @param errorCode Standard ICU error code. Its input value must
|
241
|
+
* pass the U_SUCCESS() test, or else the function returns
|
242
|
+
* immediately. Check for U_FAILURE() on output or use with
|
243
|
+
* function chaining. (See User Guide for details.)
|
244
|
+
* @draft ICU 60
|
245
|
+
*/
|
246
|
+
virtual void
|
247
|
+
normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
|
248
|
+
Edits *edits, UErrorCode &errorCode) const;
|
249
|
+
|
218
250
|
/**
|
219
251
|
* Appends the normalized form of the second string to the first string
|
220
252
|
* (merging them at the boundary) and returns the first string.
|
@@ -282,7 +314,7 @@ public:
|
|
282
314
|
*
|
283
315
|
* When used on a standard NFC Normalizer2 instance,
|
284
316
|
* it returns the Decomposition_Mapping only if the Decomposition_Type (dt) is Canonical (Can);
|
285
|
-
* in this case, the result contains either one or two code points (=1..4
|
317
|
+
* in this case, the result contains either one or two code points (=1..4 char16_ts).
|
286
318
|
*
|
287
319
|
* This function is independent of the mode of the Normalizer2.
|
288
320
|
* The default implementation returns FALSE.
|
@@ -340,6 +372,30 @@ public:
|
|
340
372
|
*/
|
341
373
|
virtual UBool
|
342
374
|
isNormalized(const UnicodeString &s, UErrorCode &errorCode) const = 0;
|
375
|
+
/**
|
376
|
+
* Tests if the UTF-8 string is normalized.
|
377
|
+
* Internally, in cases where the quickCheck() method would return "maybe"
|
378
|
+
* (which is only possible for the two COMPOSE modes) this method
|
379
|
+
* resolves to "yes" or "no" to provide a definitive result,
|
380
|
+
* at the cost of doing more work in those cases.
|
381
|
+
*
|
382
|
+
* This works for all normalization modes,
|
383
|
+
* but it is currently optimized for UTF-8 only for "compose" modes,
|
384
|
+
* such as for NFC, NFKC, and NFKC_Casefold
|
385
|
+
* (UNORM2_COMPOSE and UNORM2_COMPOSE_CONTIGUOUS).
|
386
|
+
* For other modes it currently converts to UTF-16 and calls isNormalized().
|
387
|
+
*
|
388
|
+
* @param s UTF-8 input string
|
389
|
+
* @param errorCode Standard ICU error code. Its input value must
|
390
|
+
* pass the U_SUCCESS() test, or else the function returns
|
391
|
+
* immediately. Check for U_FAILURE() on output or use with
|
392
|
+
* function chaining. (See User Guide for details.)
|
393
|
+
* @return TRUE if s is normalized
|
394
|
+
* @draft ICU 60
|
395
|
+
*/
|
396
|
+
virtual UBool
|
397
|
+
isNormalizedUTF8(StringPiece s, UErrorCode &errorCode) const;
|
398
|
+
|
343
399
|
|
344
400
|
/**
|
345
401
|
* Tests if the string is normalized.
|
@@ -479,7 +535,36 @@ public:
|
|
479
535
|
virtual UnicodeString &
|
480
536
|
normalize(const UnicodeString &src,
|
481
537
|
UnicodeString &dest,
|
482
|
-
UErrorCode &errorCode) const;
|
538
|
+
UErrorCode &errorCode) const U_OVERRIDE;
|
539
|
+
|
540
|
+
/**
|
541
|
+
* Normalizes a UTF-8 string and optionally records how source substrings
|
542
|
+
* relate to changed and unchanged result substrings.
|
543
|
+
*
|
544
|
+
* Currently implemented completely only for "compose" modes,
|
545
|
+
* such as for NFC, NFKC, and NFKC_Casefold
|
546
|
+
* (UNORM2_COMPOSE and UNORM2_COMPOSE_CONTIGUOUS).
|
547
|
+
* Otherwise currently converts to & from UTF-16 and does not support edits.
|
548
|
+
*
|
549
|
+
* @param options Options bit set, usually 0. See U_OMIT_UNCHANGED_TEXT and U_EDITS_NO_RESET.
|
550
|
+
* @param src Source UTF-8 string.
|
551
|
+
* @param sink A ByteSink to which the normalized UTF-8 result string is written.
|
552
|
+
* sink.Flush() is called at the end.
|
553
|
+
* @param edits Records edits for index mapping, working with styled text,
|
554
|
+
* and getting only changes (if any).
|
555
|
+
* The Edits contents is undefined if any error occurs.
|
556
|
+
* This function calls edits->reset() first unless
|
557
|
+
* options includes U_EDITS_NO_RESET. edits can be nullptr.
|
558
|
+
* @param errorCode Standard ICU error code. Its input value must
|
559
|
+
* pass the U_SUCCESS() test, or else the function returns
|
560
|
+
* immediately. Check for U_FAILURE() on output or use with
|
561
|
+
* function chaining. (See User Guide for details.)
|
562
|
+
* @draft ICU 60
|
563
|
+
*/
|
564
|
+
virtual void
|
565
|
+
normalizeUTF8(uint32_t options, StringPiece src, ByteSink &sink,
|
566
|
+
Edits *edits, UErrorCode &errorCode) const U_OVERRIDE;
|
567
|
+
|
483
568
|
/**
|
484
569
|
* Appends the normalized form of the second string to the first string
|
485
570
|
* (merging them at the boundary) and returns the first string.
|
@@ -497,7 +582,7 @@ public:
|
|
497
582
|
virtual UnicodeString &
|
498
583
|
normalizeSecondAndAppend(UnicodeString &first,
|
499
584
|
const UnicodeString &second,
|
500
|
-
UErrorCode &errorCode) const;
|
585
|
+
UErrorCode &errorCode) const U_OVERRIDE;
|
501
586
|
/**
|
502
587
|
* Appends the second string to the first string
|
503
588
|
* (merging them at the boundary) and returns the first string.
|
@@ -515,7 +600,7 @@ public:
|
|
515
600
|
virtual UnicodeString &
|
516
601
|
append(UnicodeString &first,
|
517
602
|
const UnicodeString &second,
|
518
|
-
UErrorCode &errorCode) const;
|
603
|
+
UErrorCode &errorCode) const U_OVERRIDE;
|
519
604
|
|
520
605
|
/**
|
521
606
|
* Gets the decomposition mapping of c.
|
@@ -529,7 +614,7 @@ public:
|
|
529
614
|
* @stable ICU 4.6
|
530
615
|
*/
|
531
616
|
virtual UBool
|
532
|
-
getDecomposition(UChar32 c, UnicodeString &decomposition) const;
|
617
|
+
getDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE;
|
533
618
|
|
534
619
|
/**
|
535
620
|
* Gets the raw decomposition mapping of c.
|
@@ -543,7 +628,7 @@ public:
|
|
543
628
|
* @stable ICU 49
|
544
629
|
*/
|
545
630
|
virtual UBool
|
546
|
-
getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
|
631
|
+
getRawDecomposition(UChar32 c, UnicodeString &decomposition) const U_OVERRIDE;
|
547
632
|
|
548
633
|
/**
|
549
634
|
* Performs pairwise composition of a & b and returns the composite if there is one.
|
@@ -556,7 +641,7 @@ public:
|
|
556
641
|
* @stable ICU 49
|
557
642
|
*/
|
558
643
|
virtual UChar32
|
559
|
-
composePair(UChar32 a, UChar32 b) const;
|
644
|
+
composePair(UChar32 a, UChar32 b) const U_OVERRIDE;
|
560
645
|
|
561
646
|
/**
|
562
647
|
* Gets the combining class of c.
|
@@ -567,7 +652,7 @@ public:
|
|
567
652
|
* @stable ICU 49
|
568
653
|
*/
|
569
654
|
virtual uint8_t
|
570
|
-
getCombiningClass(UChar32 c) const;
|
655
|
+
getCombiningClass(UChar32 c) const U_OVERRIDE;
|
571
656
|
|
572
657
|
/**
|
573
658
|
* Tests if the string is normalized.
|
@@ -581,7 +666,30 @@ public:
|
|
581
666
|
* @stable ICU 4.4
|
582
667
|
*/
|
583
668
|
virtual UBool
|
584
|
-
isNormalized(const UnicodeString &s, UErrorCode &errorCode) const;
|
669
|
+
isNormalized(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE;
|
670
|
+
/**
|
671
|
+
* Tests if the UTF-8 string is normalized.
|
672
|
+
* Internally, in cases where the quickCheck() method would return "maybe"
|
673
|
+
* (which is only possible for the two COMPOSE modes) this method
|
674
|
+
* resolves to "yes" or "no" to provide a definitive result,
|
675
|
+
* at the cost of doing more work in those cases.
|
676
|
+
*
|
677
|
+
* This works for all normalization modes,
|
678
|
+
* but it is currently optimized for UTF-8 only for "compose" modes,
|
679
|
+
* such as for NFC, NFKC, and NFKC_Casefold
|
680
|
+
* (UNORM2_COMPOSE and UNORM2_COMPOSE_CONTIGUOUS).
|
681
|
+
* For other modes it currently converts to UTF-16 and calls isNormalized().
|
682
|
+
*
|
683
|
+
* @param s UTF-8 input string
|
684
|
+
* @param errorCode Standard ICU error code. Its input value must
|
685
|
+
* pass the U_SUCCESS() test, or else the function returns
|
686
|
+
* immediately. Check for U_FAILURE() on output or use with
|
687
|
+
* function chaining. (See User Guide for details.)
|
688
|
+
* @return TRUE if s is normalized
|
689
|
+
* @draft ICU 60
|
690
|
+
*/
|
691
|
+
virtual UBool
|
692
|
+
isNormalizedUTF8(StringPiece s, UErrorCode &errorCode) const U_OVERRIDE;
|
585
693
|
/**
|
586
694
|
* Tests if the string is normalized.
|
587
695
|
* For details see the Normalizer2 base class documentation.
|
@@ -594,7 +702,7 @@ public:
|
|
594
702
|
* @stable ICU 4.4
|
595
703
|
*/
|
596
704
|
virtual UNormalizationCheckResult
|
597
|
-
quickCheck(const UnicodeString &s, UErrorCode &errorCode) const;
|
705
|
+
quickCheck(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE;
|
598
706
|
/**
|
599
707
|
* Returns the end of the normalized substring of the input string.
|
600
708
|
* For details see the Normalizer2 base class documentation.
|
@@ -607,7 +715,7 @@ public:
|
|
607
715
|
* @stable ICU 4.4
|
608
716
|
*/
|
609
717
|
virtual int32_t
|
610
|
-
spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
|
718
|
+
spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE;
|
611
719
|
|
612
720
|
/**
|
613
721
|
* Tests if the character always has a normalization boundary before it,
|
@@ -617,7 +725,7 @@ public:
|
|
617
725
|
* @return TRUE if c has a normalization boundary before it
|
618
726
|
* @stable ICU 4.4
|
619
727
|
*/
|
620
|
-
virtual UBool hasBoundaryBefore(UChar32 c) const;
|
728
|
+
virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE;
|
621
729
|
|
622
730
|
/**
|
623
731
|
* Tests if the character always has a normalization boundary after it,
|
@@ -627,7 +735,7 @@ public:
|
|
627
735
|
* @return TRUE if c has a normalization boundary after it
|
628
736
|
* @stable ICU 4.4
|
629
737
|
*/
|
630
|
-
virtual UBool hasBoundaryAfter(UChar32 c) const;
|
738
|
+
virtual UBool hasBoundaryAfter(UChar32 c) const U_OVERRIDE;
|
631
739
|
|
632
740
|
/**
|
633
741
|
* Tests if the character is normalization-inert.
|
@@ -636,7 +744,7 @@ public:
|
|
636
744
|
* @return TRUE if c is normalization-inert
|
637
745
|
* @stable ICU 4.4
|
638
746
|
*/
|
639
|
-
virtual UBool isInert(UChar32 c) const;
|
747
|
+
virtual UBool isInert(UChar32 c) const U_OVERRIDE;
|
640
748
|
private:
|
641
749
|
UnicodeString &
|
642
750
|
normalize(const UnicodeString &src,
|
@@ -644,6 +752,12 @@ private:
|
|
644
752
|
USetSpanCondition spanCondition,
|
645
753
|
UErrorCode &errorCode) const;
|
646
754
|
|
755
|
+
void
|
756
|
+
normalizeUTF8(uint32_t options, const char *src, int32_t length,
|
757
|
+
ByteSink &sink, Edits *edits,
|
758
|
+
USetSpanCondition spanCondition,
|
759
|
+
UErrorCode &errorCode) const;
|
760
|
+
|
647
761
|
UnicodeString &
|
648
762
|
normalizeSecondAndAppend(UnicodeString &first,
|
649
763
|
const UnicodeString &second,
|