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.
Files changed (368) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +8 -8
  5. data/ext/pango/extconf.rb +4 -1
  6. data/ext/pango/pango.def +1 -0
  7. data/ext/pango/rb-pango-attr-list.c +3 -3
  8. data/ext/pango/rb-pango-attribute.c +67 -57
  9. data/ext/pango/rb-pango-conversions.h +3 -3
  10. data/ext/pango/rb-pango-private.h +0 -1
  11. data/ext/pango/rb-pango.c +0 -1
  12. data/ext/pango/rb-pango.h +2 -1
  13. data/lib/2.2/pango.so +0 -0
  14. data/lib/2.3/pango.so +0 -0
  15. data/lib/2.4/pango.so +0 -0
  16. data/lib/2.5/pango.so +0 -0
  17. data/lib/pango/loader.rb +13 -1
  18. data/lib/pango/rectangle.rb +7 -1
  19. data/pango.gemspec +43 -0
  20. data/vendor/local/bin/derb.exe +0 -0
  21. data/vendor/local/bin/escapesrc.exe +0 -0
  22. data/vendor/local/bin/fribidi.exe +0 -0
  23. data/vendor/local/bin/genbrk.exe +0 -0
  24. data/vendor/local/bin/genccode.exe +0 -0
  25. data/vendor/local/bin/gencfu.exe +0 -0
  26. data/vendor/local/bin/gencmn.exe +0 -0
  27. data/vendor/local/bin/gencnval.exe +0 -0
  28. data/vendor/local/bin/gendict.exe +0 -0
  29. data/vendor/local/bin/gennorm2.exe +0 -0
  30. data/vendor/local/bin/genrb.exe +0 -0
  31. data/vendor/local/bin/gensprep.exe +0 -0
  32. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  33. data/vendor/local/bin/hb-shape.exe +0 -0
  34. data/vendor/local/bin/hb-subset.exe +0 -0
  35. data/vendor/local/bin/hb-view.exe +0 -0
  36. data/vendor/local/bin/icu-config +13 -8
  37. data/vendor/local/bin/icuinfo.exe +0 -0
  38. data/vendor/local/bin/icupkg.exe +0 -0
  39. data/vendor/local/bin/libfribidi-0.dll +0 -0
  40. data/vendor/local/bin/libgraphene-1.0-0.dll +0 -0
  41. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  42. data/vendor/local/bin/libharfbuzz-subset-0.dll +0 -0
  43. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  44. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  45. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  46. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  47. data/vendor/local/bin/makeconv.exe +0 -0
  48. data/vendor/local/bin/pango-view.exe +0 -0
  49. data/vendor/local/bin/pkgdata.exe +0 -0
  50. data/vendor/local/bin/uconv.exe +0 -0
  51. data/vendor/local/include/fribidi/fribidi-config.h +2 -2
  52. data/vendor/local/include/harfbuzz/hb-blob.h +2 -0
  53. data/vendor/local/include/harfbuzz/hb-common.h +24 -3
  54. data/vendor/local/include/harfbuzz/hb-face.h +4 -0
  55. data/vendor/local/include/harfbuzz/hb-map.h +104 -0
  56. data/vendor/local/include/harfbuzz/hb-ot-layout.h +1 -1
  57. data/vendor/local/include/harfbuzz/hb-set.h +0 -2
  58. data/vendor/local/include/harfbuzz/hb-subset-plan.hh +46 -25
  59. data/vendor/local/include/harfbuzz/hb-subset.h +4 -1
  60. data/vendor/local/include/harfbuzz/hb-version.h +3 -3
  61. data/vendor/local/include/harfbuzz/hb.h +1 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
  63. data/vendor/local/include/unicode/alphaindex.h +2 -1
  64. data/vendor/local/include/unicode/appendable.h +25 -25
  65. data/vendor/local/include/unicode/basictz.h +1 -1
  66. data/vendor/local/include/unicode/brkiter.h +19 -24
  67. data/vendor/local/include/unicode/bytestream.h +26 -13
  68. data/vendor/local/include/unicode/bytestrie.h +2 -2
  69. data/vendor/local/include/unicode/bytestriebuilder.h +4 -5
  70. data/vendor/local/include/unicode/calendar.h +11 -11
  71. data/vendor/local/include/unicode/caniter.h +3 -3
  72. data/vendor/local/include/unicode/casemap.h +494 -0
  73. data/vendor/local/include/unicode/char16ptr.h +302 -0
  74. data/vendor/local/include/unicode/chariter.h +22 -18
  75. data/vendor/local/include/unicode/choicfmt.h +1 -1
  76. data/vendor/local/include/unicode/coleitr.h +2 -1
  77. data/vendor/local/include/unicode/coll.h +17 -17
  78. data/vendor/local/include/unicode/compactdecimalformat.h +10 -2
  79. data/vendor/local/include/unicode/curramt.h +5 -5
  80. data/vendor/local/include/unicode/currpinf.h +1 -1
  81. data/vendor/local/include/unicode/currunit.h +24 -6
  82. data/vendor/local/include/unicode/datefmt.h +3 -2
  83. data/vendor/local/include/unicode/dbbi.h +1 -1
  84. data/vendor/local/include/unicode/dcfmtsym.h +89 -13
  85. data/vendor/local/include/unicode/decimfmt.h +38 -39
  86. data/vendor/local/include/unicode/docmain.h +7 -2
  87. data/vendor/local/include/unicode/dtfmtsym.h +7 -6
  88. data/vendor/local/include/unicode/dtintrv.h +2 -2
  89. data/vendor/local/include/unicode/dtitvfmt.h +2 -2
  90. data/vendor/local/include/unicode/dtitvinf.h +1 -3
  91. data/vendor/local/include/unicode/dtptngen.h +48 -24
  92. data/vendor/local/include/unicode/dtrule.h +1 -1
  93. data/vendor/local/include/unicode/edits.h +424 -0
  94. data/vendor/local/include/unicode/enumset.h +1 -1
  95. data/vendor/local/include/unicode/errorcode.h +2 -2
  96. data/vendor/local/include/unicode/fieldpos.h +1 -1
  97. data/vendor/local/include/unicode/filteredbrk.h +35 -5
  98. data/vendor/local/include/unicode/fmtable.h +1 -1
  99. data/vendor/local/include/unicode/format.h +1 -1
  100. data/vendor/local/include/unicode/fpositer.h +11 -3
  101. data/vendor/local/include/unicode/gender.h +1 -1
  102. data/vendor/local/include/unicode/gregocal.h +1 -1
  103. data/vendor/local/include/unicode/icudataver.h +1 -1
  104. data/vendor/local/include/unicode/icuplug.h +1 -1
  105. data/vendor/local/include/unicode/idna.h +2 -2
  106. data/vendor/local/include/unicode/listformatter.h +4 -2
  107. data/vendor/local/include/unicode/localpointer.h +6 -43
  108. data/vendor/local/include/unicode/locdspnm.h +2 -1
  109. data/vendor/local/include/unicode/locid.h +7 -6
  110. data/vendor/local/include/unicode/measfmt.h +18 -7
  111. data/vendor/local/include/unicode/measunit.h +31 -60
  112. data/vendor/local/include/unicode/measure.h +1 -1
  113. data/vendor/local/include/unicode/messagepattern.h +2 -2
  114. data/vendor/local/include/unicode/msgfmt.h +2 -2
  115. data/vendor/local/include/unicode/normalizer2.h +130 -16
  116. data/vendor/local/include/unicode/normlzr.h +5 -5
  117. data/vendor/local/include/unicode/nounit.h +111 -0
  118. data/vendor/local/include/unicode/numberformatter.h +2194 -0
  119. data/vendor/local/include/unicode/numfmt.h +81 -7
  120. data/vendor/local/include/unicode/numsys.h +2 -2
  121. data/vendor/local/include/unicode/parseerr.h +3 -3
  122. data/vendor/local/include/unicode/parsepos.h +1 -1
  123. data/vendor/local/include/unicode/platform.h +66 -63
  124. data/vendor/local/include/unicode/plurfmt.h +1 -1
  125. data/vendor/local/include/unicode/plurrule.h +23 -4
  126. data/vendor/local/include/unicode/ptypes.h +1 -1
  127. data/vendor/local/include/unicode/putil.h +4 -4
  128. data/vendor/local/include/unicode/rbbi.h +105 -134
  129. data/vendor/local/include/unicode/rbnf.h +65 -3
  130. data/vendor/local/include/unicode/rbtz.h +1 -1
  131. data/vendor/local/include/unicode/regex.h +17 -17
  132. data/vendor/local/include/unicode/region.h +1 -1
  133. data/vendor/local/include/unicode/reldatefmt.h +4 -5
  134. data/vendor/local/include/unicode/rep.h +4 -4
  135. data/vendor/local/include/unicode/resbund.h +3 -3
  136. data/vendor/local/include/unicode/schriter.h +3 -3
  137. data/vendor/local/include/unicode/scientificnumberformatter.h +1 -1
  138. data/vendor/local/include/unicode/search.h +1 -1
  139. data/vendor/local/include/unicode/selfmt.h +1 -1
  140. data/vendor/local/include/unicode/simpleformatter.h +31 -25
  141. data/vendor/local/include/unicode/simpletz.h +5 -3
  142. data/vendor/local/include/unicode/smpdtfmt.h +17 -7
  143. data/vendor/local/include/unicode/sortkey.h +1 -1
  144. data/vendor/local/include/unicode/std_string.h +6 -8
  145. data/vendor/local/include/unicode/strenum.h +5 -5
  146. data/vendor/local/include/unicode/stringoptions.h +198 -0
  147. data/vendor/local/include/unicode/stringpiece.h +1 -3
  148. data/vendor/local/include/unicode/stringtriebuilder.h +19 -19
  149. data/vendor/local/include/unicode/stsearch.h +1 -1
  150. data/vendor/local/include/unicode/symtable.h +1 -1
  151. data/vendor/local/include/unicode/tblcoll.h +13 -13
  152. data/vendor/local/include/unicode/timezone.h +5 -5
  153. data/vendor/local/include/unicode/tmunit.h +1 -1
  154. data/vendor/local/include/unicode/tmutamt.h +1 -1
  155. data/vendor/local/include/unicode/tmutfmt.h +1 -1
  156. data/vendor/local/include/unicode/translit.h +2 -2
  157. data/vendor/local/include/unicode/tzfmt.h +4 -4
  158. data/vendor/local/include/unicode/tznames.h +3 -5
  159. data/vendor/local/include/unicode/tzrule.h +1 -1
  160. data/vendor/local/include/unicode/tztrans.h +1 -1
  161. data/vendor/local/include/unicode/ubidi.h +11 -8
  162. data/vendor/local/include/unicode/ubiditransform.h +16 -19
  163. data/vendor/local/include/unicode/ubrk.h +61 -4
  164. data/vendor/local/include/unicode/ucal.h +3 -3
  165. data/vendor/local/include/unicode/ucasemap.h +7 -47
  166. data/vendor/local/include/unicode/ucat.h +1 -1
  167. data/vendor/local/include/unicode/uchar.h +62 -37
  168. data/vendor/local/include/unicode/ucharstrie.h +48 -48
  169. data/vendor/local/include/unicode/ucharstriebuilder.h +12 -12
  170. data/vendor/local/include/unicode/uchriter.h +33 -29
  171. data/vendor/local/include/unicode/uclean.h +15 -13
  172. data/vendor/local/include/unicode/ucnv.h +11 -11
  173. data/vendor/local/include/unicode/ucnv_cb.h +1 -1
  174. data/vendor/local/include/unicode/ucnv_err.h +7 -7
  175. data/vendor/local/include/unicode/ucnvsel.h +1 -1
  176. data/vendor/local/include/unicode/ucol.h +6 -6
  177. data/vendor/local/include/unicode/ucoleitr.h +3 -3
  178. data/vendor/local/include/unicode/uconfig.h +8 -5
  179. data/vendor/local/include/unicode/ucsdet.h +7 -3
  180. data/vendor/local/include/unicode/ucurr.h +14 -1
  181. data/vendor/local/include/unicode/udat.h +39 -41
  182. data/vendor/local/include/unicode/udata.h +2 -2
  183. data/vendor/local/include/unicode/udateintervalformat.h +1 -1
  184. data/vendor/local/include/unicode/udatpg.h +56 -5
  185. data/vendor/local/include/unicode/udisplaycontext.h +4 -8
  186. data/vendor/local/include/unicode/uenum.h +5 -3
  187. data/vendor/local/include/unicode/ufieldpositer.h +1 -1
  188. data/vendor/local/include/unicode/uformattable.h +2 -2
  189. data/vendor/local/include/unicode/ugender.h +1 -1
  190. data/vendor/local/include/unicode/uidna.h +2 -2
  191. data/vendor/local/include/unicode/uiter.h +2 -2
  192. data/vendor/local/include/unicode/uldnames.h +1 -1
  193. data/vendor/local/include/unicode/ulistformatter.h +4 -4
  194. data/vendor/local/include/unicode/uloc.h +29 -16
  195. data/vendor/local/include/unicode/ulocdata.h +5 -5
  196. data/vendor/local/include/unicode/umachine.h +81 -38
  197. data/vendor/local/include/unicode/umisc.h +2 -2
  198. data/vendor/local/include/unicode/umsg.h +2 -2
  199. data/vendor/local/include/unicode/unifilt.h +2 -2
  200. data/vendor/local/include/unicode/unifunct.h +1 -1
  201. data/vendor/local/include/unicode/unimatch.h +1 -1
  202. data/vendor/local/include/unicode/unirepl.h +1 -1
  203. data/vendor/local/include/unicode/uniset.h +5 -4
  204. data/vendor/local/include/unicode/unistr.h +322 -208
  205. data/vendor/local/include/unicode/unorm.h +9 -9
  206. data/vendor/local/include/unicode/unorm2.h +3 -26
  207. data/vendor/local/include/unicode/unum.h +71 -11
  208. data/vendor/local/include/unicode/unumsys.h +1 -1
  209. data/vendor/local/include/unicode/uobject.h +2 -2
  210. data/vendor/local/include/unicode/upluralrules.h +51 -6
  211. data/vendor/local/include/unicode/uregex.h +2 -2
  212. data/vendor/local/include/unicode/uregion.h +2 -2
  213. data/vendor/local/include/unicode/ureldatefmt.h +33 -39
  214. data/vendor/local/include/unicode/urename.h +18 -17
  215. data/vendor/local/include/unicode/urep.h +1 -1
  216. data/vendor/local/include/unicode/ures.h +9 -9
  217. data/vendor/local/include/unicode/uscript.h +10 -3
  218. data/vendor/local/include/unicode/usearch.h +3 -3
  219. data/vendor/local/include/unicode/uset.h +2 -2
  220. data/vendor/local/include/unicode/usetiter.h +1 -1
  221. data/vendor/local/include/unicode/ushape.h +3 -3
  222. data/vendor/local/include/unicode/uspoof.h +24 -29
  223. data/vendor/local/include/unicode/usprep.h +7 -7
  224. data/vendor/local/include/unicode/ustdio.h +1 -1
  225. data/vendor/local/include/unicode/ustream.h +2 -9
  226. data/vendor/local/include/unicode/ustring.h +3 -13
  227. data/vendor/local/include/unicode/ustringtrie.h +2 -2
  228. data/vendor/local/include/unicode/utext.h +16 -16
  229. data/vendor/local/include/unicode/utf.h +19 -19
  230. data/vendor/local/include/unicode/utf16.h +128 -8
  231. data/vendor/local/include/unicode/utf32.h +2 -2
  232. data/vendor/local/include/unicode/utf8.h +177 -121
  233. data/vendor/local/include/unicode/utf_old.h +40 -7
  234. data/vendor/local/include/unicode/utmscale.h +8 -1
  235. data/vendor/local/include/unicode/utrace.h +4 -4
  236. data/vendor/local/include/unicode/utrans.h +3 -3
  237. data/vendor/local/include/unicode/utypes.h +13 -10
  238. data/vendor/local/include/unicode/uvernum.h +18 -11
  239. data/vendor/local/include/unicode/uversion.h +10 -4
  240. data/vendor/local/include/unicode/vtzone.h +1 -1
  241. data/vendor/local/lib/cmake/harfbuzz/harfbuzz-config.cmake +1 -1
  242. data/vendor/local/lib/icu/{58.2 → 61.1}/Makefile.inc +7 -7
  243. data/vendor/local/lib/icu/{58.2 → 61.1}/pkgdata.inc +2 -2
  244. data/vendor/local/lib/icu/Makefile.inc +7 -7
  245. data/vendor/local/lib/icu/pkgdata.inc +2 -2
  246. data/vendor/local/lib/icudt.dll +0 -0
  247. data/vendor/local/lib/{icudt58.dll → icudt61.dll} +0 -0
  248. data/vendor/local/lib/icuin.dll +0 -0
  249. data/vendor/local/lib/icuin61.dll +0 -0
  250. data/vendor/local/lib/icuio.dll +0 -0
  251. data/vendor/local/lib/{icuio58.dll → icuio61.dll} +0 -0
  252. data/vendor/local/lib/icutest.dll +0 -0
  253. data/vendor/local/lib/{icutest58.dll → icutest61.dll} +0 -0
  254. data/vendor/local/lib/icutu.dll +0 -0
  255. data/vendor/local/lib/icutu61.dll +0 -0
  256. data/vendor/local/lib/icuuc.dll +0 -0
  257. data/vendor/local/lib/icuuc61.dll +0 -0
  258. data/vendor/local/lib/libfribidi.dll.a +0 -0
  259. data/vendor/local/lib/libgraphene-1.0.dll.a +0 -0
  260. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  261. data/vendor/local/lib/libharfbuzz-icu.la +3 -3
  262. data/vendor/local/lib/libharfbuzz-subset.dll.a +0 -0
  263. data/vendor/local/lib/libharfbuzz-subset.la +3 -3
  264. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  265. data/vendor/local/lib/libharfbuzz.la +3 -3
  266. data/vendor/local/lib/libicudt.dll.a +0 -0
  267. data/vendor/local/lib/libicuin.dll.a +0 -0
  268. data/vendor/local/lib/libicuio.dll.a +0 -0
  269. data/vendor/local/lib/libicutest.dll.a +0 -0
  270. data/vendor/local/lib/libicutu.dll.a +0 -0
  271. data/vendor/local/lib/libicuuc.dll.a +0 -0
  272. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  273. data/vendor/local/lib/libpango-1.0.la +2 -2
  274. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  275. data/vendor/local/lib/libpangocairo-1.0.la +2 -2
  276. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  277. data/vendor/local/lib/libpangoft2-1.0.la +2 -2
  278. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  279. data/vendor/local/lib/libpangowin32-1.0.la +2 -2
  280. data/vendor/local/lib/pkgconfig/fribidi.pc +1 -1
  281. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  282. data/vendor/local/lib/pkgconfig/harfbuzz-subset.pc +1 -1
  283. data/vendor/local/lib/pkgconfig/harfbuzz.pc +1 -1
  284. data/vendor/local/lib/pkgconfig/icu-i18n.pc +7 -7
  285. data/vendor/local/lib/pkgconfig/icu-io.pc +7 -7
  286. data/vendor/local/lib/pkgconfig/icu-uc.pc +7 -7
  287. data/vendor/local/lib/pkgconfig/pango.pc +2 -2
  288. data/vendor/local/lib/pkgconfig/pangocairo.pc +2 -2
  289. data/vendor/local/lib/pkgconfig/pangoft2.pc +2 -2
  290. data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
  291. data/vendor/local/libexec/installed-tests/graphene-1.0/box.exe +0 -0
  292. data/vendor/local/libexec/installed-tests/graphene-1.0/euler.exe +0 -0
  293. data/vendor/local/libexec/installed-tests/graphene-1.0/frustum.exe +0 -0
  294. data/vendor/local/libexec/installed-tests/graphene-1.0/matrix.exe +0 -0
  295. data/vendor/local/libexec/installed-tests/graphene-1.0/plane.exe +0 -0
  296. data/vendor/local/libexec/installed-tests/graphene-1.0/point.exe +0 -0
  297. data/vendor/local/libexec/installed-tests/graphene-1.0/point3d.exe +0 -0
  298. data/vendor/local/libexec/installed-tests/graphene-1.0/quad.exe +0 -0
  299. data/vendor/local/libexec/installed-tests/graphene-1.0/quaternion.exe +0 -0
  300. data/vendor/local/libexec/installed-tests/graphene-1.0/ray.exe +0 -0
  301. data/vendor/local/libexec/installed-tests/graphene-1.0/rect.exe +0 -0
  302. data/vendor/local/libexec/installed-tests/graphene-1.0/simd.exe +0 -0
  303. data/vendor/local/libexec/installed-tests/graphene-1.0/size.exe +0 -0
  304. data/vendor/local/libexec/installed-tests/graphene-1.0/sphere.exe +0 -0
  305. data/vendor/local/libexec/installed-tests/graphene-1.0/triangle.exe +0 -0
  306. data/vendor/local/libexec/installed-tests/graphene-1.0/vec2.exe +0 -0
  307. data/vendor/local/libexec/installed-tests/graphene-1.0/vec3.exe +0 -0
  308. data/vendor/local/libexec/installed-tests/graphene-1.0/vec4.exe +0 -0
  309. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +5 -3
  310. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +5 -0
  311. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +1 -0
  312. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +1 -1
  313. data/vendor/local/share/gtk-doc/html/pango/index.html +1 -1
  314. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +2 -2
  315. data/vendor/local/share/icu/{58.2 → 61.1}/LICENSE +32 -3
  316. data/vendor/local/share/icu/{58.2 → 61.1}/config/mh-mingw64 +4 -0
  317. data/vendor/local/share/icu/{58.2 → 61.1}/install-sh +0 -0
  318. data/vendor/local/share/icu/{58.2 → 61.1}/mkinstalldirs +0 -0
  319. data/vendor/local/share/man/man1/derb.1 +2 -2
  320. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  321. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  322. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  323. data/vendor/local/share/man/man1/gendict.1 +2 -2
  324. data/vendor/local/share/man/man1/genrb.1 +3 -3
  325. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  326. data/vendor/local/share/man/man1/makeconv.1 +5 -5
  327. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  328. data/vendor/local/share/man/man1/uconv.1 +9 -9
  329. data/vendor/local/share/man/man3/fribidi_charset_to_unicode.3 +98 -0
  330. data/vendor/local/share/man/man3/fribidi_debug_status.3 +44 -0
  331. data/vendor/local/share/man/man3/fribidi_get_bidi_type.3 +58 -0
  332. data/vendor/local/share/man/man3/fribidi_get_bidi_type_name.3 +56 -0
  333. data/vendor/local/share/man/man3/fribidi_get_bidi_types.3 +68 -0
  334. data/vendor/local/share/man/man3/fribidi_get_bracket.3 +59 -0
  335. data/vendor/local/share/man/man3/fribidi_get_bracket_types.3 +73 -0
  336. data/vendor/local/share/man/man3/fribidi_get_joining_type.3 +87 -0
  337. data/vendor/local/share/man/man3/fribidi_get_joining_type_name.3 +83 -0
  338. data/vendor/local/share/man/man3/fribidi_get_joining_types.3 +96 -0
  339. data/vendor/local/share/man/man3/fribidi_get_mirror_char.3 +68 -0
  340. data/vendor/local/share/man/man3/fribidi_get_par_direction.3 +100 -0
  341. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels.3 +98 -0
  342. data/vendor/local/share/man/man3/fribidi_get_par_embedding_levels_ex.3 +114 -0
  343. data/vendor/local/share/man/man3/fribidi_get_type.3 +50 -0
  344. data/vendor/local/share/man/man3/fribidi_get_type_internal.3 +50 -0
  345. data/vendor/local/share/man/man3/fribidi_join_arabic.3 +92 -0
  346. data/vendor/local/share/man/man3/fribidi_log2vis.3 +124 -0
  347. data/vendor/local/share/man/man3/fribidi_log2vis_get_embedding_levels.3 +97 -0
  348. data/vendor/local/share/man/man3/fribidi_mirroring_status.3 +44 -0
  349. data/vendor/local/share/man/man3/fribidi_parse_charset.3 +78 -0
  350. data/vendor/local/share/man/man3/fribidi_remove_bidi_marks.3 +96 -0
  351. data/vendor/local/share/man/man3/fribidi_reorder_line.3 +146 -0
  352. data/vendor/local/share/man/man3/fribidi_reorder_nsm_status.3 +44 -0
  353. data/vendor/local/share/man/man3/fribidi_set_debug.3 +48 -0
  354. data/vendor/local/share/man/man3/fribidi_set_mirroring.3 +58 -0
  355. data/vendor/local/share/man/man3/fribidi_set_reorder_nsm.3 +60 -0
  356. data/vendor/local/share/man/man3/fribidi_shape.3 +89 -0
  357. data/vendor/local/share/man/man3/fribidi_shape_arabic.3 +95 -0
  358. data/vendor/local/share/man/man3/fribidi_shape_mirroring.3 +71 -0
  359. data/vendor/local/share/man/man3/fribidi_unicode_to_charset.3 +99 -0
  360. data/vendor/local/share/man/man8/genccode.8 +2 -2
  361. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  362. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  363. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  364. metadata +58 -59
  365. data/ext/pango/rb-pango-context.c +0 -79
  366. data/vendor/local/lib/icuin58.dll +0 -0
  367. data/vendor/local/lib/icutu58.dll +0 -0
  368. data/vendor/local/lib/icuuc58.dll +0 -0
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  *******************************************************************************
@@ -29,6 +29,9 @@
29
29
 
