pango 3.0.7-x86-mingw32 → 3.0.8-x86-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 (351) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/pango/extconf.rb +1 -0
  4. data/lib/2.2/pango.so +0 -0
  5. data/lib/2.3/pango.so +0 -0
  6. data/lib/pango.rb +2 -10
  7. data/vendor/local/bin/derb.exe +0 -0
  8. data/vendor/local/bin/genbrk.exe +0 -0
  9. data/vendor/local/bin/genccode.exe +0 -0
  10. data/vendor/local/bin/gencfu.exe +0 -0
  11. data/vendor/local/bin/gencmn.exe +0 -0
  12. data/vendor/local/bin/gencnval.exe +0 -0
  13. data/vendor/local/bin/gendict.exe +0 -0
  14. data/vendor/local/bin/gennorm2.exe +0 -0
  15. data/vendor/local/bin/genrb.exe +0 -0
  16. data/vendor/local/bin/gensprep.exe +0 -0
  17. data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
  18. data/vendor/local/bin/hb-shape.exe +0 -0
  19. data/vendor/local/bin/hb-view.exe +0 -0
  20. data/vendor/local/bin/icu-config +6 -7
  21. data/vendor/local/bin/icuinfo.exe +0 -0
  22. data/vendor/local/bin/icupkg.exe +0 -0
  23. data/vendor/local/bin/libharfbuzz-0.dll +0 -0
  24. data/vendor/local/bin/libpango-1.0-0.dll +0 -0
  25. data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
  26. data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
  27. data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
  28. data/vendor/local/bin/makeconv.exe +0 -0
  29. data/vendor/local/bin/pango-view.exe +0 -0
  30. data/vendor/local/bin/pkgdata.exe +0 -0
  31. data/vendor/local/bin/uconv.exe +0 -0
  32. data/vendor/local/include/harfbuzz/hb-blob.h +12 -12
  33. data/vendor/local/include/harfbuzz/hb-buffer.h +181 -78
  34. data/vendor/local/include/harfbuzz/hb-common.h +23 -17
  35. data/vendor/local/include/harfbuzz/hb-deprecated.h +10 -0
  36. data/vendor/local/include/harfbuzz/hb-face.h +17 -17
  37. data/vendor/local/include/harfbuzz/hb-font.h +180 -79
  38. data/vendor/local/include/harfbuzz/hb-ft.h +16 -9
  39. data/vendor/local/include/harfbuzz/hb-glib.h +4 -4
  40. data/vendor/local/include/harfbuzz/hb-icu.h +3 -3
  41. data/vendor/local/include/harfbuzz/hb-ot-font.h +1 -1
  42. data/vendor/local/include/harfbuzz/hb-ot-layout.h +28 -28
  43. data/vendor/local/include/harfbuzz/hb-ot-shape.h +2 -2
  44. data/vendor/local/include/harfbuzz/hb-ot-tag.h +4 -4
  45. data/vendor/local/include/harfbuzz/hb-set.h +29 -26
  46. data/vendor/local/include/harfbuzz/hb-shape-plan.h +9 -9
  47. data/vendor/local/include/harfbuzz/hb-shape.h +5 -5
  48. data/vendor/local/include/harfbuzz/hb-unicode.h +47 -31
  49. data/vendor/local/include/harfbuzz/hb-version.h +6 -6
  50. data/vendor/local/include/harfbuzz/hb.h +4 -0
  51. data/vendor/local/include/layout/LELanguages.h +2 -5
  52. data/vendor/local/include/layout/LEScripts.h +3 -62
  53. data/vendor/local/include/layout/LETableReference.h +15 -3
  54. data/vendor/local/include/pango-1.0/pango/pango-attributes.h +27 -1
  55. data/vendor/local/include/pango-1.0/pango/pango-engine.h +50 -31
  56. data/vendor/local/include/pango-1.0/pango/pango-features.h +3 -3
  57. data/vendor/local/include/pango-1.0/pango/pango-font.h +1 -0
  58. data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +2 -0
  59. data/vendor/local/include/pango-1.0/pango/pango-glyph.h +5 -0
  60. data/vendor/local/include/pango-1.0/pango/pango-item.h +4 -0
  61. data/vendor/local/include/pango-1.0/pango/pango-layout.h +3 -0
  62. data/vendor/local/include/pango-1.0/pango/pango-matrix.h +2 -0
  63. data/vendor/local/include/pango-1.0/pango/pango-modules.h +6 -0
  64. data/vendor/local/include/pango-1.0/pango/pango-ot.h +8 -5
  65. data/vendor/local/include/pango-1.0/pango/pango-renderer.h +9 -2
  66. data/vendor/local/include/pango-1.0/pango/pango-script.h +63 -1
  67. data/vendor/local/include/pango-1.0/pango/pango-utils.h +12 -0
  68. data/vendor/local/include/pango-1.0/pango/pangofc-font.h +7 -10
  69. data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +25 -16
  70. data/vendor/local/include/unicode/brkiter.h +6 -3
  71. data/vendor/local/include/unicode/bytestriebuilder.h +3 -1
  72. data/vendor/local/include/unicode/coll.h +21 -18
  73. data/vendor/local/include/unicode/compactdecimalformat.h +87 -3
  74. data/vendor/local/include/unicode/currpinf.h +2 -1
  75. data/vendor/local/include/unicode/datefmt.h +19 -41
  76. data/vendor/local/include/unicode/dcfmtsym.h +28 -9
  77. data/vendor/local/include/unicode/decimfmt.h +126 -304
  78. data/vendor/local/include/unicode/dtfmtsym.h +50 -19
  79. data/vendor/local/include/unicode/dtitvfmt.h +89 -30
  80. data/vendor/local/include/unicode/dtitvinf.h +63 -60
  81. data/vendor/local/include/unicode/dtptngen.h +81 -30
  82. data/vendor/local/include/unicode/filteredbrk.h +14 -24
  83. data/vendor/local/include/unicode/icuplug.h +9 -2
  84. data/vendor/local/include/unicode/listformatter.h +2 -2
  85. data/vendor/local/include/unicode/localpointer.h +231 -13
  86. data/vendor/local/include/unicode/locdspnm.h +2 -2
  87. data/vendor/local/include/unicode/locid.h +1 -3
  88. data/vendor/local/include/unicode/measfmt.h +14 -14
  89. data/vendor/local/include/unicode/measunit.h +213 -225
  90. data/vendor/local/include/unicode/normlzr.h +55 -43
  91. data/vendor/local/include/unicode/numfmt.h +60 -67
  92. data/vendor/local/include/unicode/platform.h +96 -3
  93. data/vendor/local/include/unicode/plurrule.h +5 -0
  94. data/vendor/local/include/unicode/rbnf.h +43 -4
  95. data/vendor/local/include/unicode/regex.h +14 -4
  96. data/vendor/local/include/unicode/region.h +5 -11
  97. data/vendor/local/include/unicode/reldatefmt.h +53 -43
  98. data/vendor/local/include/unicode/scientificnumberformatter.h +9 -11
  99. data/vendor/local/include/unicode/simpleformatter.h +295 -0
  100. data/vendor/local/include/unicode/smpdtfmt.h +36 -22
  101. data/vendor/local/include/unicode/tblcoll.h +32 -31
  102. data/vendor/local/include/unicode/timezone.h +4 -6
  103. data/vendor/local/include/unicode/tmunit.h +13 -13
  104. data/vendor/local/include/unicode/tzfmt.h +3 -6
  105. data/vendor/local/include/unicode/tznames.h +2 -4
  106. data/vendor/local/include/unicode/ubrk.h +14 -2
  107. data/vendor/local/include/unicode/uchar.h +61 -8
  108. data/vendor/local/include/unicode/ucharstriebuilder.h +1 -1
  109. data/vendor/local/include/unicode/ucol.h +2 -0
  110. data/vendor/local/include/unicode/uconfig.h +11 -6
  111. data/vendor/local/include/unicode/ucurr.h +24 -32
  112. data/vendor/local/include/unicode/udat.h +103 -87
  113. data/vendor/local/include/unicode/udateintervalformat.h +4 -1
  114. data/vendor/local/include/unicode/udatpg.h +6 -4
  115. data/vendor/local/include/unicode/udisplaycontext.h +6 -12
  116. data/vendor/local/include/unicode/ufieldpositer.h +10 -12
  117. data/vendor/local/include/unicode/uldnames.h +2 -2
  118. data/vendor/local/include/unicode/ulistformatter.h +9 -11
  119. data/vendor/local/include/unicode/uloc.h +13 -16
  120. data/vendor/local/include/unicode/umachine.h +2 -2
  121. data/vendor/local/include/unicode/uniset.h +25 -3
  122. data/vendor/local/include/unicode/unistr.h +168 -27
  123. data/vendor/local/include/unicode/unorm.h +40 -133
  124. data/vendor/local/include/unicode/unorm2.h +97 -1
  125. data/vendor/local/include/unicode/unum.h +61 -24
  126. data/vendor/local/include/unicode/uregex.h +7 -9
  127. data/vendor/local/include/unicode/ureldatefmt.h +365 -0
  128. data/vendor/local/include/unicode/urename.h +12 -1
  129. data/vendor/local/include/unicode/ures.h +157 -142
  130. data/vendor/local/include/unicode/uscript.h +1 -1
  131. data/vendor/local/include/unicode/ustdio.h +3 -5
  132. data/vendor/local/include/unicode/utf8.h +2 -2
  133. data/vendor/local/include/unicode/utypes.h +4 -6
  134. data/vendor/local/include/unicode/uvernum.h +7 -7
  135. data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
  136. data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
  137. data/vendor/local/lib/girepository-1.0/PangoFT2-1.0.typelib +0 -0
  138. data/vendor/local/lib/icu/{55.1 → 57.1}/Makefile.inc +6 -6
  139. data/vendor/local/lib/icu/{55.1 → 57.1}/pkgdata.inc +1 -1
  140. data/vendor/local/lib/icu/Makefile.inc +6 -6
  141. data/vendor/local/lib/icu/pkgdata.inc +1 -1
  142. data/vendor/local/lib/icudt.dll +0 -0
  143. data/vendor/local/lib/{icudt55.dll → icudt57.dll} +0 -0
  144. data/vendor/local/lib/icuin.dll +0 -0
  145. data/vendor/local/lib/icuin57.dll +0 -0
  146. data/vendor/local/lib/icuio.dll +0 -0
  147. data/vendor/local/lib/icuio57.dll +0 -0
  148. data/vendor/local/lib/icule.dll +0 -0
  149. data/vendor/local/lib/icule57.dll +0 -0
  150. data/vendor/local/lib/iculx.dll +0 -0
  151. data/vendor/local/lib/iculx57.dll +0 -0
  152. data/vendor/local/lib/icutest.dll +0 -0
  153. data/vendor/local/lib/icutest57.dll +0 -0
  154. data/vendor/local/lib/icutu.dll +0 -0
  155. data/vendor/local/lib/icutu57.dll +0 -0
  156. data/vendor/local/lib/icuuc.dll +0 -0
  157. data/vendor/local/lib/icuuc57.dll +0 -0
  158. data/vendor/local/lib/libharfbuzz-icu.a +0 -0
  159. data/vendor/local/lib/libharfbuzz-icu.la +4 -4
  160. data/vendor/local/lib/libharfbuzz.dll.a +0 -0
  161. data/vendor/local/lib/libharfbuzz.la +4 -4
  162. data/vendor/local/lib/libicudt.dll.a +0 -0
  163. data/vendor/local/lib/libicuin.dll.a +0 -0
  164. data/vendor/local/lib/libicuio.dll.a +0 -0
  165. data/vendor/local/lib/libicule.dll.a +0 -0
  166. data/vendor/local/lib/libiculx.dll.a +0 -0
  167. data/vendor/local/lib/libicutest.dll.a +0 -0
  168. data/vendor/local/lib/libicutu.dll.a +0 -0
  169. data/vendor/local/lib/libicuuc.dll.a +0 -0
  170. data/vendor/local/lib/libpango-1.0.dll.a +0 -0
  171. data/vendor/local/lib/libpango-1.0.la +6 -6
  172. data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
  173. data/vendor/local/lib/libpangocairo-1.0.la +6 -6
  174. data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
  175. data/vendor/local/lib/libpangoft2-1.0.la +6 -6
  176. data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
  177. data/vendor/local/lib/libpangowin32-1.0.la +6 -6
  178. data/vendor/local/lib/pkgconfig/harfbuzz-icu.pc +1 -1
  179. data/vendor/local/lib/pkgconfig/harfbuzz.pc +2 -2
  180. data/vendor/local/lib/pkgconfig/icu-i18n.pc +6 -6
  181. data/vendor/local/lib/pkgconfig/icu-io.pc +6 -6
  182. data/vendor/local/lib/pkgconfig/icu-le.pc +6 -6
  183. data/vendor/local/lib/pkgconfig/icu-lx.pc +6 -6
  184. data/vendor/local/lib/pkgconfig/icu-uc.pc +6 -6
  185. data/vendor/local/lib/pkgconfig/pango.pc +3 -5
  186. data/vendor/local/lib/pkgconfig/pangocairo.pc +3 -2
  187. data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
  188. data/vendor/local/lib/pkgconfig/pangowin32.pc +3 -2
  189. data/vendor/local/share/gir-1.0/Pango-1.0.gir +891 -307
  190. data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +45 -27
  191. data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +12 -5
  192. data/vendor/local/share/gtk-doc/html/harfbuzz/HarfBuzz.png +0 -0
  193. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-10.html +41 -0
  194. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-11.html +34 -0
  195. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-2.html +722 -0
  196. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-20.html +38 -0
  197. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-22.html +34 -0
  198. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-28.html +34 -0
  199. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-30.html +41 -0
  200. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-31.html +46 -0
  201. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-38.html +45 -0
  202. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-39.html +34 -0
  203. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-41.html +34 -0
  204. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-42.html +38 -0
  205. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-5.html +56 -0
  206. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-7.html +191 -0
  207. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-0-9-8.html +34 -0
  208. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-0-5.html +42 -0
  209. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-2.html +38 -0
  210. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-1-1-3.html +49 -0
  211. data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +226 -58
  212. data/vendor/local/share/gtk-doc/html/harfbuzz/building.html +80 -0
  213. data/vendor/local/share/gtk-doc/html/harfbuzz/{ch06.html → ch07.html} +8 -2
  214. data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +13 -2
  215. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Buffers.html +2738 -0
  216. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-Shaping.html +20 -22
  217. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +38 -38
  218. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +287 -189
  219. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +38 -38
  222. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +403 -126
  223. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +85 -10
  224. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +17 -2
  225. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +172 -2
  226. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-font.html +76 -0
  229. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +43 -3
  230. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-shape.html +80 -0
  231. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +6 -6
  232. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +39 -39
  234. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +21 -21
  235. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +51 -46
  236. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +11 -11
  238. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +4 -4
  239. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +262 -190
  240. data/vendor/local/share/gtk-doc/html/harfbuzz/hello-harfbuzz.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +61 -7
  242. data/vendor/local/share/gtk-doc/html/harfbuzz/install-harfbuzz.html +59 -0
  243. data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +9 -8
  244. data/vendor/local/share/gtk-doc/html/harfbuzz/pt01.html +5 -0
  245. data/vendor/local/share/gtk-doc/html/harfbuzz/pt02.html +37 -6
  246. data/vendor/local/share/gtk-doc/html/harfbuzz/why-is-it-called-harfbuzz.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +22 -19
  248. data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +15 -12
  249. data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +9 -12
  250. data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +29 -35
  251. data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +206 -97
  252. data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +33 -8
  253. data/vendor/local/share/gtk-doc/html/pango/PangoRenderer.html +150 -57
  254. data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +12 -4
  255. data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +3 -4
  256. data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +3 -4
  257. data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +3 -4
  258. data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +3 -4
  259. data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +3 -4
  260. data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +3 -4
  261. data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +3 -4
  262. data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -4
  263. data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +3 -4
  264. data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +3 -4
  265. data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +4 -5
  266. data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +4 -5
  267. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +5 -6
  268. data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +5 -6
  269. data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +7 -7
  270. data/vendor/local/share/gtk-doc/html/pango/api-index-1-38.html +79 -0
  271. data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +3 -4
  272. data/vendor/local/share/gtk-doc/html/pango/{tools.html → api-index-1-40.html} +9 -13
  273. data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +3 -4
  274. data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +3 -4
  275. data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +161 -4
  276. data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +51 -8
  277. data/vendor/local/share/gtk-doc/html/pango/index.html +8 -11
  278. data/vendor/local/share/gtk-doc/html/pango/index.sgml +251 -4
  279. data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +3 -4
  280. data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +18 -23
  281. data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +121 -123
  282. data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +5 -7
  283. data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +10 -14
  284. data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +28 -37
  285. data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +170 -224
  286. data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +35 -38
  287. data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +257 -170
  288. data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +186 -214
  289. data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +117 -132
  290. data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +26 -41
  291. data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +140 -153
  292. data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +270 -75
  293. data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +28 -34
  294. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +361 -203
  295. data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +194 -161
  296. data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +16 -19
  297. data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +21 -28
  298. data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +34 -48
  299. data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +52 -57
  300. data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +10 -11
  301. data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +285 -39
  302. data/vendor/local/share/gtk-doc/html/pango/pango.html +3 -4
  303. data/vendor/local/share/gtk-doc/html/pango/rendering.html +3 -4
  304. data/vendor/local/share/gtk-doc/html/pango/style.css +9 -6
  305. data/vendor/local/share/icu/57.1/LICENSE +393 -0
  306. data/vendor/local/share/icu/{55.1 → 57.1}/config/mh-mingw +0 -0
  307. data/vendor/local/share/icu/{55.1 → 57.1}/install-sh +0 -0
  308. data/vendor/local/share/icu/{55.1 → 57.1}/mkinstalldirs +0 -0
  309. data/vendor/local/share/man/man1/derb.1 +2 -2
  310. data/vendor/local/share/man/man1/genbrk.1 +2 -2
  311. data/vendor/local/share/man/man1/gencfu.1 +1 -1
  312. data/vendor/local/share/man/man1/gencnval.1 +3 -3
  313. data/vendor/local/share/man/man1/gendict.1 +2 -2
  314. data/vendor/local/share/man/man1/genrb.1 +3 -3
  315. data/vendor/local/share/man/man1/icu-config.1 +2 -2
  316. data/vendor/local/share/man/man1/makeconv.1 +3 -3
  317. data/vendor/local/share/man/man1/pango-view.1 +113 -1
  318. data/vendor/local/share/man/man1/pkgdata.1 +2 -2
  319. data/vendor/local/share/man/man1/uconv.1 +2 -2
  320. data/vendor/local/share/man/man8/genccode.8 +2 -2
  321. data/vendor/local/share/man/man8/gencmn.8 +3 -3
  322. data/vendor/local/share/man/man8/gensprep.8 +3 -3
  323. data/vendor/local/share/man/man8/icupkg.8 +1 -1
  324. metadata +49 -40
  325. data/lib/2.0/pango.so +0 -0
  326. data/lib/2.1/pango.so +0 -0
  327. data/vendor/local/bin/pango-querymodules.exe +0 -0
  328. data/vendor/local/etc/pango/pango.modules +0 -19
  329. data/vendor/local/lib/icuin55.dll +0 -0
  330. data/vendor/local/lib/icuio55.dll +0 -0
  331. data/vendor/local/lib/icule55.dll +0 -0
  332. data/vendor/local/lib/iculx55.dll +0 -0
  333. data/vendor/local/lib/icutest55.dll +0 -0
  334. data/vendor/local/lib/icutu55.dll +0 -0
  335. data/vendor/local/lib/icuuc55.dll +0 -0
  336. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
  337. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
  338. data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.la +0 -41
  339. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
  340. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
  341. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +0 -41
  342. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
  343. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
  344. data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.la +0 -41
  345. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
  346. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
  347. data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.la +0 -41
  348. data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +0 -1704
  349. data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +0 -131
  350. data/vendor/local/share/icu/55.1/license.html +0 -384
  351. data/vendor/local/share/man/man1/pango-querymodules.1 +0 -106
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  **********************************************************************
3
- * Copyright (C) 2004-2015, International Business Machines
3
+ * Copyright (C) 2004-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  **********************************************************************
6
6
  * file name: uregex.h
