pango 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +6 -6
- data/ext/pango/extconf.rb +1 -0
- data/lib/2.2/pango.so +0 -0
- data/lib/2.3/pango.so +0 -0
- data/lib/pango.rb +2 -10
- data/vendor/local/bin/derb.exe +0 -0
- data/vendor/local/bin/genbrk.exe +0 -0
- data/vendor/local/bin/genccode.exe +0 -0
- data/vendor/local/bin/gencfu.exe +0 -0
- data/vendor/local/bin/gencmn.exe +0 -0
- data/vendor/local/bin/gencnval.exe +0 -0
- data/vendor/local/bin/gendict.exe +0 -0
- data/vendor/local/bin/gennorm2.exe +0 -0
- data/vendor/local/bin/genrb.exe +0 -0
- data/vendor/local/bin/gensprep.exe +0 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/icu-config +6 -7
- data/vendor/local/bin/icuinfo.exe +0 -0
- data/vendor/local/bin/icupkg.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/makeconv.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/bin/pkgdata.exe +0 -0
- data/vendor/local/bin/uconv.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
- data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
- data/vendor/local/include/harfbuzz/hb-common.h +23 -17
- data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
- data/vendor/local/include/harfbuzz/hb-face.h +17 -17
- data/vendor/local/include/harfbuzz/hb-font.h +180 -79
- data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
- data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
- data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
- data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
- data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
- data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
- data/vendor/local/include/harfbuzz/hb-set.h +29 -26
- data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
- data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
- data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
- data/vendor/local/include/harfbuzz/hb-version.h +6 -6
- data/vendor/local/include/harfbuzz/hb.h +4 -0
- data/vendor/local/include/layout/LELanguages.h +2 -5
- data/vendor/local/include/layout/LEScripts.h +3 -62
- data/vendor/local/include/layout/LETableReference.h +15 -3
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
- data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
- data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
- data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
- data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
- data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
- data/vendor/local/include/unicode/brkiter.h +6 -3
- data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
- data/vendor/local/include/unicode/coll.h +21 -18
- data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
- data/vendor/local/include/unicode/currpinf.h +2 -1
- data/vendor/local/include/unicode/datefmt.h +19 -41
- data/vendor/local/include/unicode/dcfmtsym.h +28 -9
- data/vendor/local/include/unicode/decimfmt.h +126 -304
- data/vendor/local/include/unicode/dtfmtsym.h +50 -19
- data/vendor/local/include/unicode/dtitvfmt.h +89 -30
- data/vendor/local/include/unicode/dtitvinf.h +63 -60
- data/vendor/local/include/unicode/dtptngen.h +81 -30
- data/vendor/local/include/unicode/filteredbrk.h +14 -24
- data/vendor/local/include/unicode/icuplug.h +9 -2
- data/vendor/local/include/unicode/listformatter.h +2 -2
- data/vendor/local/include/unicode/localpointer.h +231 -13
- data/vendor/local/include/unicode/locdspnm.h +2 -2
- data/vendor/local/include/unicode/locid.h +1 -3
- data/vendor/local/include/unicode/measfmt.h +14 -14
- data/vendor/local/include/unicode/measunit.h +213 -225
- data/vendor/local/include/unicode/normlzr.h +55 -43
- data/vendor/local/include/unicode/numfmt.h +60 -67
- data/vendor/local/include/unicode/platform.h +96 -3
- data/vendor/local/include/unicode/plurrule.h +5 -0
- data/vendor/local/include/unicode/rbnf.h +43 -4
- data/vendor/local/include/unicode/regex.h +14 -4
- data/vendor/local/include/unicode/region.h +5 -11
- data/vendor/local/include/unicode/reldatefmt.h +53 -43
- data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
- data/vendor/local/include/unicode/simpleformatter.h +295 -0
- data/vendor/local/include/unicode/smpdtfmt.h +36 -22
- data/vendor/local/include/unicode/tblcoll.h +32 -31
- data/vendor/local/include/unicode/timezone.h +4 -6
- data/vendor/local/include/unicode/tmunit.h +13 -13
- data/vendor/local/include/unicode/tzfmt.h +3 -6
- data/vendor/local/include/unicode/tznames.h +2 -4
- data/vendor/local/include/unicode/ubrk.h +14 -2
- data/vendor/local/include/unicode/uchar.h +61 -8
- data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
- data/vendor/local/include/unicode/ucol.h +2 -0
- data/vendor/local/include/unicode/uconfig.h +11 -6
- data/vendor/local/include/unicode/ucurr.h +24 -32
- data/vendor/local/include/unicode/udat.h +103 -87
- data/vendor/local/include/unicode/udateintervalformat.h +4 -1
- data/vendor/local/include/unicode/udatpg.h +6 -4
- data/vendor/local/include/unicode/udisplaycontext.h +6 -12
- data/vendor/local/include/unicode/ufieldpositer.h +10 -12
- data/vendor/local/include/unicode/uldnames.h +2 -2
- data/vendor/local/include/unicode/ulistformatter.h +9 -11
- data/vendor/local/include/unicode/uloc.h +13 -16
- data/vendor/local/include/unicode/umachine.h +2 -2
- data/vendor/local/include/unicode/uniset.h +25 -3
- data/vendor/local/include/unicode/unistr.h +168 -27
- data/vendor/local/include/unicode/unorm.h +40 -133
- data/vendor/local/include/unicode/unorm2.h +97 -1
- data/vendor/local/include/unicode/unum.h +61 -24
- data/vendor/local/include/unicode/uregex.h +7 -9
- data/vendor/local/include/unicode/ureldatefmt.h +365 -0
- data/vendor/local/include/unicode/urename.h +12 -1
- data/vendor/local/include/unicode/ures.h +157 -142
- data/vendor/local/include/unicode/uscript.h +1 -1
- data/vendor/local/include/unicode/ustdio.h +3 -5
- data/vendor/local/include/unicode/utf8.h +2 -2
- data/vendor/local/include/unicode/utypes.h +4 -6
- data/vendor/local/include/unicode/uvernum.h +7 -7
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
- data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
- data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
- data/vendor/local/lib/icu/Makefile.inc +6 -6
- data/vendor/local/lib/icu/pkgdata.inc +1 -1
- data/vendor/local/lib/icudt.dll +0 -0
- data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
- data/vendor/local/lib/icuin.dll +0 -0
- data/vendor/local/lib/icuin57.dll +0 -0
- data/vendor/local/lib/icuio.dll +0 -0
- data/vendor/local/lib/icuio57.dll +0 -0
- data/vendor/local/lib/icule.dll +0 -0
- data/vendor/local/lib/icule57.dll +0 -0
- data/vendor/local/lib/iculx.dll +0 -0
- data/vendor/local/lib/iculx57.dll +0 -0
- data/vendor/local/lib/icutest.dll +0 -0
- data/vendor/local/lib/icutest57.dll +0 -0
- data/vendor/local/lib/icutu.dll +0 -0
- data/vendor/local/lib/icutu57.dll +0 -0
- data/vendor/local/lib/icuuc.dll +0 -0
- data/vendor/local/lib/icuuc57.dll +0 -0
- data/vendor/local/lib/libharfbuzz-icu.a +0 -0
- data/vendor/local/lib/libharfbuzz-icu.la +4 -4
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +4 -4
- data/vendor/local/lib/libicudt.dll.a +0 -0
- data/vendor/local/lib/libicuin.dll.a +0 -0
- data/vendor/local/lib/libicuio.dll.a +0 -0
- data/vendor/local/lib/libicule.dll.a +0 -0
- data/vendor/local/lib/libiculx.dll.a +0 -0
- data/vendor/local/lib/libicutest.dll.a +0 -0
- data/vendor/local/lib/libicutu.dll.a +0 -0
- data/vendor/local/lib/libicuuc.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +6 -6
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +6 -6
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +6 -6
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +6 -6
- data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
- data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
- data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
- data/vendor/local/lib/pkgconfig/pango.pc +3 -5
- data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
- data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
- data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
- data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
- data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
- data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
- data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
- data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
- data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
- data/vendor/local/share/icu/57.1/LICENSE +393 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
- data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
- data/vendor/local/share/man/man1/derb.1 +2 -2
- data/vendor/local/share/man/man1/genbrk.1 +2 -2
- data/vendor/local/share/man/man1/gencfu.1 +1 -1
- data/vendor/local/share/man/man1/gencnval.1 +3 -3
- data/vendor/local/share/man/man1/gendict.1 +2 -2
- data/vendor/local/share/man/man1/genrb.1 +3 -3
- data/vendor/local/share/man/man1/icu-config.1 +2 -2
- data/vendor/local/share/man/man1/makeconv.1 +3 -3
- data/vendor/local/share/man/man1/pango-view.1 +113 -1
- data/vendor/local/share/man/man1/pkgdata.1 +2 -2
- data/vendor/local/share/man/man1/uconv.1 +2 -2
- data/vendor/local/share/man/man8/genccode.8 +2 -2
- data/vendor/local/share/man/man8/gencmn.8 +3 -3
- data/vendor/local/share/man/man8/gensprep.8 +3 -3
- data/vendor/local/share/man/man8/icupkg.8 +1 -1
- metadata +49 -40
- data/lib/2.0/pango.so +0 -0
- data/lib/2.1/pango.so +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/etc/pango/pango.modules +0 -19
- data/vendor/local/lib/icuin55.dll +0 -0
- data/vendor/local/lib/icuio55.dll +0 -0
- data/vendor/local/lib/icule55.dll +0 -0
- data/vendor/local/lib/iculx55.dll +0 -0
- data/vendor/local/lib/icutest55.dll +0 -0
- data/vendor/local/lib/icutu55.dll +0 -0
- data/vendor/local/lib/icuuc55.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
- data/vendor/local/share/icu/55.1/license.html +0 -384
- data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -59,8 +59,9 @@ typedef enum
|
|
59
59
|
|
60
60
|
/**
|
61
61
|
* PangoRenderer:
|
62
|
-
* @matrix: the current transformation matrix for
|
63
|
-
* be %NULL, which should be treated the
|
62
|
+
* @matrix: (nullable): the current transformation matrix for
|
63
|
+
* the Renderer; may be %NULL, which should be treated the
|
64
|
+
* same as the identity matrix.
|
64
65
|
*
|
65
66
|
* #PangoRenderer is a base class for objects that are used to
|
66
67
|
* render Pango objects such as #PangoGlyphString and
|
@@ -247,6 +248,12 @@ void pango_renderer_set_color (PangoRenderer *renderer,
|
|
247
248
|
PangoColor *pango_renderer_get_color (PangoRenderer *renderer,
|
248
249
|
PangoRenderPart part);
|
249
250
|
|
251
|
+
void pango_renderer_set_alpha (PangoRenderer *renderer,
|
252
|
+
PangoRenderPart part,
|
253
|
+
guint16 alpha);
|
254
|
+
guint16 pango_renderer_get_alpha (PangoRenderer *renderer,
|
255
|
+
PangoRenderPart part);
|
256
|
+
|
250
257
|
void pango_renderer_set_matrix (PangoRenderer *renderer,
|
251
258
|
const PangoMatrix *matrix);
|
252
259
|
const PangoMatrix *pango_renderer_get_matrix (PangoRenderer *renderer);
|
@@ -126,6 +126,35 @@ typedef struct _PangoScriptIter PangoScriptIter;
|
|
126
126
|
* @PANGO_SCRIPT_SHARADA: Sharada. Since: 1.32
|
127
127
|
* @PANGO_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 1.32
|
128
128
|
* @PANGO_SCRIPT_TAKRI: Takri. Since: 1.32
|
129
|
+
* @PANGO_SCRIPT_BASSA_VAH: Bassa. Since: 1.40
|
130
|
+
* @PANGO_SCRIPT_CAUCASIAN_ALBANIAN: Caucasian Albanian. Since: 1.40
|
131
|
+
* @PANGO_SCRIPT_DUPLOYAN: Duployan. Since: 1.40
|
132
|
+
* @PANGO_SCRIPT_ELBASAN: Elbasan. Since: 1.40
|
133
|
+
* @PANGO_SCRIPT_GRANTHA: Grantha. Since: 1.40
|
134
|
+
* @PANGO_SCRIPT_KHOJKI: Kjohki. Since: 1.40
|
135
|
+
* @PANGO_SCRIPT_KHUDAWADI: Khudawadi, Sindhi. Since: 1.40
|
136
|
+
* @PANGO_SCRIPT_LINEAR_A: Linear A. Since: 1.40
|
137
|
+
* @PANGO_SCRIPT_MAHAJANI: Mahajani. Since: 1.40
|
138
|
+
* @PANGO_SCRIPT_MANICHAEAN: Manichaean. Since: 1.40
|
139
|
+
* @PANGO_SCRIPT_MENDE_KIKAKUI: Mende Kikakui. Since: 1.40
|
140
|
+
* @PANGO_SCRIPT_MODI: Modi. Since: 1.40
|
141
|
+
* @PANGO_SCRIPT_MRO: Mro. Since: 1.40
|
142
|
+
* @PANGO_SCRIPT_NABATAEAN: Nabataean. Since: 1.40
|
143
|
+
* @PANGO_SCRIPT_OLD_NORTH_ARABIAN: Old North Arabian. Since: 1.40
|
144
|
+
* @PANGO_SCRIPT_OLD_PERMIC: Old Permic. Since: 1.40
|
145
|
+
* @PANGO_SCRIPT_PAHAWH_HMONG: Pahawh Hmong. Since: 1.40
|
146
|
+
* @PANGO_SCRIPT_PALMYRENE: Palmyrene. Since: 1.40
|
147
|
+
* @PANGO_SCRIPT_PAU_CIN_HAU: Pau Cin Hau. Since: 1.40
|
148
|
+
* @PANGO_SCRIPT_PSALTER_PAHLAVI: Psalter Pahlavi. Since: 1.40
|
149
|
+
* @PANGO_SCRIPT_SIDDHAM: Siddham. Since: 1.40
|
150
|
+
* @PANGO_SCRIPT_TIRHUTA: Tirhuta. Since: 1.40
|
151
|
+
* @PANGO_SCRIPT_WARANG_CITI: Warang Citi. Since: 1.40
|
152
|
+
* @PANGO_SCRIPT_AHOM: Ahom. Since: 1.40
|
153
|
+
* @PANGO_SCRIPT_ANATOLIAN_HIEROGLYPHS: Anatolian Hieroglyphs. Since: 1.40
|
154
|
+
* @PANGO_SCRIPT_HATRAN: Hatran. Since: 1.40
|
155
|
+
* @PANGO_SCRIPT_MULTANI: Multani. Since: 1.40
|
156
|
+
* @PANGO_SCRIPT_OLD_HUNGARIAN: Old Hungarian. Since: 1.40
|
157
|
+
* @PANGO_SCRIPT_SIGNWRITING: Signwriting. Since: 1.40
|
129
158
|
*
|
130
159
|
* The #PangoScript enumeration identifies different writing
|
131
160
|
* systems. The values correspond to the names as defined in the
|
@@ -237,7 +266,40 @@ typedef enum { /* ISO 15924 code */
|
|
237
266
|
PANGO_SCRIPT_MIAO, /* Plrd */
|
238
267
|
PANGO_SCRIPT_SHARADA, /* Shrd */
|
239
268
|
PANGO_SCRIPT_SORA_SOMPENG, /* Sora */
|
240
|
-
PANGO_SCRIPT_TAKRI
|
269
|
+
PANGO_SCRIPT_TAKRI, /* Takr */
|
270
|
+
|
271
|
+
/* Unicode 7.0 additions */
|
272
|
+
PANGO_SCRIPT_BASSA_VAH, /* Bass */
|
273
|
+
PANGO_SCRIPT_CAUCASIAN_ALBANIAN, /* Aghb */
|
274
|
+
PANGO_SCRIPT_DUPLOYAN, /* Dupl */
|
275
|
+
PANGO_SCRIPT_ELBASAN, /* Elba */
|
276
|
+
PANGO_SCRIPT_GRANTHA, /* Gran */
|
277
|
+
PANGO_SCRIPT_KHOJKI, /* Khoj */
|
278
|
+
PANGO_SCRIPT_KHUDAWADI, /* Sind */
|
279
|
+
PANGO_SCRIPT_LINEAR_A, /* Lina */
|
280
|
+
PANGO_SCRIPT_MAHAJANI, /* Mahj */
|
281
|
+
PANGO_SCRIPT_MANICHAEAN, /* Manu */
|
282
|
+
PANGO_SCRIPT_MENDE_KIKAKUI, /* Mend */
|
283
|
+
PANGO_SCRIPT_MODI, /* Modi */
|
284
|
+
PANGO_SCRIPT_MRO, /* Mroo */
|
285
|
+
PANGO_SCRIPT_NABATAEAN, /* Nbat */
|
286
|
+
PANGO_SCRIPT_OLD_NORTH_ARABIAN, /* Narb */
|
287
|
+
PANGO_SCRIPT_OLD_PERMIC, /* Perm */
|
288
|
+
PANGO_SCRIPT_PAHAWH_HMONG, /* Hmng */
|
289
|
+
PANGO_SCRIPT_PALMYRENE, /* Palm */
|
290
|
+
PANGO_SCRIPT_PAU_CIN_HAU, /* Pauc */
|
291
|
+
PANGO_SCRIPT_PSALTER_PAHLAVI, /* Phlp */
|
292
|
+
PANGO_SCRIPT_SIDDHAM, /* Sidd */
|
293
|
+
PANGO_SCRIPT_TIRHUTA, /* Tirh */
|
294
|
+
PANGO_SCRIPT_WARANG_CITI, /* Wara */
|
295
|
+
|
296
|
+
/* Unicode 8.0 additions */
|
297
|
+
PANGO_SCRIPT_AHOM, /* Ahom */
|
298
|
+
PANGO_SCRIPT_ANATOLIAN_HIEROGLYPHS, /* Hluw */
|
299
|
+
PANGO_SCRIPT_HATRAN, /* Hatr */
|
300
|
+
PANGO_SCRIPT_MULTANI, /* Mult */
|
301
|
+
PANGO_SCRIPT_OLD_HUNGARIAN, /* Hung */
|
302
|
+
PANGO_SCRIPT_SIGNWRITING /* Sgnw */
|
241
303
|
} PangoScript;
|
242
304
|
|
243
305
|
PangoScript pango_script_for_unichar (gunichar ch) G_GNUC_CONST;
|
@@ -28,21 +28,30 @@
|
|
28
28
|
|
29
29
|
G_BEGIN_DECLS
|
30
30
|
|
31
|
+
G_DEPRECATED
|
31
32
|
char ** pango_split_file_list (const char *str);
|
32
33
|
|
34
|
+
G_DEPRECATED
|
33
35
|
char *pango_trim_string (const char *str);
|
36
|
+
G_DEPRECATED
|
34
37
|
gint pango_read_line (FILE *stream,
|
35
38
|
GString *str);
|
39
|
+
G_DEPRECATED
|
36
40
|
gboolean pango_skip_space (const char **pos);
|
41
|
+
G_DEPRECATED
|
37
42
|
gboolean pango_scan_word (const char **pos,
|
38
43
|
GString *out);
|
44
|
+
G_DEPRECATED
|
39
45
|
gboolean pango_scan_string (const char **pos,
|
40
46
|
GString *out);
|
47
|
+
G_DEPRECATED
|
41
48
|
gboolean pango_scan_int (const char **pos,
|
42
49
|
int *out);
|
43
50
|
|
44
51
|
#ifdef PANGO_ENABLE_BACKEND
|
52
|
+
G_DEPRECATED
|
45
53
|
char * pango_config_key_get_system (const char *key);
|
54
|
+
G_DEPRECATED
|
46
55
|
char * pango_config_key_get (const char *key);
|
47
56
|
G_DEPRECATED
|
48
57
|
void pango_lookup_aliases (const char *fontname,
|
@@ -50,6 +59,7 @@ void pango_lookup_aliases (const char *fontname,
|
|
50
59
|
int *n_families);
|
51
60
|
#endif /* PANGO_ENABLE_BACKEND */
|
52
61
|
|
62
|
+
G_DEPRECATED
|
53
63
|
gboolean pango_parse_enum (GType type,
|
54
64
|
const char *str,
|
55
65
|
int *value,
|
@@ -84,12 +94,14 @@ gboolean pango_parse_stretch (const char *str,
|
|
84
94
|
* stored in the registry). The returned string should not be
|
85
95
|
* g_free'd.
|
86
96
|
*/
|
97
|
+
G_DEPRECATED
|
87
98
|
const char * pango_get_sysconf_subdirectory (void) G_GNUC_PURE;
|
88
99
|
|
89
100
|
/* Ditto for LIBDIR/pango. On Win32, use the same Pango
|
90
101
|
* installation directory. This returned string should not be
|
91
102
|
* g_free'd either.
|
92
103
|
*/
|
104
|
+
G_DEPRECATED
|
93
105
|
const char * pango_get_lib_subdirectory (void) G_GNUC_PURE;
|
94
106
|
|
95
107
|
#endif /* PANGO_ENABLE_BACKEND */
|
@@ -22,12 +22,10 @@
|
|
22
22
|
#ifndef __PANGO_FC_FONT_H__
|
23
23
|
#define __PANGO_FC_FONT_H__
|
24
24
|
|
25
|
+
#include <pango/pango.h>
|
25
26
|
#include <ft2build.h>
|
26
27
|
#include FT_FREETYPE_H
|
27
28
|
#include <fontconfig/fontconfig.h>
|
28
|
-
#include <pango/pango-font.h>
|
29
|
-
#include <pango/pango-fontmap.h>
|
30
|
-
#include <pango/pango-glyph.h>
|
31
29
|
|
32
30
|
G_BEGIN_DECLS
|
33
31
|
|
@@ -93,13 +91,12 @@ struct _PangoFcFont
|
|
93
91
|
* corresponding to the specified character.
|
94
92
|
* @get_glyph: Gets the glyph that corresponds to the given
|
95
93
|
* Unicode character.
|
96
|
-
* @get_unknown_glyph: Gets the glyph that
|
97
|
-
* display an unknown-glyph indication
|
98
|
-
* Unicode character.
|
99
|
-
*
|
100
|
-
*
|
101
|
-
*
|
102
|
-
* May be %NULL.
|
94
|
+
* @get_unknown_glyph: (nullable): Gets the glyph that
|
95
|
+
* should be used to display an unknown-glyph indication
|
96
|
+
* for the specified Unicode character. May be %NULL.
|
97
|
+
* @shutdown: (nullable): Performs any font-specific
|
98
|
+
* shutdown code that needs to be done when
|
99
|
+
* pango_fc_font_map_shutdown is called. May be %NULL.
|
103
100
|
*
|
104
101
|
* Class structure for #PangoFcFont.
|
105
102
|
**/
|
@@ -22,8 +22,8 @@
|
|
22
22
|
#ifndef __PANGO_FC_FONT_MAP_H__
|
23
23
|
#define __PANGO_FC_FONT_MAP_H__
|
24
24
|
|
25
|
+
#include <pango/pango.h>
|
25
26
|
#include <fontconfig/fontconfig.h>
|
26
|
-
#include <pango/pango-fontmap.h>
|
27
27
|
#include <pango/pangofc-decoder.h>
|
28
28
|
#include <pango/pangofc-font.h>
|
29
29
|
|
@@ -102,10 +102,10 @@ struct _PangoFcFontMap
|
|
102
102
|
|
103
103
|
/**
|
104
104
|
* PangoFcFontMapClass:
|
105
|
-
* @default_substitute: Substitutes in default
|
106
|
-
* unspecified fields in a #FcPattern. This will
|
107
|
-
* prior to creating a font for the pattern. May be
|
108
|
-
* Deprecated in favor of @font_key_substitute().
|
105
|
+
* @default_substitute: (nullable): Substitutes in default
|
106
|
+
* values for unspecified fields in a #FcPattern. This will
|
107
|
+
* be called prior to creating a font for the pattern. May be
|
108
|
+
* %NULL. Deprecated in favor of @font_key_substitute().
|
109
109
|
* @new_font: Creates a new #PangoFcFont for the specified
|
110
110
|
* pattern of the appropriate type for this font map. The
|
111
111
|
* @pattern argument must be passed to the "pattern" property
|
@@ -128,17 +128,17 @@ struct _PangoFcFontMap
|
|
128
128
|
* @context_key_copy.
|
129
129
|
* @context_key_hash: Gets a hash value for a context key
|
130
130
|
* @context_key_equal: Compares two context keys for equality.
|
131
|
-
* @fontset_key_substitute: Substitutes in
|
132
|
-
* unspecified fields in a
|
133
|
-
* prior to creating a font
|
134
|
-
* (Since: 1.24)
|
135
|
-
* @create_font: Creates a new #PangoFcFont for
|
136
|
-
* pattern of the appropriate type for this
|
137
|
-
* information from the font key that is
|
138
|
-
* @pattern member of @font_key can be
|
139
|
-
* pango_fc_font_key_get_pattern() and must
|
140
|
-
* the "pattern" property of #PangoFcFont when
|
141
|
-
* g_object_new(). If %NULL, new_font() is used.
|
131
|
+
* @fontset_key_substitute: (nullable): Substitutes in
|
132
|
+
* default values for unspecified fields in a
|
133
|
+
* #FcPattern. This will be called prior to creating a font
|
134
|
+
* for the pattern. May be %NULL. (Since: 1.24)
|
135
|
+
* @create_font: (nullable): Creates a new #PangoFcFont for
|
136
|
+
* the specified pattern of the appropriate type for this
|
137
|
+
* font map using information from the font key that is
|
138
|
+
* passed in. The @pattern member of @font_key can be
|
139
|
+
* retrieved using pango_fc_font_key_get_pattern() and must
|
140
|
+
* be passed to the "pattern" property of #PangoFcFont when
|
141
|
+
* you call g_object_new(). If %NULL, new_font() is used.
|
142
142
|
* (Since: 1.24)
|
143
143
|
*
|
144
144
|
* Class structure for #PangoFcFontMap.
|
@@ -197,6 +197,15 @@ GType pango_fc_font_map_get_type (void) G_GNUC_CONST;
|
|
197
197
|
|
198
198
|
void pango_fc_font_map_cache_clear (PangoFcFontMap *fcfontmap);
|
199
199
|
|
200
|
+
void
|
201
|
+
pango_fc_font_map_config_changed (PangoFcFontMap *fcfontmap);
|
202
|
+
|
203
|
+
void
|
204
|
+
pango_fc_font_map_set_config (PangoFcFontMap *fcfontmap,
|
205
|
+
FcConfig *fcconfig);
|
206
|
+
FcConfig *
|
207
|
+
pango_fc_font_map_get_config (PangoFcFontMap *fcfontmap);
|
208
|
+
|
200
209
|
/**
|
201
210
|
* PangoFcDecoderFindFunc:
|
202
211
|
* @pattern: a fully resolved #FcPattern specifying the font on the system
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
********************************************************************************
|
3
|
-
* Copyright (C) 1997-
|
3
|
+
* Copyright (C) 1997-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
********************************************************************************
|
6
6
|
*
|
@@ -291,7 +291,7 @@ public:
|
|
291
291
|
virtual int32_t next(int32_t n) = 0;
|
292
292
|
|
293
293
|
/**
|
294
|
-
* For RuleBasedBreakIterators, return the status tag from the
|
294
|
+
* For RuleBasedBreakIterators, return the status tag from the
|
295
295
|
* break rule that determined the most recently
|
296
296
|
* returned break position.
|
297
297
|
* <p>
|
@@ -307,7 +307,7 @@ public:
|
|
307
307
|
virtual int32_t getRuleStatus() const;
|
308
308
|
|
309
309
|
/**
|
310
|
-
* For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
|
310
|
+
* For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
|
311
311
|
* that determined the most recently returned break position.
|
312
312
|
* <p>
|
313
313
|
* For break iterator types that do not support rule status,
|
@@ -623,8 +623,11 @@ protected:
|
|
623
623
|
BreakIterator();
|
624
624
|
/** @internal */
|
625
625
|
BreakIterator (const BreakIterator &other) : UObject(other) {}
|
626
|
+
#ifndef U_HIDE_INTERNAL_API
|
626
627
|
/** @internal */
|
627
628
|
BreakIterator (const Locale& valid, const Locale& actual);
|
629
|
+
#endif /* U_HIDE_INTERNAL_API */
|
630
|
+
|
628
631
|
private:
|
629
632
|
|
630
633
|
/** @internal */
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*
|
2
2
|
*******************************************************************************
|
3
|
-
* Copyright (C) 2010-
|
3
|
+
* Copyright (C) 2010-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
*******************************************************************************
|
6
6
|
* file name: bytestriebuilder.h
|
@@ -141,6 +141,7 @@ private:
|
|
141
141
|
virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; }
|
142
142
|
virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
|
143
143
|
|
144
|
+
// don't use #ifndef U_HIDE_INTERNAL_API with private class members
|
144
145
|
/**
|
145
146
|
* @internal
|
146
147
|
*/
|
@@ -153,6 +154,7 @@ private:
|
|
153
154
|
const char *s;
|
154
155
|
};
|
155
156
|
|
157
|
+
// don't use #ifndef U_HIDE_INTERNAL_API with private class members or virtual methods.
|
156
158
|
virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
|
157
159
|
Node *nextNode) const;
|
158
160
|
|
@@ -1,15 +1,15 @@
|
|
1
1
|
/*
|
2
2
|
******************************************************************************
|
3
|
-
* Copyright (C) 1996-
|
3
|
+
* Copyright (C) 1996-2016, International Business Machines
|
4
4
|
* Corporation and others. All Rights Reserved.
|
5
5
|
******************************************************************************
|
6
6
|
*/
|
7
7
|
|
8
8
|
/**
|
9
|
-
* \file
|
9
|
+
* \file
|
10
10
|
* \brief C++ API: Collation Service.
|
11
11
|
*/
|
12
|
-
|
12
|
+
|
13
13
|
/**
|
14
14
|
* File coll.h
|
15
15
|
*
|
@@ -199,6 +199,9 @@ public:
|
|
199
199
|
IDENTICAL = UCOL_IDENTICAL // 15
|
200
200
|
};
|
201
201
|
|
202
|
+
|
203
|
+
// Cannot use #ifndef U_HIDE_DEPRECATED_API for the following, it is
|
204
|
+
// used by virtual methods that cannot have that conditional.
|
202
205
|
/**
|
203
206
|
* LESS is returned if source string is compared to be less than target
|
204
207
|
* string in the compare() method.
|
@@ -479,7 +482,7 @@ public:
|
|
479
482
|
* generated sort keys.
|
480
483
|
* If the source string is null, a null collation key will be returned.
|
481
484
|
*
|
482
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
485
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
483
486
|
* For more details, see the ICU User Guide.
|
484
487
|
*
|
485
488
|
* @param source the source string to be transformed into a sort key.
|
@@ -501,7 +504,7 @@ public:
|
|
501
504
|
* generated sort keys.
|
502
505
|
* <p>If the source string is null, a null collation key will be returned.
|
503
506
|
*
|
504
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
507
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
505
508
|
* For more details, see the ICU User Guide.
|
506
509
|
*
|
507
510
|
* @param source the source string to be transformed into a sort key.
|
@@ -616,7 +619,7 @@ public:
|
|
616
619
|
* @see Collator#setReorderCodes
|
617
620
|
* @see UScriptCode
|
618
621
|
* @see UColReorderCode
|
619
|
-
* @stable ICU 4.8
|
622
|
+
* @stable ICU 4.8
|
620
623
|
*/
|
621
624
|
virtual int32_t getReorderCodes(int32_t *dest,
|
622
625
|
int32_t destCapacity,
|
@@ -626,7 +629,7 @@ public:
|
|
626
629
|
* Sets the ordering of scripts for this collator.
|
627
630
|
*
|
628
631
|
* <p>The reordering codes are a combination of script codes and reorder codes.
|
629
|
-
* @param reorderCodes An array of script codes in the new order. This can be NULL if the
|
632
|
+
* @param reorderCodes An array of script codes in the new order. This can be NULL if the
|
630
633
|
* length is also set to 0. An empty array will clear any reordering codes on the collator.
|
631
634
|
* @param reorderCodesLength The length of reorderCodes.
|
632
635
|
* @param status error code
|
@@ -635,7 +638,7 @@ public:
|
|
635
638
|
* @see Collator#getEquivalentReorderCodes
|
636
639
|
* @see UScriptCode
|
637
640
|
* @see UColReorderCode
|
638
|
-
* @stable ICU 4.8
|
641
|
+
* @stable ICU 4.8
|
639
642
|
*/
|
640
643
|
virtual void setReorderCodes(const int32_t* reorderCodes,
|
641
644
|
int32_t reorderCodesLength,
|
@@ -647,11 +650,11 @@ public:
|
|
647
650
|
* Beginning with ICU 55, scripts only reorder together if they are primary-equal,
|
648
651
|
* for example Hiragana and Katakana.
|
649
652
|
*
|
650
|
-
* @param reorderCode The reorder code to determine equivalence for.
|
653
|
+
* @param reorderCode The reorder code to determine equivalence for.
|
651
654
|
* @param dest The array to fill with the script equivalence reordering codes.
|
652
|
-
* @param destCapacity The length of dest. If it is 0, then dest may be NULL and the
|
655
|
+
* @param destCapacity The length of dest. If it is 0, then dest may be NULL and the
|
653
656
|
* function will only return the length of the result without writing any codes (pre-flighting).
|
654
|
-
* @param status A reference to an error code value, which must not indicate
|
657
|
+
* @param status A reference to an error code value, which must not indicate
|
655
658
|
* a failure before the function call.
|
656
659
|
* @return The length of the of the reordering code equivalence array.
|
657
660
|
* @see ucol_setReorderCodes
|
@@ -659,7 +662,7 @@ public:
|
|
659
662
|
* @see Collator#setReorderCodes
|
660
663
|
* @see UScriptCode
|
661
664
|
* @see UColReorderCode
|
662
|
-
* @stable ICU 4.8
|
665
|
+
* @stable ICU 4.8
|
663
666
|
*/
|
664
667
|
static int32_t U_EXPORT2 getEquivalentReorderCodes(int32_t reorderCode,
|
665
668
|
int32_t* dest,
|
@@ -981,7 +984,7 @@ public:
|
|
981
984
|
* Sort key byte arrays are zero-terminated and can be compared using
|
982
985
|
* strcmp().
|
983
986
|
*
|
984
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
987
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
985
988
|
* For more details, see the ICU User Guide.
|
986
989
|
*
|
987
990
|
* @param source string to be processed.
|
@@ -1001,7 +1004,7 @@ public:
|
|
1001
1004
|
* Sort key byte arrays are zero-terminated and can be compared using
|
1002
1005
|
* strcmp().
|
1003
1006
|
*
|
1004
|
-
* Note that sort keys are often less efficient than simply doing comparison.
|
1007
|
+
* Note that sort keys are often less efficient than simply doing comparison.
|
1005
1008
|
* For more details, see the ICU User Guide.
|
1006
1009
|
*
|
1007
1010
|
* @param source string to be processed.
|
@@ -1111,18 +1114,18 @@ public:
|
|
1111
1114
|
virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& actualLocale);
|
1112
1115
|
|
1113
1116
|
/** Get the short definition string for a collator. This internal API harvests the collator's
|
1114
|
-
* locale and the attribute set and produces a string that can be used for opening
|
1117
|
+
* locale and the attribute set and produces a string that can be used for opening
|
1115
1118
|
* a collator with the same attributes using the ucol_openFromShortString API.
|
1116
1119
|
* This string will be normalized.
|
1117
1120
|
* The structure and the syntax of the string is defined in the "Naming collators"
|
1118
|
-
* section of the users guide:
|
1121
|
+
* section of the users guide:
|
1119
1122
|
* http://userguide.icu-project.org/collation/concepts#TOC-Collator-naming-scheme
|
1120
1123
|
* This function supports preflighting.
|
1121
|
-
*
|
1124
|
+
*
|
1122
1125
|
* This is internal, and intended to be used with delegate converters.
|
1123
1126
|
*
|
1124
1127
|
* @param locale a locale that will appear as a collators locale in the resulting
|
1125
|
-
* short string definition. If NULL, the locale will be harvested
|
1128
|
+
* short string definition. If NULL, the locale will be harvested
|
1126
1129
|
* from the collator.
|
1127
1130
|
* @param buffer space to hold the resulting string
|
1128
1131
|
* @param capacity capacity of the buffer
|