30
30
  #include "unicode/format.h"
31
31
  #include "unicode/upluralrules.h"
32
+ #ifndef U_HIDE_INTERNAL_API
33
+ #include "unicode/numfmt.h"
34
+ #endif /* U_HIDE_INTERNAL_API */
32
35
 
33
36
  /**
34
37
  * Value returned by PluralRules::getUniqueKeywordValue() when there is no
@@ -40,7 +43,7 @@
40
43
  U_NAMESPACE_BEGIN
41
44
 
42
45
  class Hashtable;
43
- class FixedDecimal;
46
+ class IFixedDecimal;
44
47
  class VisibleDigitsWithExponent;
45
48
  class RuleChain;
46
49
  class PluralRuleParser;
@@ -345,10 +348,26 @@ public:
345
348
  UnicodeString select(double number) const;
346
349
 
347
350
  #ifndef U_HIDE_INTERNAL_API
351
+ /**
352
+ * Given a number and a format, returns the keyword of the first applicable
353
+ * rule for this PluralRules object.
354
+ * Note: This internal preview interface may be removed in the future if
355
+ * an architecturally cleaner solution reaches stable status.
356
+ * @param obj The numeric object for which the rule should be determined.
357
+ * @param fmt The NumberFormat specifying how the number will be formatted
358
+ * (this can affect the plural form, e.g. "1 dollar" vs "1.0 dollars").
359
+ * @param status Input/output parameter. If at entry this indicates a
360
+ * failure status, the method returns immediately; otherwise
361
+ * this is set to indicate the outcome of the call.
362
+ * @return The keyword of the selected rule. Undefined in the case of an error.
363
+ * @internal ICU 59 technology preview, may be removed in the future
364
+ */
365
+ UnicodeString select(const Formattable& obj, const NumberFormat& fmt, UErrorCode& status) const;
366
+
348
367
  /**
349
368
  * @internal
350
369
  */
351
- UnicodeString select(const FixedDecimal &number) const;
370
+ UnicodeString select(const IFixedDecimal &number) const;
352
371
  /**
353
372
  * @internal
354
373
  */
@@ -383,7 +402,7 @@ public:
383
402
  /**
384
403
  * Deprecated Function, does not produce useful results.
385
404
  *
386
- * Orginally intended to return all the values for which select() would return the keyword.
405
+ * Originally intended to return all the values for which select() would return the keyword.
387
406
  * If the keyword is unknown, returns no values, but this is not an error. If
388
407
  * the number of values is unlimited, returns no values and -1 as the
389
408
  * count.
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  ******************************************************************************
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  ******************************************************************************
@@ -38,7 +38,7 @@
38
38
 
39
39
  /**
40
40
  * Platform utilities isolates the platform dependencies of the
41
- * libarary. For each platform which this code is ported to, these
41
+ * library. For each platform which this code is ported to, these
42
42
  * functions may have to be re-implemented.
43
43
  */
44
44
 
@@ -53,7 +53,7 @@
53
53
  * The data directory is determined as follows:
54
54
  * If u_setDataDirectory() has been called, that is it, otherwise
55
55
  * if the ICU_DATA environment variable is set, use that, otherwise
56
- * If a data directory was specifed at ICU build time
56
+ * If a data directory was specified at ICU build time
57
57
  * <code>