@@ -487,7 +487,7 @@ uregex_matches64(URegularExpression *regexp,
487
487
  *
488
488
  * <p>If the match succeeds then more information can be obtained via the
489
489
  * <code>uregexp_start()</code>, <code>uregexp_end()</code>,
490
- * and <code>uregexp_group()</code> functions.</p>
490
+ * and <code>uregex_group()</code> functions.</p>
491
491
  *
492
492
  * @param regexp The compiled regular expression.
493
493
  * @param startIndex The input string (native) index at which to begin matching, or
@@ -516,7 +516,7 @@ uregex_lookingAt(URegularExpression *regexp,
516
516
  *
517
517
  * <p>If the match succeeds then more information can be obtained via the
518
518
  * <code>uregexp_start()</code>, <code>uregexp_end()</code>,
519
- * and <code>uregexp_group()</code> functions.</p>
519
+ * and <code>uregex_group()</code> functions.</p>
520
520
  *
521
521
  * @param regexp The compiled regular expression.
522
522
  * @param startIndex The input string (native) index at which to begin matching, or
@@ -607,7 +607,6 @@ U_STABLE int32_t U_EXPORT2
607
607
  uregex_groupCount(URegularExpression *regexp,
608
608
  UErrorCode *status);
609
609
 
610
- #ifndef U_HIDE_DRAFT_API
611
610
  /**
612
611
  * Get the group number corresponding to a named capture group.
613
612
  * The returned number can be used with any function that access
@@ -622,9 +621,9 @@ uregex_groupCount(URegularExpression *regexp,
622
621
  * nul-terminated string.
623
622
  * @param status A pointer to a UErrorCode to receive any errors.
624
623
  *
625
- * @draft ICU 55
624
+ * @stable ICU 55
626
625
  */
627
- U_DRAFT int32_t U_EXPORT2
626
+ U_STABLE int32_t U_EXPORT2
628
627
  uregex_groupNumberFromName(URegularExpression *regexp,
629
628
  const UChar *groupName,
630
629
  int32_t nameLength,
@@ -646,14 +645,13 @@ uregex_groupNumberFromName(URegularExpression *regexp,
646
645
  * nul-terminated.
647
646
  * @param status A pointer to a UErrorCode to receive any errors.
648
647
  *
649
- * @draft ICU 55
648
+ * @stable ICU 55
650
649
  */
651
- U_DRAFT int32_t U_EXPORT2
650
+ U_STABLE int32_t U_EXPORT2
652
651
  uregex_groupNumberFromCName(URegularExpression *regexp,
653
652
  const char *groupName,
654
653
  int32_t nameLength,
655
654
  UErrorCode *status);
656
- #endif /* U_HIDE_DRAFT_API */
657
655
 
658
656
  /** Extract the string for the specified matching expression or subexpression.
659
657
  * Group #0 is the complete string of matched text.
@@ -0,0 +1,365 @@
1
+ /*
2
+ *****************************************************************************************
3
+ * Copyright (C) 2016, International Business Machines
4
+ * Corporation and others. All Rights Reserved.
5
+ *****************************************************************************************
6
+ */
7
+
8
+ #ifndef URELDATEFMT_H
9
+ #define URELDATEFMT_H
10
+
11
+ #include "unicode/utypes.h"
12
+
13
+ #if !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION
14
+
15
+ #include "unicode/unum.h"
16
+ #include "unicode/udisplaycontext.h"
17
+ #include "unicode/localpointer.h"
18
+
19
+ /**
20
+ * \file
21
+ * \brief C API: URelativeDateTimeFormatter, relative date formatting of unit + numeric offset.
22
+ *
23
+ * Provides simple formatting of relative dates, in two ways
24
+ * <ul>
25
+ * <li>relative dates with a quantity e.g "in 5 days"</li>
26
+ * <li>relative dates without a quantity e.g "next Tuesday"</li>
27
+ * </ul>
28
+ * <p>
29
+ * This does not provide compound formatting for multiple units,
30
+ * other than the ability to combine a time string with a relative date,
31
+ * as in "next Tuesday at 3:45 PM". It also does not provide support
32
+ * for determining which unit to use, such as deciding between "in 7 days"
33
+ * and "in 1 week".
34
+ *
35
+ * @draft ICU 57
36
+ */
37
+
38
+ /**
39
+ * The formatting style
40
+ * @stable ICU 54
41
+ */
42
+ typedef enum UDateRelativeDateTimeFormatterStyle {
43
+ /**
44
+ * Everything spelled out.
45
+ * @stable ICU 54
46
+ */
47
+ UDAT_STYLE_LONG,
48
+
49
+ /**
50
+ * Abbreviations used when possible.
51
+ * @stable ICU 54
52
+ */
53
+ UDAT_STYLE_SHORT,
54
+
55
+ /**
56
+ * Use the shortest possible form.
57
+ * @stable ICU 54
58
+ */
59
+ UDAT_STYLE_NARROW,
60
+
61
+ /**
62
+ * The number of styles.
63
+ * @stable ICU 54
64
+ */
65
+ UDAT_STYLE_COUNT
66
+ } UDateRelativeDateTimeFormatterStyle;
67
+
68
+ #ifndef U_HIDE_DRAFT_API
69
+ /**
70
+ * Represents the unit for formatting a relative date. e.g "in 5 days"
71
+ * or "next year"
72
+ * @draft ICU 57
73
+ */
74
+ typedef enum URelativeDateTimeUnit {
75
+ /**
76
+ * Specifies that relative unit is year, e.g. "last year",
77
+ * "in 5 years".
78
+ * @draft ICU 57
79
+ */
80
+ UDAT_REL_UNIT_YEAR,
81
+ /**
82
+ * Specifies that relative unit is quarter, e.g. "last quarter",
83
+ * "in 5 quarters".
84
+ * @draft ICU 57
85
+ */
86
+ UDAT_REL_UNIT_QUARTER,
87
+ /**
88
+ * Specifies that relative unit is month, e.g. "last month",
89
+ * "in 5 months".
90
+ * @draft ICU 57
91
+ */
92
+ UDAT_REL_UNIT_MONTH,
93
+ /**
94
+ * Specifies that relative unit is week, e.g. "last week",
95
+ * "in 5 weeks".
96
+ * @draft ICU 57
97
+ */
98
+ UDAT_REL_UNIT_WEEK,
99
+ /**
100
+ * Specifies that relative unit is day, e.g. "yesterday",
101
+ * "in 5 days".
102
+ * @draft ICU 57
103
+ */
104
+ UDAT_REL_UNIT_DAY,
105
+ /**
106
+ * Specifies that relative unit is hour, e.g. "1 hour ago",
107
+ * "in 5 hours".
108
+ * @draft ICU 57
109
+ */
110
+ UDAT_REL_UNIT_HOUR,
111
+ /**
112
+ * Specifies that relative unit is minute, e.g. "1 minute ago",
113
+ * "in 5 minutes".
114
+ * @draft ICU 57
115
+ */
116
+ UDAT_REL_UNIT_MINUTE,
117
+ /**
118
+ * Specifies that relative unit is second, e.g. "1 second ago",
119
+ * "in 5 seconds".
120
+ * @draft ICU 57
121
+ */
122
+ UDAT_REL_UNIT_SECOND,
123
+ /**
124
+ * Specifies that relative unit is Sunday, e.g. "last Sunday",
125
+ * "this Sunday", "next Sunday", "in 5 Sundays".
126
+ * @draft ICU 57
127
+ */
128
+ UDAT_REL_UNIT_SUNDAY,
129
+ /**
130
+ * Specifies that relative unit is Monday, e.g. "last Monday",
131
+ * "this Monday", "next Monday", "in 5 Mondays".
132
+ * @draft ICU 57
133
+ */
134
+ UDAT_REL_UNIT_MONDAY,
135
+ /**
136
+ * Specifies that relative unit is Tuesday, e.g. "last Tuesday",
137
+ * "this Tuesday", "next Tuesday", "in 5 Tuesdays".
138
+ * @draft ICU 57
139
+ */
140
+ UDAT_REL_UNIT_TUESDAY,
141
+ /**
142
+ * Specifies that relative unit is Wednesday, e.g. "last Wednesday",
143
+ * "this Wednesday", "next Wednesday", "in 5 Wednesdays".
144
+ * @draft ICU 57
145
+ */
146
+ UDAT_REL_UNIT_WEDNESDAY,
147
+ /**
148
+ * Specifies that relative unit is Thursday, e.g. "last Thursday",
149
+ * "this Thursday", "next Thursday", "in 5 Thursdays".
150
+ * @draft ICU 57
151
+ */
152
+ UDAT_REL_UNIT_THURSDAY,
153
+ /**
154
+ * Specifies that relative unit is Friday, e.g. "last Friday",
155
+ * "this Friday", "next Friday", "in 5 Fridays".
156
+ * @draft ICU 57
157
+ */
158
+ UDAT_REL_UNIT_FRIDAY,
159
+ /**
160
+ * Specifies that relative unit is Saturday, e.g. "last Saturday",
161
+ * "this Saturday", "next Saturday", "in 5 Saturdays".
162
+ * @draft ICU 57
163
+ */
164
+ UDAT_REL_UNIT_SATURDAY,
165
+ /**
166
+ * Count of URelativeDateTimeUnit values
167
+ * @draft ICU 57
168
+ */
169
+ UDAT_REL_UNIT_COUNT
170
+ } URelativeDateTimeUnit;
171
+ #endif /* U_HIDE_DRAFT_API */
172
+
173
+ #ifndef U_HIDE_DRAFT_API
174
+
175
+ /**
176
+ * Opaque URelativeDateTimeFormatter object for use in C programs.
177
+ * @draft ICU 57
178
+ */
179
+ struct URelativeDateTimeFormatter;
180
+ typedef struct URelativeDateTimeFormatter URelativeDateTimeFormatter; /**< C typedef for struct URelativeDateTimeFormatter. @draft ICU 57 */
181
+
182
+
183
+ /**
184
+ * Open a new URelativeDateTimeFormatter object for a given locale using the
185
+ * specified width and capitalizationContext, along with a number formatter
186
+ * (if desired) to override the default formatter that would be used for
187
+ * display of numeric field offsets. The default formatter typically rounds
188
+ * toward 0 and has a minimum of 0 fraction digits and a maximum of 3
189
+ * fraction digits (i.e. it will show as many decimal places as necessary
190
+ * up to 3, without showing trailing 0s).
191
+ *
192
+ * @param locale
193
+ * The locale
194
+ * @param nfToAdopt
195
+ * A number formatter to set for this URelativeDateTimeFormatter
196
+ * object (instead of the default decimal formatter). Ownership of
197
+ * this UNumberFormat object will pass to the URelativeDateTimeFormatter
198
+ * object (the URelativeDateTimeFormatter adopts the UNumberFormat),
199
+ * which becomes responsible for closing it. If the caller wishes to
200
+ * retain ownership of the UNumberFormat object, the caller must clone
201
+ * it (with unum_clone) and pass the clone to ureldatefmt_open. May be
202
+ * NULL to use the default decimal formatter.
203
+ * @param width
204
+ * The width - wide, short, narrow, etc.
205
+ * @param capitalizationContext
206
+ * A value from UDisplayContext that pertains to capitalization, e.g.
207
+ * UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE.
208
+ * @param status
209
+ * A pointer to a UErrorCode to receive any errors.
210
+ * @return
211
+ * A pointer to a URelativeDateTimeFormatter object for the specified locale,
212
+ * or NULL if an error occurred.
213
+ * @draft ICU 57
214
+ */
215
+ U_DRAFT URelativeDateTimeFormatter* U_EXPORT2
216
+ ureldatefmt_open( const char* locale,
217
+ UNumberFormat* nfToAdopt,
218
+ UDateRelativeDateTimeFormatterStyle width,
219
+ UDisplayContext capitalizationContext,
220
+ UErrorCode* status );
221
+
222
+ /**
223
+ * Close a URelativeDateTimeFormatter object. Once closed it may no longer be used.
224
+ * @param reldatefmt
225
+ * The URelativeDateTimeFormatter object to close.
226
+ * @draft ICU 57
227
+ */
228
+ U_DRAFT void U_EXPORT2
229
+ ureldatefmt_close(URelativeDateTimeFormatter *reldatefmt);
230
+
231
+ #if U_SHOW_CPLUSPLUS_API
232
+
233
+ U_NAMESPACE_BEGIN
234
+
235
+ /**
236
+ * \class LocalURelativeDateTimeFormatterPointer
237
+ * "Smart pointer" class, closes a URelativeDateTimeFormatter via ureldatefmt_close().
238
+ * For most methods see the LocalPointerBase base class.
239
+ *
240
+ * @see LocalPointerBase
241
+ * @see LocalPointer
242
+ * @draft ICU 57
243
+ */
244
+ U_DEFINE_LOCAL_OPEN_POINTER(LocalURelativeDateTimeFormatterPointer, URelativeDateTimeFormatter, ureldatefmt_close);
245
+
246
+ U_NAMESPACE_END
247
+
248
+ #endif
249
+
250
+ /**
251
+ * Format a combination of URelativeDateTimeUnit and numeric
252
+ * offset using a numeric style, e.g. "1 week ago", "in 1 week",
253
+ * "5 weeks ago", "in 5 weeks".
254
+ *
255
+ * @param reldatefmt
256
+ * The URelativeDateTimeFormatter object specifying the
257
+ * format conventions.
258
+ * @param offset
259
+ * The signed offset for the specified unit. This will
260
+ * be formatted according to this object's UNumberFormat
261
+ * object.
262
+ * @param unit
263
+ * The unit to use when formatting the relative
264
+ * date, e.g. UDAT_REL_UNIT_WEEK, UDAT_REL_UNIT_FRIDAY.
265
+ * @param result
266
+ * A pointer to a buffer to receive the formatted result.
267
+ * @param resultCapacity
268
+ * The maximum size of result.
269
+ * @param status
270
+ * A pointer to a UErrorCode to receive any errors. In
271
+ * case of error status, the contents of result are
272
+ * undefined.
273
+ * @return
274
+ * The length of the formatted result; may be greater
275
+ * than resultCapacity, in which case an error is returned.
276
+ * @draft ICU 57
277
+ */
278
+ U_DRAFT int32_t U_EXPORT2
279
+ ureldatefmt_formatNumeric( const URelativeDateTimeFormatter* reldatefmt,
280
+ double offset,
281
+ URelativeDateTimeUnit unit,
282
+ UChar* result,
283
+ int32_t resultCapacity,
284
+ UErrorCode* status);
285
+
286
+ /**
287
+ * Format a combination of URelativeDateTimeUnit and numeric offset
288
+ * using a text style if possible, e.g. "last week", "this week",
289
+ * "next week", "yesterday", "tomorrow". Falls back to numeric
290
+ * style if no appropriate text term is available for the specified
291
+ * offset in the object's locale.
292
+ *
293
+ * @param reldatefmt
294
+ * The URelativeDateTimeFormatter object specifying the
295
+ * format conventions.
296
+ * @param offset
297
+ * The signed offset for the specified unit.
298
+ * @param unit
299
+ * The unit to use when formatting the relative
300
+ * date, e.g. UDAT_REL_UNIT_WEEK, UDAT_REL_UNIT_FRIDAY.
301
+ * @param result
302
+ * A pointer to a buffer to receive the formatted result.
303
+ * @param resultCapacity
304
+ * The maximum size of result.
305
+ * @param status
306
+ * A pointer to a UErrorCode to receive any errors. In
307
+ * case of error status, the contents of result are
308
+ * undefined.
309
+ * @return
310
+ * The length of the formatted result; may be greater
311
+ * than resultCapacity, in which case an error is returned.
312
+ * @draft ICU 57
313
+ */
314
+ U_DRAFT int32_t U_EXPORT2
315
+ ureldatefmt_format( const URelativeDateTimeFormatter* reldatefmt,
316
+ double offset,
317
+ URelativeDateTimeUnit unit,
318
+ UChar* result,
319
+ int32_t resultCapacity,
320
+ UErrorCode* status);
321
+
322
+ /**
323
+ * Combines a relative date string and a time string in this object's
324
+ * locale. This is done with the same date-time separator used for the
325
+ * default calendar in this locale to produce a result such as
326
+ * "yesterday at 3:45 PM".
327
+ *
328
+ * @param reldatefmt
329
+ * The URelativeDateTimeFormatter object specifying the format conventions.
330
+ * @param relativeDateString
331
+ * The relative date string.
332
+ * @param relativeDateStringLen
333
+ * The length of relativeDateString; may be -1 if relativeDateString
334
+ * is zero-terminated.
335
+ * @param timeString
336
+ * The time string.
337
+ * @param timeStringLen
338
+ * The length of timeString; may be -1 if timeString is zero-terminated.
339
+ * @param result
340
+ * A pointer to a buffer to receive the formatted result.
341
+ * @param resultCapacity
342
+ * The maximum size of result.
343
+ * @param status
344
+ * A pointer to a UErrorCode to receive any errors. In case of error status,
345
+ * the contents of result are undefined.
346
+ * @return
347
+ * The length of the formatted result; may be greater than resultCapacity,
348
+ * in which case an error is returned.
349
+ * @draft ICU 57
350
+ */
351
+ U_DRAFT int32_t U_EXPORT2
352
+ ureldatefmt_combineDateAndTime( const URelativeDateTimeFormatter* reldatefmt,
353
+ const UChar * relativeDateString,
354
+ int32_t relativeDateStringLen,
355
+ const UChar * timeString,
356
+ int32_t timeStringLen,
357
+ UChar* result,
358
+ int32_t resultCapacity,
359
+ UErrorCode* status );
360
+
361
+ #endif /* U_HIDE_DRAFT_API */
362
+
363
+ #endif /* !UCONFIG_NO_FORMATTING && !UCONFIG_NO_BREAK_ITERATION */
364
+
365
+ #endif
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  *******************************************************************************
3
- * Copyright (C) 2002-2015, International Business Machines
3
+ * Copyright (C) 2002-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  *******************************************************************************
6
6
  *
@@ -1077,6 +1077,7 @@
1077
1077
  #define ulocdata_setNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_setNoSubstitute)
1078
1078
  #define ulocimp_getCountry U_ICU_ENTRY_POINT_RENAME(ulocimp_getCountry)
1079
1079
  #define ulocimp_getLanguage U_ICU_ENTRY_POINT_RENAME(ulocimp_getLanguage)
1080
+ #define ulocimp_getRegionForSupplementalData U_ICU_ENTRY_POINT_RENAME(ulocimp_getRegionForSupplementalData)
1080
1081
  #define ulocimp_getScript U_ICU_ENTRY_POINT_RENAME(ulocimp_getScript)
1081
1082
  #define ulocimp_toBcpKey U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpKey)
1082
1083
  #define ulocimp_toBcpType U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpType)
@@ -1445,11 +1446,20 @@
1445
1446
  #define uregion_getRegionFromCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromCode)
1446
1447
  #define uregion_getRegionFromNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromNumericCode)
1447
1448
  #define uregion_getType U_ICU_ENTRY_POINT_RENAME(uregion_getType)
1449
+ #define ureldatefmt_close U_ICU_ENTRY_POINT_RENAME(ureldatefmt_close)
1450
+ #define ureldatefmt_combineDateAndTime U_ICU_ENTRY_POINT_RENAME(ureldatefmt_combineDateAndTime)
1451
+ #define ureldatefmt_format U_ICU_ENTRY_POINT_RENAME(ureldatefmt_format)
1452
+ #define ureldatefmt_formatNumeric U_ICU_ENTRY_POINT_RENAME(ureldatefmt_formatNumeric)
1453
+ #define ureldatefmt_open U_ICU_ENTRY_POINT_RENAME(ureldatefmt_open)
1448
1454
  #define ures_close U_ICU_ENTRY_POINT_RENAME(ures_close)
1449
1455
  #define ures_copyResb U_ICU_ENTRY_POINT_RENAME(ures_copyResb)
1450
1456
  #define ures_countArrayItems U_ICU_ENTRY_POINT_RENAME(ures_countArrayItems)
1451
1457
  #define ures_findResource U_ICU_ENTRY_POINT_RENAME(ures_findResource)
1452
1458
  #define ures_findSubResource U_ICU_ENTRY_POINT_RENAME(ures_findSubResource)
1459
+ #define ures_getAllArrayItems U_ICU_ENTRY_POINT_RENAME(ures_getAllArrayItems)
1460
+ #define ures_getAllArrayItemsWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getAllArrayItemsWithFallback)
1461
+ #define ures_getAllTableItems U_ICU_ENTRY_POINT_RENAME(ures_getAllTableItems)
1462
+ #define ures_getAllTableItemsWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getAllTableItemsWithFallback)
1453
1463
  #define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary)
1454
1464
  #define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex)
1455
1465
  #define ures_getByKey U_ICU_ENTRY_POINT_RENAME(ures_getByKey)
@@ -1613,6 +1623,7 @@
1613
1623
  #define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton)
1614
1624
  #define uspoof_getSkeletonUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUTF8)
1615
1625
  #define uspoof_getSkeletonUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUnicodeString)
1626
+ #define uspoof_internalInitStatics U_ICU_ENTRY_POINT_RENAME(uspoof_internalInitStatics)
1616
1627
  #define uspoof_open U_ICU_ENTRY_POINT_RENAME(uspoof_open)
1617
1628
  #define uspoof_openFromSerialized U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSerialized)
1618
1629
  #define uspoof_openFromSource U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSource)