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) 2010-2014, International Business Machines
3
+ * Copyright (C) 2010-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  *******************************************************************************
6
6
  * file name: ucharstriebuilder.h
@@ -1269,6 +1269,7 @@ ucol_setVariableTop(UCollator *coll,
1269
1269
  */
1270
1270
  U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status);
1271
1271
 
1272
+ #ifndef U_HIDE_DEPRECATED_API
1272
1273
  /**
1273
1274
  * Sets the variable top to the specified primary weight.
1274
1275
  *
@@ -1284,6 +1285,7 @@ U_STABLE uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCod
1284
1285
  */
1285
1286
  U_DEPRECATED void U_EXPORT2
1286
1287
  ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status);
1288
+ #endif /* U_HIDE_DEPRECATED_API */
1287
1289
 
1288
1290
  /**
1289
1291
  * Thread safe cloning operation. The result is a clone of a given collator.
@@ -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
  * file name: uconfig.h
@@ -134,6 +134,15 @@
134
134
  #define U_ENABLE_TRACING 0
135
135
  #endif
136
136
 
137
+ /**
138
+ * \def UCONFIG_ENABLE_PLUGINS
139
+ * Determines whether to enable ICU plugins.
140
+ * @internal
141
+ */
142
+ #ifndef UCONFIG_ENABLE_PLUGINS
143
+ #define UCONFIG_ENABLE_PLUGINS 0
144
+ #endif
145
+
137
146
  /**
138
147
  * \def U_ENABLE_DYLOAD
139
148
  * Whether to enable Dynamic loading in ICU.
@@ -152,7 +161,6 @@
152
161
  #define U_CHECK_DYLOAD 1
153
162
  #endif
154
163
 
155
-
156
164
  /**
157
165
  * \def U_DEFAULT_SHOW_DRAFT
158
166
  * Do we allow ICU users to use the draft APIs by default?
@@ -278,7 +286,7 @@
278
286
  * This is not possible on EBCDIC platforms
279
287
  * because they need ibm-37 or ibm-1047 default converters.
280
288
  *
281
- * @draft ICU 55
289
+ * @stable ICU 55
282
290
  */
283
291
  #ifndef UCONFIG_ONLY_HTML_CONVERSION
284
292
  # define UCONFIG_ONLY_HTML_CONVERSION 0
@@ -437,9 +445,6 @@
437
445
  */
438
446
  #ifndef UCONFIG_NO_FILTERED_BREAK_ITERATION
439
447
  # define UCONFIG_NO_FILTERED_BREAK_ITERATION 0
440
-
441
-
442
-
443
448
  #endif
444
449
 
445
450
  #endif
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  **********************************************************************
3
- * Copyright (c) 2002-2014, International Business Machines
3
+ * Copyright (c) 2002-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  **********************************************************************
6
6
  */
@@ -13,55 +13,51 @@
13
13
  /**
14
14
  * \file
15
15
  * \brief C API: Encapsulates information about a currency.
16
+ *
17
+ * The ucurr API encapsulates information about a currency, as defined by
18
+ * ISO 4217. A currency is represented by a 3-character string
19
+ * containing its ISO 4217 code. This API can return various data
20
+ * necessary the proper display of a currency:
21
+ *
22
+ * <ul><li>A display symbol, for a specific locale
23
+ * <li>The number of fraction digits to display
24
+ * <li>A rounding increment
25
+ * </ul>
26
+ *
27
+ * The <tt>DecimalFormat</tt> class uses these data to display
28
+ * currencies.
29
+ * @author Alan Liu
30
+ * @since ICU 2.2
16
31
  */
17
32
 
18
33
  #if !UCONFIG_NO_FORMATTING
19
34
 
20
35
  /**
21
36
  * Currency Usage used for Decimal Format
22
- * @draft ICU 54
37
+ * @stable ICU 54
23
38
  */
24
39
  enum UCurrencyUsage {
25
- #ifndef U_HIDE_DRAFT_API
26
40
  /**
27
41
  * a setting to specify currency usage which determines currency digit
28
42
  * and rounding for standard usage, for example: "50.00 NT$"
29
43
  * used as DEFAULT value
30
- * @draft ICU 54
44
+ * @stable ICU 54
31
45
  */
32
46
  UCURR_USAGE_STANDARD=0,
33
47
  /**
34
48
  * a setting to specify currency usage which determines currency digit
35
49
  * and rounding for cash usage, for example: "50 NT$"
36
- * @draft ICU 54
50
+ * @stable ICU 54
37
51
  */
38
52
  UCURR_USAGE_CASH=1,
39
- #endif /* U_HIDE_DRAFT_API */
40
53
  /**
41
54
  * One higher than the last enum UCurrencyUsage constant.
42
- * @draft ICU 54
55
+ * @stable ICU 54
43
56
  */
44
57
  UCURR_USAGE_COUNT=2
45
58
  };