58
58
  * \code
59
59
  * #define ICU_DATA_DIR "path"
@@ -93,7 +93,7 @@ U_STABLE void U_EXPORT2 u_setDataDirectory(const char *directory);
93
93
  #ifndef U_HIDE_INTERNAL_API
94
94
  /**
95
95
  * Return the time zone files override directory, or an empty string if
96
- * no directory was specified. Certain time zone resources will be preferrentially
96
+ * no directory was specified. Certain time zone resources will be preferentially
97
97
  * loaded from individual files in this directory.
98
98
  *
99
99
  * @return the time zone data override directory.
@@ -1,4 +1,4 @@
1
- // Copyright (C) 2016 and later: Unicode, Inc. and others.
1
+ // © 2016 and later: Unicode, Inc. and others.
2
2
  // License & terms of use: http://www.unicode.org/copyright.html
3
3
  /*
4
4
  ***************************************************************************
@@ -29,25 +29,15 @@
29
29
  #include "unicode/udata.h"
30
30
  #include "unicode/parseerr.h"
31
31
  #include "unicode/schriter.h"
32
- #include "unicode/uchriter.h"
33
-
34
-
35
- struct UTrie;
36
32
 
37
33
  U_NAMESPACE_BEGIN
38
34
 
39
35
  /** @internal */
36
+ class LanguageBreakEngine;
40
37
  struct RBBIDataHeader;
41
- class RuleBasedBreakIteratorTables;
42
- class BreakIterator;
43
38
  class RBBIDataWrapper;
44
- class UStack;
45
- class LanguageBreakEngine;
46
39
  class UnhandledEngine;
47
- struct RBBIStateTable;
48
-
49
-
50
-
40
+ class UStack;
51
41
 
52
42
  /**
53
43
  *
@@ -67,76 +57,49 @@ private:
67
57
  * The UText through which this BreakIterator accesses the text
68
58
  * @internal
69
59
  */
70
- UText *fText;
71
-
72
- /**
73
- * A character iterator that refers to the same text as the UText, above.
74
- * Only included for compatibility with old API, which was based on CharacterIterators.
75
- * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
76
- */
77
- CharacterIterator *fCharIter;
78
-
79
- /**
80
- * When the input text is provided by a UnicodeString, this will point to
81
- * a characterIterator that wraps that data. Needed only for the
82
- * implementation of getText(), a backwards compatibility issue.
83
- */
84
- StringCharacterIterator *fSCharIter;
85
-
86
- /**
87
- * When the input text is provided by a UText, this
88
- * dummy CharacterIterator over an empty string will
89
- * be returned from getText()
90
- */
91
- UCharCharacterIterator *fDCharIter;
60
+ UText fText;
92
61
 