46
59
  typedef enum UCurrencyUsage UCurrencyUsage;
47
60
 
48
- /**
49
- * The ucurr API encapsulates information about a currency, as defined by
50
- * ISO 4217. A currency is represented by a 3-character string
51
- * containing its ISO 4217 code. This API can return various data
52
- * necessary the proper display of a currency:
53
- *
54
- * <ul><li>A display symbol, for a specific locale
55
- * <li>The number of fraction digits to display
56
- * <li>A rounding increment
57
- * </ul>
58
- *
59
- * The <tt>DecimalFormat</tt> class uses these data to display
60
- * currencies.
61
- * @author Alan Liu
62
- * @since ICU 2.2
63
- */
64
-
65
61
  /**
66
62
  * Finds a currency code for the given locale.
67
63
  * @param locale the locale for which to retrieve a currency code.
@@ -204,7 +200,6 @@ U_STABLE int32_t U_EXPORT2
204
200
  ucurr_getDefaultFractionDigits(const UChar* currency,
205
201
  UErrorCode* ec);
206
202
 
207
- #ifndef U_HIDE_DRAFT_API
208
203
  /**
209
204
  * Returns the number of the number of fraction digits that should
210
205
  * be displayed for the given currency with usage.
@@ -213,13 +208,12 @@ ucurr_getDefaultFractionDigits(const UChar* currency,
213
208
  * @param ec input-output error code
214
209
  * @return a non-negative number of fraction digits to be
215
210
  * displayed, or 0 if there is an error
216
- * @draft ICU 54
211
+ * @stable ICU 54
217
212
  */
218
- U_DRAFT int32_t U_EXPORT2
213
+ U_STABLE int32_t U_EXPORT2
219
214
  ucurr_getDefaultFractionDigitsForUsage(const UChar* currency,
220
215
  const UCurrencyUsage usage,
221
216
  UErrorCode* ec);
222
- #endif /* U_HIDE_DRAFT_API */
223
217
 
224
218
  /**
225
219
  * Returns the rounding increment for the given currency, or 0.0 if no
@@ -235,7 +229,6 @@ U_STABLE double U_EXPORT2
235
229
  ucurr_getRoundingIncrement(const UChar* currency,
236
230
  UErrorCode* ec);
237
231
 
238
- #ifndef U_HIDE_DRAFT_API
239
232
  /**
240
233
  * Returns the rounding increment for the given currency, or 0.0 if no
241
234
  * rounding is done by the currency given usage.
@@ -244,13 +237,12 @@ ucurr_getRoundingIncrement(const UChar* currency,
244
237
  * @param ec input-output error code
245
238
  * @return the non-negative rounding increment, or 0.0 if none,
246
239
  * or 0.0 if there is an error
247
- * @draft ICU 54
240
+ * @stable ICU 54
248
241
  */
249
- U_DRAFT double U_EXPORT2
242
+ U_STABLE double U_EXPORT2
250
243
  ucurr_getRoundingIncrementForUsage(const UChar* currency,
251
244
  const UCurrencyUsage usage,
252
245
  UErrorCode* ec);
253
- #endif /* U_HIDE_DRAFT_API */
254
246
 
255
247
  /**
256
248
  * Selector constants for ucurr_openCurrencies().
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  *******************************************************************************
3
- * Copyright (C) 1996-2015, International Business Machines
3
+ * Copyright (C) 1996-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  *******************************************************************************
6
6
  */
@@ -150,7 +150,7 @@
150
150
  */
151
151
  typedef void* UDateFormat;
152
152
 
153
- /** The possible date/time format styles
153
+ /** The possible date/time format styles
154
154
  * @stable ICU 2.6
155
155
  */
156
156
  typedef enum UDateFormatStyle {
@@ -167,16 +167,16 @@ typedef enum UDateFormatStyle {
167
167
 
168
168
  /** Bitfield for relative date */
169
169
  UDAT_RELATIVE = (1 << 7),
170
-
170
+
171
171
  UDAT_FULL_RELATIVE = UDAT_FULL | UDAT_RELATIVE,
172
-
172
+
173
173
  UDAT_LONG_RELATIVE = UDAT_LONG | UDAT_RELATIVE,
174
-
174
+
175
175
  UDAT_MEDIUM_RELATIVE = UDAT_MEDIUM | UDAT_RELATIVE,
176
-
176
+
177
177
  UDAT_SHORT_RELATIVE = UDAT_SHORT | UDAT_RELATIVE,
178
-
179
-
178
+
179
+
180
180
  /** No style */
181
181
  UDAT_NONE = -1,
182
182
 
@@ -294,7 +294,7 @@ typedef enum UDateFormatStyle {
294
294
  * Used in combinations date + time, date + time + zone, or time + zone.
295
295
  * @stable ICU 4.0
296
296
  */
297
- #define UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY "yMMMEd"
297
+ #define UDAT_YEAR_ABBR_MONTH_WEEKDAY_DAY "yMMMEd"
298
298
  /**
299
299
  * Constant for date skeleton with year, numeric month, weekday, and day.
300
300
  * Used in combinations date + time, date + time + zone, or time + zone.
@@ -446,7 +446,7 @@ typedef enum UDateFormatStyle {
446
446
 
447
447
  /* deprecated skeleton constants */
448
448
 
449
- #ifndef U_HIDE_DEPRECATED_API
449
+ #ifndef U_HIDE_DEPRECATED_API
450
450
  /**
451
451
  * Constant for date skeleton with standalone month.
452
452
  * @deprecated ICU 50 Use UDAT_MONTH instead.
@@ -759,16 +759,33 @@ typedef enum UDateFormatField {
759
759
  * @internal ICU 53
760
760
  */
761
761
  UDAT_RELATED_YEAR_FIELD = 34,
762
- #endif /* U_HIDE_INTERNAL_API */
762
+ #endif /* U_HIDE_INTERNAL_API */
763
763
 
764
764
  #ifndef U_HIDE_DRAFT_API
765
765
  /**
766
- * FieldPosition and UFieldPosition selector for ':' time separator,
767
- * no corresponding UCAL_ field.
768
- * @draft ICU 55
766
+ * FieldPosition selector for 'b' field alignment.
767
+ * Displays midnight and noon for 12am and 12pm, respectively, if available;
768
+ * otherwise fall back to AM / PM.
769
+ * @draft ICU 57
770
+ */
771
+ UDAT_AM_PM_MIDNIGHT_NOON_FIELD = 35,
772
+
773
+ /* FieldPosition selector for 'B' field alignment.
774
+ * Displays flexible day periods, such as "in the morning", if available.
775
+ * @draft ICU 57
769
776
  */
770
- UDAT_TIME_SEPARATOR_FIELD = 35,
771
- #endif /* U_HIDE_DRAFT_API */
777
+ UDAT_FLEXIBLE_DAY_PERIOD_FIELD = 36,
778
+ #endif /* U_HIDE_DRAFT_API */
779
+
780
+ #ifndef U_HIDE_INTERNAL_API
781
+ /**
782
+ * FieldPosition and UFieldPosition selector for time separator,
783
+ * no corresponding UCAL_ field. No pattern character is currently
784
+ * defined for this.
785
+ * @internal
786
+ */
787
+ UDAT_TIME_SEPARATOR_FIELD = 37,
788
+ #endif /* U_HIDE_INTERNAL_API */
772
789
 
773
790
  /**
774
791
  * Number of FieldPosition and UFieldPosition selectors for
@@ -778,11 +795,21 @@ typedef enum UDateFormatField {
778
795
  * in the future.
779
796
  * @stable ICU 3.0
780
797
  */
781
- UDAT_FIELD_COUNT = 36
798
+ UDAT_FIELD_COUNT = 38
782
799
 
783
800
  } UDateFormatField;
784
801
 
785
802
 
803
+ #ifndef U_HIDE_INTERNAL_API
804
+ /**
805
+ * Is a pattern character defined for UDAT_TIME_SEPARATOR_FIELD?
806
+ * In ICU 55 it was COLON, but that was withdrawn in ICU 56.
807
+ * @internal ICU 56
808
+ */
809
+ #define UDAT_HAS_PATTERN_CHAR_FOR_TIME_SEPARATOR 0
810
+ #endif /* U_HIDE_INTERNAL_API */
811
+
812
+
786
813
  /**
787
814
  * Maps from a UDateFormatField to the corresponding UCalendarDateFields.
788
815
  * Note: since the mapping is many-to-one, there is no inverse mapping.
@@ -823,7 +850,7 @@ udat_toCalendarDateField(UDateFormatField field);
823
850
  * an error occurred.
824
851
  * @stable ICU 2.0
825
852
  */
826
- U_STABLE UDateFormat* U_EXPORT2
853
+ U_STABLE UDateFormat* U_EXPORT2
827
854
  udat_open(UDateFormatStyle timeStyle,
828
855
  UDateFormatStyle dateStyle,
829
856
  const char *locale,
@@ -840,13 +867,13 @@ udat_open(UDateFormatStyle timeStyle,
840
867
  * @param format The formatter to close.
841
868
  * @stable ICU 2.0
842
869
  */
843
- U_STABLE void U_EXPORT2
870
+ U_STABLE void U_EXPORT2
844
871
  udat_close(UDateFormat* format);
845
872
 
846
873
 
847
874
  /**
848
875
  * DateFormat boolean attributes
849
- *
876
+ *
850
877
  * @stable ICU 53
851
878
  */
852
879
  typedef enum UDateFormatBooleanAttribute {
@@ -864,14 +891,15 @@ typedef enum UDateFormatBooleanAttribute {
864
891
  #ifndef U_HIDE_DRAFT_API
865
892
  /**
866
893
  * indicates tolerance of a partial literal match
867
- * @draft ICU 53
894
+ * e.g. accepting "--mon-02-march-2011" for a pattern of "'--: 'EEE-WW-MMMM-yyyy"
895
+ * @draft ICU 56
896
+ */
897
+ UDAT_PARSE_PARTIAL_LITERAL_MATCH = 2,
898
+ /**
899
+ * indicates tolerance of pattern mismatch between input data and specified format pattern.
900
+ * e.g. accepting "September" for a month pattern of MMM ("Sep")
901
+ * @draft ICU 56
868
902
  */
869
- UDAT_PARSE_PARTIAL_MATCH = 2,
870
- /**
871
- * indicates tolerance of pattern mismatch between input data and specified format pattern.
872
- * e.g. accepting "September" for a month pattern of MMM ("Sep")
873
- * @draft ICU 53
874
- */
875
903
  UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH = 3,
876
904
  #endif /* U_HIDE_DRAFT_API */
877
905
  /**
@@ -936,7 +964,7 @@ U_NAMESPACE_END
936
964
  * @return A pointer to a UDateFormat identical to fmt.
937
965
  * @stable ICU 2.0
938
966
  */
939
- U_STABLE UDateFormat* U_EXPORT2
967
+ U_STABLE UDateFormat* U_EXPORT2
940
968
  udat_clone(const UDateFormat *fmt,
941
969
  UErrorCode *status);
942
970
 
@@ -958,7 +986,7 @@ udat_clone(const UDateFormat *fmt,
958
986
  * @see UFieldPosition
959
987
  * @stable ICU 2.0
960
988
  */
961
- U_STABLE int32_t U_EXPORT2
989
+ U_STABLE int32_t U_EXPORT2
962
990
  udat_format( const UDateFormat* format,
963
991
  UDate dateToFormat,
964
992
  UChar* result,
@@ -966,7 +994,6 @@ udat_format( const UDateFormat* format,
966
994
  UFieldPosition* position,
967
995
  UErrorCode* status);
968
996
 
969
- #ifndef U_HIDE_DRAFT_API
970
997
  /**
971
998
  * Format a date using an UDateFormat.
972
999
  * The date will be formatted using the conventions specified in {@link #udat_open }
@@ -987,9 +1014,9 @@ udat_format( const UDateFormat* format,
987
1014
  * @see udat_format
988
1015
  * @see udat_parseCalendar
989
1016
  * @see UFieldPosition
990
- * @draft ICU 55
1017
+ * @stable ICU 55
991
1018
  */
992
- U_DRAFT int32_t U_EXPORT2
1019
+ U_STABLE int32_t U_EXPORT2
993
1020
  udat_formatCalendar( const UDateFormat* format,
994
1021
  UCalendar* calendar,
995
1022
  UChar* result,
@@ -1022,9 +1049,9 @@ udat_formatCalendar( const UDateFormat* format,
1022
1049
  * The total buffer size needed; if greater than resultLength, the output was truncated.
1023
1050
  * @see udat_parse
1024
1051
  * @see UFieldPositionIterator
1025
- * @draft ICU 55
1052
+ * @stable ICU 55
1026
1053
  */
1027
- U_DRAFT int32_t U_EXPORT2
1054
+ U_STABLE int32_t U_EXPORT2
1028
1055
  udat_formatForFields( const UDateFormat* format,
1029
1056
  UDate dateToFormat,
1030
1057
  UChar* result,
@@ -1060,9 +1087,9 @@ udat_formatForFields( const UDateFormat* format,
1060
1087
  * @see udat_format
1061
1088
  * @see udat_parseCalendar
1062
1089
  * @see UFieldPositionIterator
1063
- * @draft ICU 55
1090
+ * @stable ICU 55
1064
1091
  */
1065
- U_DRAFT int32_t U_EXPORT2
1092
+ U_STABLE int32_t U_EXPORT2
1066
1093
  udat_formatCalendarForFields( const UDateFormat* format,
1067
1094
  UCalendar* calendar,
1068
1095
  UChar* result,
@@ -1070,7 +1097,6 @@ udat_formatCalendarForFields( const UDateFormat* format,
1070
1097
  UFieldPositionIterator* fpositer,
1071
1098
  UErrorCode* status);
1072
1099
 
1073
- #endif /* U_HIDE_DRAFT_API */
1074
1100
 
1075
1101
  /**
1076
1102
  * Parse a string into an date/time using a UDateFormat.
@@ -1097,7 +1123,7 @@ udat_formatCalendarForFields( const UDateFormat* format,
1097
1123
  * @see udat_format
1098
1124
  * @stable ICU 2.0
1099
1125
  */
1100
- U_STABLE UDate U_EXPORT2
1126
+ U_STABLE UDate U_EXPORT2
1101
1127
  udat_parse(const UDateFormat* format,
1102
1128
  const UChar* text,
1103
1129
  int32_t textLength,
@@ -1125,7 +1151,7 @@ udat_parse(const UDateFormat* format,
1125
1151
  * @see udat_format
1126
1152
  * @stable ICU 2.0
1127
1153
  */
1128
- U_STABLE void U_EXPORT2
1154
+ U_STABLE void U_EXPORT2
1129
1155
  udat_parseCalendar(const UDateFormat* format,
1130
1156
  UCalendar* calendar,
1131
1157
  const UChar* text,
@@ -1142,7 +1168,7 @@ udat_parseCalendar(const UDateFormat* format,
1142
1168
  * @see udat_setLenient
1143
1169
  * @stable ICU 2.0
1144
1170
  */
1145
- U_STABLE UBool U_EXPORT2
1171
+ U_STABLE UBool U_EXPORT2
1146
1172
  udat_isLenient(const UDateFormat* fmt);
1147
1173
 
1148
1174
  /**
@@ -1154,7 +1180,7 @@ udat_isLenient(const UDateFormat* fmt);
1154
1180
  * @see dat_isLenient
1155
1181
  * @stable ICU 2.0
1156
1182
  */
1157
- U_STABLE void U_EXPORT2
1183
+ U_STABLE void U_EXPORT2
1158
1184
  udat_setLenient( UDateFormat* fmt,
1159
1185
  UBool isLenient);
1160
1186
 
@@ -1167,7 +1193,7 @@ udat_setLenient( UDateFormat* fmt,
1167
1193
  * @see udat_setCalendar
1168
1194
  * @stable ICU 2.0
1169
1195
  */
1170
- U_STABLE const UCalendar* U_EXPORT2
1196
+ U_STABLE const UCalendar* U_EXPORT2
1171
1197
  udat_getCalendar(const UDateFormat* fmt);
1172
1198
 
1173
1199
  /**
@@ -1179,7 +1205,7 @@ udat_getCalendar(const UDateFormat* fmt);
1179
1205
  * @see udat_setCalendar
1180
1206
  * @stable ICU 2.0
1181
1207
  */
1182
- U_STABLE void U_EXPORT2
1208
+ U_STABLE void U_EXPORT2
1183
1209
  udat_setCalendar( UDateFormat* fmt,
1184
1210
  const UCalendar* calendarToSet);
1185
1211
 
@@ -1192,10 +1218,9 @@ udat_setCalendar( UDateFormat* fmt,
1192
1218
  * @see udat_setNumberFormat
1193
1219
  * @stable ICU 2.0
1194
1220
  */
1195
- U_STABLE const UNumberFormat* U_EXPORT2
1221
+ U_STABLE const UNumberFormat* U_EXPORT2
1196
1222
  udat_getNumberFormat(const UDateFormat* fmt);
1197
1223
 
1198
- #ifndef U_HIDE_DRAFT_API
1199
1224
  /**
1200
1225
  * Get the UNumberFormat for specific field associated with an UDateFormat.
1201
1226
  * For example: 'y' for year and 'M' for month
@@ -1203,16 +1228,16 @@ udat_getNumberFormat(const UDateFormat* fmt);
1203
1228
  * @param field the field to query
1204
1229
  * @return A pointer to the UNumberFormat used by fmt to format field numbers.
1205
1230
  * @see udat_setNumberFormatForField
1206
- * @draft ICU 54
1231
+ * @stable ICU 54
1207
1232
  */
1208
- U_DRAFT const UNumberFormat* U_EXPORT2
1233
+ U_STABLE const UNumberFormat* U_EXPORT2
1209
1234
  udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
1210
1235
 
1211
1236
  /**
1212
1237
  * Set the UNumberFormat for specific field associated with an UDateFormat.
1213
1238
  * It can be a single field like: "y"(year) or "M"(month)
1214
1239
  * It can be several field combined together: "yM"(year and month)
1215
- * Note:
1240
+ * Note:
1216
1241
  * 1 symbol field is enough for multiple symbol field (so "y" will override "yy", "yyy")
1217
1242
  * If the field is not numeric, then override has no effect (like "MMM" will use abbreviation, not numerical field)
1218
1243
  *
@@ -1221,32 +1246,28 @@ udat_getNumberFormatForField(const UDateFormat* fmt, UChar field);
1221
1246
  * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
1222
1247
  * @param status error code passed around (memory allocation or invalid fields)
1223
1248
  * @see udat_getNumberFormatForField
1224
- * @draft ICU 54
1249
+ * @stable ICU 54
1225
1250
  */
1226
- U_DRAFT void U_EXPORT2
1251
+ U_STABLE void U_EXPORT2
1227
1252
  udat_adoptNumberFormatForFields( UDateFormat* fmt,
1228
1253
  const UChar* fields,
1229
1254
  UNumberFormat* numberFormatToSet,
1230
1255
  UErrorCode* status);
1231
- #endif /* U_HIDE_DRAFT_API */
1232
-
1233
1256
  /**
1234
1257
  * Set the UNumberFormat associated with an UDateFormat.
1235
1258
  * A UDateFormat uses a UNumberFormat to format numbers within a date,
1236
1259
  * for example the day number.
1237
- * This method also clears per field NumberFormat instances previously
1238
- * set by {@see udat_setNumberFormatForField}
1260
+ * This method also clears per field NumberFormat instances previously
1261
+ * set by {@see udat_setNumberFormatForField}
1239
1262
  * @param fmt The formatter to set.
1240
1263
  * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
1241
1264
  * @see udat_getNumberFormat
1242
1265
  * @see udat_setNumberFormatForField
1243
1266
  * @stable ICU 2.0
1244
1267
  */
1245
- U_STABLE void U_EXPORT2
1268
+ U_STABLE void U_EXPORT2
1246
1269
  udat_setNumberFormat( UDateFormat* fmt,
1247
1270
  const UNumberFormat* numberFormatToSet);
1248
-
1249
- #ifndef U_HIDE_DRAFT_API
1250
1271
  /**
1251
1272
  * Adopt the UNumberFormat associated with an UDateFormat.
1252
1273
  * A UDateFormat uses a UNumberFormat to format numbers within a date,
@@ -1254,13 +1275,11 @@ udat_setNumberFormat( UDateFormat* fmt,
1254
1275
  * @param fmt The formatter to set.
1255
1276
  * @param numberFormatToAdopt A pointer to the UNumberFormat to be used by fmt to format numbers.
1256
1277
  * @see udat_getNumberFormat
1257
- * @draft ICU 54
1278
+ * @stable ICU 54
1258
1279
  */
1259
- U_DRAFT void U_EXPORT2
1280
+ U_STABLE void U_EXPORT2
1260
1281
  udat_adoptNumberFormat( UDateFormat* fmt,
1261
1282
  UNumberFormat* numberFormatToAdopt);
1262
- #endif /* U_HIDE_DRAFT_API */
1263
-
1264
1283
  /**
1265
1284
  * Get a locale for which date/time formatting patterns are available.
1266
1285
  * A UDateFormat in a locale returned by this function will perform the correct
@@ -1270,7 +1289,7 @@ udat_adoptNumberFormat( UDateFormat* fmt,
1270
1289
  * @see udat_countAvailable
1271
1290
  * @stable ICU 2.0
1272
1291
  */
1273
- U_STABLE const char* U_EXPORT2
1292
+ U_STABLE const char* U_EXPORT2
1274
1293
  udat_getAvailable(int32_t localeIndex);
1275
1294
 
1276
1295
  /**
@@ -1281,7 +1300,7 @@ udat_getAvailable(int32_t localeIndex);
1281
1300
  * @see udat_getAvailable
1282
1301
  * @stable ICU 2.0
1283
1302
  */
1284
- U_STABLE int32_t U_EXPORT2
1303
+ U_STABLE int32_t U_EXPORT2
1285
1304
  udat_countAvailable(void);
1286
1305
 
1287
1306
  /**
@@ -1294,7 +1313,7 @@ udat_countAvailable(void);
1294
1313
  * @see udat_Set2DigitYearStart
1295
1314
  * @stable ICU 2.0
1296
1315
  */
1297
- U_STABLE UDate U_EXPORT2
1316
+ U_STABLE UDate U_EXPORT2
1298
1317
  udat_get2DigitYearStart( const UDateFormat *fmt,
1299
1318
  UErrorCode *status);
1300
1319
 
@@ -1308,7 +1327,7 @@ udat_get2DigitYearStart( const UDateFormat *fmt,
1308
1327
  * @see udat_Set2DigitYearStart
1309
1328
  * @stable ICU 2.0
1310
1329
  */
1311
- U_STABLE void U_EXPORT2
1330
+ U_STABLE void U_EXPORT2
1312
1331
  udat_set2DigitYearStart( UDateFormat *fmt,
1313
1332
  UDate d,
1314
1333
  UErrorCode *status);
@@ -1325,7 +1344,7 @@ udat_set2DigitYearStart( UDateFormat *fmt,
1325
1344
  * @see udat_applyPattern
1326
1345
  * @stable ICU 2.0
1327
1346
  */
1328
- U_STABLE int32_t U_EXPORT2
1347
+ U_STABLE int32_t U_EXPORT2
1329
1348
  udat_toPattern( const UDateFormat *fmt,
1330
1349
  UBool localized,
1331
1350
  UChar *result,
@@ -1342,14 +1361,14 @@ udat_toPattern( const UDateFormat *fmt,
1342
1361
  * @see udat_toPattern
1343
1362
  * @stable ICU 2.0
1344
1363
  */
1345
- U_STABLE void U_EXPORT2
1364
+ U_STABLE void U_EXPORT2
1346
1365
  udat_applyPattern( UDateFormat *format,
1347
1366
  UBool localized,
1348
1367
  const UChar *pattern,
1349
1368
  int32_t patternLength);
1350
1369
 
1351
- /**
1352
- * The possible types of date format symbols
1370
+ /**
1371
+ * The possible types of date format symbols
1353
1372
  * @stable ICU 2.6
1354
1373
  */
1355
1374
  typedef enum UDateFormatSymbolType {
@@ -1408,44 +1427,41 @@ typedef enum UDateFormatSymbolType {
1408
1427
  * Standalone version of UDAT_SHORTER_WEEKDAYS.
1409
1428
  * @stable ICU 51
1410
1429
  */
1411
- UDAT_STANDALONE_SHORTER_WEEKDAYS
1412
- #ifndef U_HIDE_DRAFT_API
1413
- ,
1430
+ UDAT_STANDALONE_SHORTER_WEEKDAYS,
1414
1431
  /**
1415
1432
  * Cyclic year names (only supported for some calendars, and only for FORMAT usage;
1416
1433
  * udat_setSymbols not supported for UDAT_CYCLIC_YEARS_WIDE)
1417
- * @draft ICU 54
1434
+ * @stable ICU 54
1418
1435
  */
1419
1436
  UDAT_CYCLIC_YEARS_WIDE,
1420
1437
  /**
1421
1438
  * Cyclic year names (only supported for some calendars, and only for FORMAT usage)
1422
- * @draft ICU 54
1439
+ * @stable ICU 54
1423
1440
  */
1424
1441
  UDAT_CYCLIC_YEARS_ABBREVIATED,
1425
1442
  /**
1426
1443
  * Cyclic year names (only supported for some calendars, and only for FORMAT usage;
1427
1444
  * udat_setSymbols not supported for UDAT_CYCLIC_YEARS_NARROW)
1428
- * @draft ICU 54
1445
+ * @stable ICU 54
1429
1446
  */
1430
1447
  UDAT_CYCLIC_YEARS_NARROW,
1431
1448
  /**
1432
1449
  * Calendar zodiac names (only supported for some calendars, and only for FORMAT usage;
1433
1450
  * udat_setSymbols not supported for UDAT_ZODIAC_NAMES_WIDE)
1434
- * @draft ICU 54
1451
+ * @stable ICU 54
1435
1452
  */
1436
1453
  UDAT_ZODIAC_NAMES_WIDE,
1437
1454
  /**
1438
1455
  * Calendar zodiac names (only supported for some calendars, and only for FORMAT usage)
1439
- * @draft ICU 54
1456
+ * @stable ICU 54
1440
1457
  */
1441
1458
  UDAT_ZODIAC_NAMES_ABBREVIATED,
1442
1459
  /**
1443
1460
  * Calendar zodiac names (only supported for some calendars, and only for FORMAT usage;
1444
1461
  * udat_setSymbols not supported for UDAT_ZODIAC_NAMES_NARROW)
1445
- * @draft ICU 54
1462
+ * @stable ICU 54
1446
1463
  */
1447
1464
  UDAT_ZODIAC_NAMES_NARROW
1448
- #endif /* U_HIDE_DRAFT_API */
1449
1465
  } UDateFormatSymbolType;
1450
1466
 
1451
1467
  struct UDateFormatSymbols;
@@ -1471,7 +1487,7 @@ typedef struct UDateFormatSymbols UDateFormatSymbols;
1471
1487
  * @see udat_setSymbols
1472
1488
  * @stable ICU 2.0
1473
1489
  */
1474
- U_STABLE int32_t U_EXPORT2
1490
+ U_STABLE int32_t U_EXPORT2
1475
1491
  udat_getSymbols(const UDateFormat *fmt,
1476
1492
  UDateFormatSymbolType type,
1477
1493
  int32_t symbolIndex,
@@ -1491,7 +1507,7 @@ udat_getSymbols(const UDateFormat *fmt,
1491
1507
  * @see udat_setSymbols
1492
1508
  * @stable ICU 2.0
1493
1509
  */
1494
- U_STABLE int32_t U_EXPORT2
1510
+ U_STABLE int32_t U_EXPORT2
1495
1511
  udat_countSymbols( const UDateFormat *fmt,
1496
1512
  UDateFormatSymbolType type);
1497
1513
 
@@ -1510,7 +1526,7 @@ udat_countSymbols( const UDateFormat *fmt,
1510
1526
  * @see udat_countSymbols
1511
1527
  * @stable ICU 2.0
1512
1528
  */
1513
- U_STABLE void U_EXPORT2
1529
+ U_STABLE void U_EXPORT2
1514
1530
  udat_setSymbols( UDateFormat *format,
1515
1531
  UDateFormatSymbolType type,
1516
1532
  int32_t symbolIndex,
@@ -1522,7 +1538,7 @@ udat_setSymbols( UDateFormat *format,
1522
1538
  * Get the locale for this date format object.
1523
1539
  * You can choose between valid and actual locale.
1524
1540
  * @param fmt The formatter to get the locale from
1525
- * @param type type of the locale we're looking for (valid or actual)
1541
+ * @param type type of the locale we're looking for (valid or actual)
1526
1542
  * @param status error code for the operation
1527
1543
  * @return the locale name
1528
1544
  * @stable ICU 2.8
@@ -1530,7 +1546,7 @@ udat_setSymbols( UDateFormat *format,
1530
1546
  U_STABLE const char* U_EXPORT2
1531
1547
  udat_getLocaleByType(const UDateFormat *fmt,
1532
1548
  ULocDataLocaleType type,
1533
- UErrorCode* status);
1549
+ UErrorCode* status);
1534
1550
 
1535
1551
  /**
1536
1552
  * Set a particular UDisplayContext value in the formatter, such as
@@ -1567,7 +1583,7 @@ udat_getContext(const UDateFormat* fmt, UDisplayContextType type, UErrorCode* st
1567
1583
  * @see udat_applyPatternRelative
1568
1584
  * @internal ICU 4.2 technology preview
1569
1585
  */
1570
- U_INTERNAL int32_t U_EXPORT2
1586
+ U_INTERNAL int32_t U_EXPORT2
1571
1587
  udat_toPatternRelativeDate(const UDateFormat *fmt,
1572
1588
  UChar *result,
1573
1589
  int32_t resultLength,
@@ -1584,7 +1600,7 @@ udat_toPatternRelativeDate(const UDateFormat *fmt,
1584
1600
  * @see udat_applyPatternRelative
1585
1601
  * @internal ICU 4.2 technology preview
1586
1602
  */
1587
- U_INTERNAL int32_t U_EXPORT2
1603
+ U_INTERNAL int32_t U_EXPORT2
1588
1604
  udat_toPatternRelativeTime(const UDateFormat *fmt,
1589
1605
  UChar *result,
1590
1606
  int32_t resultLength,
@@ -1602,7 +1618,7 @@ udat_toPatternRelativeTime(const UDateFormat *fmt,
1602
1618
  * @see udat_toPatternRelativeDate, udat_toPatternRelativeTime
1603
1619
  * @internal ICU 4.2 technology preview
1604
1620
  */
1605
- U_INTERNAL void U_EXPORT2
1621
+ U_INTERNAL void U_EXPORT2
1606
1622
  udat_applyPatternRelative(UDateFormat *format,
1607
1623
  const UChar *datePattern,
1608
1624
  int32_t datePatternLength,