62
+ #ifndef U_HIDE_INTERNAL_API
63
+ public:
64
+ #endif /* U_HIDE_INTERNAL_API */
93
65
  /**
94
- * The rule data for this BreakIterator instance
66
+ * The rule data for this BreakIterator instance.
67
+ * Not for general use; Public only for testing purposes.
95
68
  * @internal
96
69
  */
97
70
  RBBIDataWrapper *fData;
71
+ private:
98
72
 
99
- /** Index of the Rule {tag} values for the most recent match.
73
+ /**
74
+ * The iteration state - current position, rule status for the current position,
75
+ * and whether the iterator ran off the end, yielding UBRK_DONE.
76
+ * Current position is pinned to be 0 < position <= text.length.
77
+ * Current position is always set to a boundary.
100
78
  * @internal
101
79
  */
102
- int32_t fLastRuleStatusIndex;
103
-
104
80
  /**
105
- * Rule tag value valid flag.
106
- * Some iterator operations don't intrinsically set the correct tag value.
107
- * This flag lets us lazily compute the value if we are ever asked for it.
108
- * @internal
109
- */
110
- UBool fLastStatusIndexValid;
111
-
112
- /**
113
- * Counter for the number of characters encountered with the "dictionary"
114
- * flag set.
115
- * @internal
116
- */
117
- uint32_t fDictionaryCharCount;
81
+ * The current position of the iterator. Pinned, 0 < fPosition <= text.length.
82
+ * Never has the value UBRK_DONE (-1).
83
+ */
84
+ int32_t fPosition;
118
85
 
119
86
  /**
120
- * When a range of characters is divided up using the dictionary, the break
121
- * positions that are discovered are stored here, preventing us from having
122
- * to use either the dictionary or the state table again until the iterator
123
- * leaves this range of text. Has the most impact for line breaking.
124
- * @internal
125
- */
126
- int32_t* fCachedBreakPositions;
87
+ * TODO:
88
+ */
89
+ int32_t fRuleStatusIndex;
127
90
 
128
91
  /**
129
- * The number of elements in fCachedBreakPositions
130
- * @internal
92
+ * Cache of previously determined boundary positions.
131
93
  */
132
- int32_t fNumCachedBreakPositions;
94
+ class BreakCache;
95
+ BreakCache *fBreakCache;
133
96
 
134
97
  /**
135
- * if fCachedBreakPositions is not null, this indicates which item in the
136
- * cache the current iteration position refers to
137
- * @internal
98
+ * Cache of boundary positions within a region of text that has been
99
+ * sub-divided by dictionary based breaking.
138
100
  */
139
- int32_t fPositionInCache;
101
+ class DictionaryCache;
102
+ DictionaryCache *fDictionaryCache;
140
103
 
141
104
  /**
142
105
  *
@@ -157,11 +120,30 @@ private:
157
120
  UnhandledEngine *fUnhandledBreakEngine;
158
121
 
159
122
  /**
160
- *
161
- * The type of the break iterator, or -1 if it has not been set.
123
+ * Counter for the number of characters encountered with the "dictionary"
124
+ * flag set.
162
125
  * @internal
163
126
  */
164
- int32_t fBreakType;
127
+ uint32_t fDictionaryCharCount;
128
+
129
+ /**
130
+ * A character iterator that refers to the same text as the UText, above.
131
+ * Only included for compatibility with old API, which was based on CharacterIterators.
132
+ * Value may be adopted from outside, or one of fSCharIter or fDCharIter, below.
133
+ */
134
+ CharacterIterator *fCharIter;
135
+
136
+ /**
137
+ * When the input text is provided by a UnicodeString, this will point to
138
+ * a characterIterator that wraps that data. Needed only for the
139
+ * implementation of getText(), a backwards compatibility issue.
140
+ */
141
+ StringCharacterIterator fSCharIter;
142
+
143
+ /**
144
+ * True when iteration has run off the end, and iterator functions should return UBRK_DONE.
145
+ */
146
+ UBool fDone;
165
147
 
166
148
  //=======================================================================
167
149
  // constructors
@@ -179,13 +161,11 @@ private:
179
161
  */
180
162
  RuleBasedBreakIterator(RBBIDataHeader* data, UErrorCode &status);
181
163
 
182
-
164
+ /** @internal */
183
165
  friend class RBBIRuleBuilder;
184
166
  /** @internal */
185
167
  friend class BreakIterator;
186
168
 
187
-
188
-
189
169
  public:
190
170
 
191
171
  /** Default constructor. Creates an empty shell of an iterator, with no
@@ -215,17 +195,17 @@ public:
215
195
  UErrorCode &status);
216
196
 
217
197
  /**
218
- * Contruct a RuleBasedBreakIterator from a set of precompiled binary rules.
198
+ * Construct a RuleBasedBreakIterator from a set of precompiled binary rules.
219
199
  * Binary rules are obtained from RulesBasedBreakIterator::getBinaryRules().
220
200
  * Construction of a break iterator in this way is substantially faster than
221
- * constuction from source rules.
201
+ * construction from source rules.
222
202
  *
223
203
  * Ownership of the storage containing the compiled rules remains with the
224
204
  * caller of this function. The compiled rules must not be modified or
225
205
  * deleted during the life of the break iterator.
226
206
  *
227
207
  * The compiled rules are not compatible across different major versions of ICU.
228
- * The compiled rules are comaptible only between machines with the same
208
+ * The compiled rules are compatible only between machines with the same
229
209
  * byte ordering (little or big endian) and the same base character set family
230
210
  * (ASCII or EBCDIC).
231
211
  *
@@ -294,7 +274,7 @@ public:
294
274
  * behavior, and iterating over the same text, as this one.
295
275
  * Differs from the copy constructor in that it is polymorphic, and
296
276
  * will correctly clone (copy) a derived class.
297
- * clone() is thread safe. Multiple threads may simultaeneously
277
+ * clone() is thread safe. Multiple threads may simultaneously
298
278
  * clone the same source break iterator.
299
279
  * @return a newly-constructed RuleBasedBreakIterator
300
280
  * @stable ICU 2.0
@@ -459,7 +439,7 @@ public:
459
439
  virtual int32_t preceding(int32_t offset);
460
440
 
461
441
  /**
462
- * Returns true if the specfied position is a boundary position. As a side
442
+ * Returns true if the specified position is a boundary position. As a side
463
443
  * effect, leaves the iterator pointing to the first boundary position at
464
444
  * or after "offset".
465
445
  * @param offset the offset to check.
@@ -469,7 +449,10 @@ public:
469
449
  virtual UBool isBoundary(int32_t offset);
470
450
 
471
451
  /**
472
- * Returns the current iteration position.
452
+ * Returns the current iteration position. Note that UBRK_DONE is never
453
+ * returned from this function; if iteration has run to the end of a
454
+ * string, current() will return the length of the string while
455
+ * next() will return UBRK_DONE).
473
456
  * @return The current iteration position.
474
457
  * @stable ICU 2.0
475
458
  */
@@ -477,8 +460,8 @@ public:
477
460
 
478
461
 
479
462
  /**
480
- * Return the status tag from the break rule that determined the most recently
481
- * returned break position. For break rules that do not specify a
463
+ * Return the status tag from the break rule that determined the boundary at
464
+ * the current iteration position. For break rules that do not specify a
482
465
  * status, a default value of 0 is returned. If more than one break rule
483
466
  * would cause a boundary to be located at some position in the text,
484
467
  * the numerically largest of the applicable status values is returned.
@@ -495,15 +478,14 @@ public:
495
478
  * position from <code>next()</code>, <code>previous()</code>, or
496
479
  * any other break iterator functions that returns a boundary position.
497
480
  * <p>
481
+ * Note that <code>getRuleStatus()</code> returns the value corresponding to
482
+ * <code>current()</code> index even after <code>next()</code> has returned DONE.
483
+ * <p>
498
484
  * When creating custom break rules, one is free to define whatever
499
485
  * status values may be convenient for the application.
500
486
  * <p>
501
- * Note: this function is not thread safe. It should not have been
502
- * declared const, and the const remains only for compatibility
503
- * reasons. (The function is logically const, but not bit-wise const).
504
- * <p>
505
- * @return the status from the break rule that determined the most recently
506
- * returned break position.
487
+ * @return the status from the break rule that determined the boundary
488
+ * at the current iteration position.
507
489
  *
508
490
  * @see UWordBreak
509
491
  * @stable ICU 2.2
@@ -511,8 +493,8 @@ public:
511
493
  virtual int32_t getRuleStatus() const;
512
494
 
513
495
  /**
514
- * Get the status (tag) values from the break rule(s) that determined the most
515
- * recently returned break position.
496
+ * Get the status (tag) values from the break rule(s) that determined the boundary
497
+ * at the current iteration position.
516
498
  * <p>
517
499
  * The returned status value(s) are stored into an array provided by the caller.
518
500
  * The values are stored in sorted (ascending) order.
@@ -523,10 +505,10 @@ public:
523
505
  * @param fillInVec an array to be filled in with the status values.
524
506
  * @param capacity the length of the supplied vector. A length of zero causes
525
507
  * the function to return the number of status values, in the
526
- * normal way, without attemtping to store any values.
508
+ * normal way, without attempting to store any values.
527
509
  * @param status receives error codes.
528
- * @return The number of rule status values from rules that determined
529
- * the most recent boundary returned by the break iterator.
510
+ * @return The number of rule status values from the rules that determined
511
+ * the boundary at the current iteration position.
530
512
  * In the event of a U_BUFFER_OVERFLOW_ERROR, the return value
531
513
  * is the total number of status values that were available,
532
514
  * not the reduced number that were actually returned.
@@ -566,7 +548,7 @@ public:
566
548
  *
567
549
  * Create a clone (copy) of this break iterator in memory provided
568
550
  * by the caller. The idea is to increase performance by avoiding
569
- * a storage allocation. Use of this functoin is NOT RECOMMENDED.
551
+ * a storage allocation. Use of this function is NOT RECOMMENDED.
570
552
  * Performance gains are minimal, and correct buffer management is
571
553
  * tricky. Use clone() instead.
572
554
  *
@@ -579,7 +561,7 @@ public:
579
561
  * storage for the cloned object.
580
562
  *
581
563
  * @param status Error status. U_SAFECLONE_ALLOCATED_WARNING will be
582
- * returned if the the provided buffer was too small, and
564
+ * returned if the provided buffer was too small, and
583
565
  * the clone was therefore put on the heap.
584
566
  *
585
567
  * @return Pointer to the clone object. This may differ from the stackBuffer
@@ -602,7 +584,7 @@ public:
602
584
  * The binary data can only be used with the same version of ICU
603
585
  * and on the same platform type (processor endian-ness)
604
586
  *
605
- * @param length Returns the length of the binary data. (Out paramter.)
587
+ * @param length Returns the length of the binary data. (Out parameter.)
606
588
  *
607
589
  * @return A pointer to the binary (compiled) rule data. The storage
608
590
  * belongs to the RulesBasedBreakIterator object, not the
@@ -650,56 +632,35 @@ private:
650
632
  */
651
633
  void reset(void);
652
634
 
653
- /**
654
- * Set the type of the break iterator.
655
- * @internal
656
- */
657
- void setBreakType(int32_t type);
658
-
659
635
  /**
660
636
  * Common initialization function, used by constructors and bufferClone.
661
637
  * @internal
662
638
  */
663
- void init();
639
+ void init(UErrorCode &status);
664
640
 
665
641
  /**
666
- * This method backs the iterator back up to a "safe position" in the text.
667
- * This is a position that we know, without any context, must be a break position.
668
- * The various calling methods then iterate forward from this safe position to
669
- * the appropriate position to return. (For more information, see the description
670
- * of buildBackwardsStateTable() in RuleBasedBreakIterator.Builder.)
671
- * @param statetable state table used of moving backwards
672
- * @internal
673
- */
674
- int32_t handlePrevious(const RBBIStateTable *statetable);
675
-
676
- /**
677
- * This method is the actual implementation of the next() method. All iteration
678
- * vectors through here. This method initializes the state machine to state 1
679
- * and advances through the text character by character until we reach the end
680
- * of the text or the state machine transitions to state 0. We update our return
681
- * value every time the state machine passes through a possible end state.
682
- * @param statetable state table used of moving forwards
642
+ * Iterate backwards from an arbitrary position in the input text using the Safe Reverse rules.
643
+ * This locates a "Safe Position" from which the forward break rules
644
+ * will operate correctly. A Safe Position is not necessarily a boundary itself.
645
+ *
646
+ * @param fromPosition the position in the input text to begin the iteration.
683
647
  * @internal
684
648
  */
685
- int32_t handleNext(const RBBIStateTable *statetable);
686
-
649
+ int32_t handlePrevious(int32_t fromPosition);
687
650
 
688
651
  /**
689
- * This is the function that actually implements dictionary-based
690
- * breaking. Covering at least the range from startPos to endPos,
691
- * it checks for dictionary characters, and if it finds them determines
692
- * the appropriate object to deal with them. It may cache found breaks in
693
- * fCachedBreakPositions as it goes. It may well also look at text outside
694
- * the range startPos to endPos.
695
- * If going forward, endPos is the normal Unicode break result, and
696
- * if goind in reverse, startPos is the normal Unicode break result
697
- * @param startPos The start position of a range of text
698
- * @param endPos The end position of a range of text
699
- * @param reverse The call is for the reverse direction
652
+ * Find a rule-based boundary by running the state machine.
653
+ * Input
654
+ * fPosition, the position in the text to begin from.
655
+ * Output
656
+ * fPosition: the boundary following the starting position.
657
+ * fDictionaryCharCount the number of dictionary characters encountered.
658
+ * If > 0, the segment will be further subdivided
659
+ * fRuleStatusIndex Info from the state table indicating which rules caused the boundary.
660
+ *
700
661
  * @internal
701
662
  */
702
- int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
663
+ int32_t handleNext();
703
664
 
704
665
 
705
666
  /**
@@ -710,11 +671,21 @@ private:
710
671
  */
711
672
  const LanguageBreakEngine *getLanguageBreakEngine(UChar32 c);
712
673
 
674
+ public:
675
+ #ifndef U_HIDE_INTERNAL_API
713
676
  /**
714
- * @internal
677
+ * Debugging function only.
678
+ * @internal
679
+ */
680
+ void dumpCache();
681
+
682
+ /**
683
+ * Debugging function only.
684
+ * @internal
715
685
  */
716
- void makeRuleStatusValid();
686
+ void dumpTables();
717
687
 
688
+ #endif /* U_HIDE_INTERNAL_API */
718
689
  };
719
690
 
720
691
  //------------------------------------------------------------------------------