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
@@ -59,8 +59,9 @@ typedef enum
59
59
 
60
60
  /**
61
61
  * PangoRenderer:
62
- * @matrix: the current transformation matrix for the Renderer; may
63
- * be %NULL, which should be treated the same as the identity matrix.
62
+ * @matrix: (nullable): the current transformation matrix for
63
+ * the Renderer; may be %NULL, which should be treated the
64
+ * same as the identity matrix.
64
65
  *
65
66
  * #PangoRenderer is a base class for objects that are used to
66
67
  * render Pango objects such as #PangoGlyphString and
@@ -247,6 +248,12 @@ void pango_renderer_set_color (PangoRenderer *renderer,
247
248
  PangoColor *pango_renderer_get_color (PangoRenderer *renderer,
248
249
  PangoRenderPart part);
249
250
 
251
+ void pango_renderer_set_alpha (PangoRenderer *renderer,
252
+ PangoRenderPart part,
253
+ guint16 alpha);
254
+ guint16 pango_renderer_get_alpha (PangoRenderer *renderer,
255
+ PangoRenderPart part);
256
+
250
257
  void pango_renderer_set_matrix (PangoRenderer *renderer,
251
258
  const PangoMatrix *matrix);
252
259
  const PangoMatrix *pango_renderer_get_matrix (PangoRenderer *renderer);
@@ -126,6 +126,35 @@ typedef struct _PangoScriptIter PangoScriptIter;
126
126
  * @PANGO_SCRIPT_SHARADA: Sharada. Since: 1.32
127
127
  * @PANGO_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 1.32
128
128
  * @PANGO_SCRIPT_TAKRI: Takri. Since: 1.32
129
+ * @PANGO_SCRIPT_BASSA_VAH: Bassa. Since: 1.40
130
+ * @PANGO_SCRIPT_CAUCASIAN_ALBANIAN: Caucasian Albanian. Since: 1.40
131
+ * @PANGO_SCRIPT_DUPLOYAN: Duployan. Since: 1.40
132
+ * @PANGO_SCRIPT_ELBASAN: Elbasan. Since: 1.40
133
+ * @PANGO_SCRIPT_GRANTHA: Grantha. Since: 1.40
134
+ * @PANGO_SCRIPT_KHOJKI: Kjohki. Since: 1.40
135
+ * @PANGO_SCRIPT_KHUDAWADI: Khudawadi, Sindhi. Since: 1.40
136
+ * @PANGO_SCRIPT_LINEAR_A: Linear A. Since: 1.40
137
+ * @PANGO_SCRIPT_MAHAJANI: Mahajani. Since: 1.40
138
+ * @PANGO_SCRIPT_MANICHAEAN: Manichaean. Since: 1.40
139
+ * @PANGO_SCRIPT_MENDE_KIKAKUI: Mende Kikakui. Since: 1.40
140
+ * @PANGO_SCRIPT_MODI: Modi. Since: 1.40
141
+ * @PANGO_SCRIPT_MRO: Mro. Since: 1.40
142
+ * @PANGO_SCRIPT_NABATAEAN: Nabataean. Since: 1.40
143
+ * @PANGO_SCRIPT_OLD_NORTH_ARABIAN: Old North Arabian. Since: 1.40
144
+ * @PANGO_SCRIPT_OLD_PERMIC: Old Permic. Since: 1.40
145
+ * @PANGO_SCRIPT_PAHAWH_HMONG: Pahawh Hmong. Since: 1.40
146
+ * @PANGO_SCRIPT_PALMYRENE: Palmyrene. Since: 1.40
147
+ * @PANGO_SCRIPT_PAU_CIN_HAU: Pau Cin Hau. Since: 1.40
148
+ * @PANGO_SCRIPT_PSALTER_PAHLAVI: Psalter Pahlavi. Since: 1.40
149
+ * @PANGO_SCRIPT_SIDDHAM: Siddham. Since: 1.40
150
+ * @PANGO_SCRIPT_TIRHUTA: Tirhuta. Since: 1.40
151
+ * @PANGO_SCRIPT_WARANG_CITI: Warang Citi. Since: 1.40
152
+ * @PANGO_SCRIPT_AHOM: Ahom. Since: 1.40
153
+ * @PANGO_SCRIPT_ANATOLIAN_HIEROGLYPHS: Anatolian Hieroglyphs. Since: 1.40
154
+ * @PANGO_SCRIPT_HATRAN: Hatran. Since: 1.40
155
+ * @PANGO_SCRIPT_MULTANI: Multani. Since: 1.40
156
+ * @PANGO_SCRIPT_OLD_HUNGARIAN: Old Hungarian. Since: 1.40
157
+ * @PANGO_SCRIPT_SIGNWRITING: Signwriting. Since: 1.40
129
158
  *
130
159
  * The #PangoScript enumeration identifies different writing
131
160
  * systems. The values correspond to the names as defined in the
@@ -237,7 +266,40 @@ typedef enum { /* ISO 15924 code */
237
266
  PANGO_SCRIPT_MIAO, /* Plrd */
238
267
  PANGO_SCRIPT_SHARADA, /* Shrd */
239
268
  PANGO_SCRIPT_SORA_SOMPENG, /* Sora */
240
- PANGO_SCRIPT_TAKRI /* Takr */
269
+ PANGO_SCRIPT_TAKRI, /* Takr */
270
+
271
+ /* Unicode 7.0 additions */
272
+ PANGO_SCRIPT_BASSA_VAH, /* Bass */
273
+ PANGO_SCRIPT_CAUCASIAN_ALBANIAN, /* Aghb */
274
+ PANGO_SCRIPT_DUPLOYAN, /* Dupl */
275
+ PANGO_SCRIPT_ELBASAN, /* Elba */
276
+ PANGO_SCRIPT_GRANTHA, /* Gran */
277
+ PANGO_SCRIPT_KHOJKI, /* Khoj */
278
+ PANGO_SCRIPT_KHUDAWADI, /* Sind */
279
+ PANGO_SCRIPT_LINEAR_A, /* Lina */
280
+ PANGO_SCRIPT_MAHAJANI, /* Mahj */
281
+ PANGO_SCRIPT_MANICHAEAN, /* Manu */
282
+ PANGO_SCRIPT_MENDE_KIKAKUI, /* Mend */
283
+ PANGO_SCRIPT_MODI, /* Modi */
284
+ PANGO_SCRIPT_MRO, /* Mroo */
285
+ PANGO_SCRIPT_NABATAEAN, /* Nbat */
286
+ PANGO_SCRIPT_OLD_NORTH_ARABIAN, /* Narb */
287
+ PANGO_SCRIPT_OLD_PERMIC, /* Perm */
288
+ PANGO_SCRIPT_PAHAWH_HMONG, /* Hmng */
289
+ PANGO_SCRIPT_PALMYRENE, /* Palm */
290
+ PANGO_SCRIPT_PAU_CIN_HAU, /* Pauc */
291
+ PANGO_SCRIPT_PSALTER_PAHLAVI, /* Phlp */
292
+ PANGO_SCRIPT_SIDDHAM, /* Sidd */
293
+ PANGO_SCRIPT_TIRHUTA, /* Tirh */
294
+ PANGO_SCRIPT_WARANG_CITI, /* Wara */
295
+
296
+ /* Unicode 8.0 additions */
297
+ PANGO_SCRIPT_AHOM, /* Ahom */
298
+ PANGO_SCRIPT_ANATOLIAN_HIEROGLYPHS, /* Hluw */
299
+ PANGO_SCRIPT_HATRAN, /* Hatr */
300
+ PANGO_SCRIPT_MULTANI, /* Mult */
301
+ PANGO_SCRIPT_OLD_HUNGARIAN, /* Hung */
302
+ PANGO_SCRIPT_SIGNWRITING /* Sgnw */
241
303
  } PangoScript;
242
304
 
243
305
  PangoScript pango_script_for_unichar (gunichar ch) G_GNUC_CONST;
@@ -28,21 +28,30 @@
28
28
 
29
29
  G_BEGIN_DECLS
30
30
 
31
+ G_DEPRECATED
31
32
  char ** pango_split_file_list (const char *str);
32
33
 
34
+ G_DEPRECATED
33
35
  char *pango_trim_string (const char *str);
36
+ G_DEPRECATED
34
37
  gint pango_read_line (FILE *stream,
35
38
  GString *str);
39
+ G_DEPRECATED
36
40
  gboolean pango_skip_space (const char **pos);
41
+ G_DEPRECATED
37
42
  gboolean pango_scan_word (const char **pos,
38
43
  GString *out);
44
+ G_DEPRECATED
39
45
  gboolean pango_scan_string (const char **pos,
40
46
  GString *out);
47
+ G_DEPRECATED
41
48
  gboolean pango_scan_int (const char **pos,
42
49
  int *out);
43
50
 
44
51
  #ifdef PANGO_ENABLE_BACKEND
52
+ G_DEPRECATED
45
53
  char * pango_config_key_get_system (const char *key);
54
+ G_DEPRECATED
46
55
  char * pango_config_key_get (const char *key);
47
56
  G_DEPRECATED
48
57
  void pango_lookup_aliases (const char *fontname,
@@ -50,6 +59,7 @@ void pango_lookup_aliases (const char *fontname,
50
59
  int *n_families);
51
60
  #endif /* PANGO_ENABLE_BACKEND */
52
61
 
62
+ G_DEPRECATED
53
63
  gboolean pango_parse_enum (GType type,
54
64
  const char *str,
55
65
  int *value,
@@ -84,12 +94,14 @@ gboolean pango_parse_stretch (const char *str,
84
94
  * stored in the registry). The returned string should not be
85
95
  * g_free'd.
86
96
  */
97
+ G_DEPRECATED
87
98
  const char * pango_get_sysconf_subdirectory (void) G_GNUC_PURE;
88
99
 
89
100
  /* Ditto for LIBDIR/pango. On Win32, use the same Pango
90
101
  * installation directory. This returned string should not be
91
102
  * g_free'd either.
92
103
  */
104
+ G_DEPRECATED
93
105
  const char * pango_get_lib_subdirectory (void) G_GNUC_PURE;
94
106
 
95
107
  #endif /* PANGO_ENABLE_BACKEND */
@@ -22,12 +22,10 @@
22
22
  #ifndef __PANGO_FC_FONT_H__
23
23
  #define __PANGO_FC_FONT_H__
24
24
 
25
+ #include <pango/pango.h>
25
26
  #include <ft2build.h>
26
27
  #include FT_FREETYPE_H
27
28
  #include <fontconfig/fontconfig.h>
28
- #include <pango/pango-font.h>
29
- #include <pango/pango-fontmap.h>
30
- #include <pango/pango-glyph.h>
31
29
 
32
30
  G_BEGIN_DECLS
33
31
 
@@ -93,13 +91,12 @@ struct _PangoFcFont
93
91
  * corresponding to the specified character.
94
92
  * @get_glyph: Gets the glyph that corresponds to the given
95
93
  * Unicode character.
96
- * @get_unknown_glyph: Gets the glyph that should be used to
97
- * display an unknown-glyph indication for the specified
98
- * Unicode character.
99
- * May be %NULL.
100
- * @shutdown: Performs any font-specific shutdown code that
101
- * needs to be done when pango_fc_font_map_shutdown is called.
102
- * May be %NULL.
94
+ * @get_unknown_glyph: (nullable): Gets the glyph that
95
+ * should be used to display an unknown-glyph indication
96
+ * for the specified Unicode character. May be %NULL.
97
+ * @shutdown: (nullable): Performs any font-specific
98
+ * shutdown code that needs to be done when
99
+ * pango_fc_font_map_shutdown is called. May be %NULL.
103
100
  *
104
101
  * Class structure for #PangoFcFont.
105
102
  **/
@@ -22,8 +22,8 @@
22
22
  #ifndef __PANGO_FC_FONT_MAP_H__
23
23
  #define __PANGO_FC_FONT_MAP_H__
24
24
 
25
+ #include <pango/pango.h>
25
26
  #include <fontconfig/fontconfig.h>
26
- #include <pango/pango-fontmap.h>
27
27
  #include <pango/pangofc-decoder.h>
28
28
  #include <pango/pangofc-font.h>
29
29
 
@@ -102,10 +102,10 @@ struct _PangoFcFontMap
102
102
 
103
103
  /**
104
104
  * PangoFcFontMapClass:
105
- * @default_substitute: Substitutes in default values for
106
- * unspecified fields in a #FcPattern. This will be called
107
- * prior to creating a font for the pattern. May be %NULL.
108
- * Deprecated in favor of @font_key_substitute().
105
+ * @default_substitute: (nullable): Substitutes in default
106
+ * values for unspecified fields in a #FcPattern. This will
107
+ * be called prior to creating a font for the pattern. May be
108
+ * %NULL. Deprecated in favor of @font_key_substitute().
109
109
  * @new_font: Creates a new #PangoFcFont for the specified
110
110
  * pattern of the appropriate type for this font map. The
111
111
  * @pattern argument must be passed to the "pattern" property
@@ -128,17 +128,17 @@ struct _PangoFcFontMap
128
128
  * @context_key_copy.
129
129
  * @context_key_hash: Gets a hash value for a context key
130
130
  * @context_key_equal: Compares two context keys for equality.
131
- * @fontset_key_substitute: Substitutes in default values for
132
- * unspecified fields in a #FcPattern. This will be called
133
- * prior to creating a font for the pattern. May be %NULL.
134
- * (Since: 1.24)
135
- * @create_font: Creates a new #PangoFcFont for the specified
136
- * pattern of the appropriate type for this font map using
137
- * information from the font key that is passed in. The
138
- * @pattern member of @font_key can be retrieved using
139
- * pango_fc_font_key_get_pattern() and must be passed to
140
- * the "pattern" property of #PangoFcFont when you call
141
- * g_object_new(). If %NULL, new_font() is used.
131
+ * @fontset_key_substitute: (nullable): Substitutes in
132
+ * default values for unspecified fields in a
133
+ * #FcPattern. This will be called prior to creating a font
134
+ * for the pattern. May be %NULL. (Since: 1.24)
135
+ * @create_font: (nullable): Creates a new #PangoFcFont for
136
+ * the specified pattern of the appropriate type for this
137
+ * font map using information from the font key that is
138
+ * passed in. The @pattern member of @font_key can be
139
+ * retrieved using pango_fc_font_key_get_pattern() and must
140
+ * be passed to the "pattern" property of #PangoFcFont when
141
+ * you call g_object_new(). If %NULL, new_font() is used.
142
142
  * (Since: 1.24)
143
143
  *
144
144
  * Class structure for #PangoFcFontMap.
@@ -197,6 +197,15 @@ GType pango_fc_font_map_get_type (void) G_GNUC_CONST;
197
197
 
198
198
  void pango_fc_font_map_cache_clear (PangoFcFontMap *fcfontmap);
199
199
 
200
+ void
201
+ pango_fc_font_map_config_changed (PangoFcFontMap *fcfontmap);
202
+
203
+ void
204
+ pango_fc_font_map_set_config (PangoFcFontMap *fcfontmap,
205
+ FcConfig *fcconfig);
206
+ FcConfig *
207
+ pango_fc_font_map_get_config (PangoFcFontMap *fcfontmap);
208
+
200
209
  /**
201
210
  * PangoFcDecoderFindFunc:
202
211
  * @pattern: a fully resolved #FcPattern specifying the font on the system
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  ********************************************************************************
3
- * Copyright (C) 1997-2014, International Business Machines
3
+ * Copyright (C) 1997-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  ********************************************************************************
6
6
  *
@@ -291,7 +291,7 @@ public:
291
291
  virtual int32_t next(int32_t n) = 0;
292
292
 
293
293
  /**
294
- * For RuleBasedBreakIterators, return the status tag from the
294
+ * For RuleBasedBreakIterators, return the status tag from the
295
295
  * break rule that determined the most recently
296
296
  * returned break position.
297
297
  * <p>
@@ -307,7 +307,7 @@ public:
307
307
  virtual int32_t getRuleStatus() const;
308
308
 
309
309
  /**
310
- * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
310
+ * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
311
311
  * that determined the most recently returned break position.
312
312
  * <p>
313
313
  * For break iterator types that do not support rule status,
@@ -623,8 +623,11 @@ protected:
623
623
  BreakIterator();
624
624
  /** @internal */
625
625
  BreakIterator (const BreakIterator &other) : UObject(other) {}
626
+ #ifndef U_HIDE_INTERNAL_API
626
627
  /** @internal */
627
628
  BreakIterator (const Locale& valid, const Locale& actual);
629
+ #endif /* U_HIDE_INTERNAL_API */
630
+
628
631
  private:
629
632
 
630
633
  /** @internal */
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  *******************************************************************************
3
- * Copyright (C) 2010-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: bytestriebuilder.h
@@ -141,6 +141,7 @@ private:
141
141
  virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; }
142
142
  virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
143
143
 
144
+ // don't use #ifndef U_HIDE_INTERNAL_API with private class members
144
145
  /**
145
146
  * @internal
146
147
  */
@@ -153,6 +154,7 @@ private:
153
154
  const char *s;
154
155
  };
155
156
 
157
+ // don't use #ifndef U_HIDE_INTERNAL_API with private class members or virtual methods.
156
158
  virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
157
159
  Node *nextNode) const;
158
160
 
@@ -1,15 +1,15 @@
1
1
  /*
2
2
  ******************************************************************************
3
- * Copyright (C) 1996-2015, International Business Machines
3
+ * Copyright (C) 1996-2016, International Business Machines
4
4
  * Corporation and others. All Rights Reserved.
5
5
  ******************************************************************************
6
6
  */
7
7
 
8
8
  /**
9
- * \file
9
+ * \file
10
10
  * \brief C++ API: Collation Service.
11
11
  */
12
-
12
+
13
13
  /**
14
14
  * File coll.h
15
15
  *
@@ -199,6 +199,9 @@ public:
199
199
  IDENTICAL = UCOL_IDENTICAL // 15
200
200
  };
201
201
 
202
+
203
+ // Cannot use #ifndef U_HIDE_DEPRECATED_API for the following, it is
204
+ // used by virtual methods that cannot have that conditional.
202
205
  /**
203
206
  * LESS is returned if source string is compared to be less than target
204
207
  * string in the compare() method.
@@ -479,7 +482,7 @@ public:
479
482
  * generated sort keys.
480
483
  * If the source string is null, a null collation key will be returned.
481
484
  *
482
- * Note that sort keys are often less efficient than simply doing comparison.
485
+ * Note that sort keys are often less efficient than simply doing comparison.
483
486
  * For more details, see the ICU User Guide.
484
487
  *
485
488
  * @param source the source string to be transformed into a sort key.
@@ -501,7 +504,7 @@ public:
501
504
  * generated sort keys.
502
505
  * <p>If the source string is null, a null collation key will be returned.
503
506
  *
504
- * Note that sort keys are often less efficient than simply doing comparison.
507
+ * Note that sort keys are often less efficient than simply doing comparison.
505
508
  * For more details, see the ICU User Guide.
506
509
  *
507
510
  * @param source the source string to be transformed into a sort key.
@@ -616,7 +619,7 @@ public:
616
619
  * @see Collator#setReorderCodes
617
620
  * @see UScriptCode
618
621
  * @see UColReorderCode
619
- * @stable ICU 4.8
622
+ * @stable ICU 4.8
620
623
  */
621
624
  virtual int32_t getReorderCodes(int32_t *dest,
622
625
  int32_t destCapacity,
@@ -626,7 +629,7 @@ public:
626
629
  * Sets the ordering of scripts for this collator.
627
630
  *
628
631
  * <p>The reordering codes are a combination of script codes and reorder codes.
629
- * @param reorderCodes An array of script codes in the new order. This can be NULL if the
632
+ * @param reorderCodes An array of script codes in the new order. This can be NULL if the
630
633
  * length is also set to 0. An empty array will clear any reordering codes on the collator.
631
634
  * @param reorderCodesLength The length of reorderCodes.
632
635
  * @param status error code
@@ -635,7 +638,7 @@ public:
635
638
  * @see Collator#getEquivalentReorderCodes
636
639
  * @see UScriptCode
637
640
  * @see UColReorderCode
638
- * @stable ICU 4.8
641
+ * @stable ICU 4.8
639
642
  */
640
643
  virtual void setReorderCodes(const int32_t* reorderCodes,
641
644
  int32_t reorderCodesLength,
@@ -647,11 +650,11 @@ public:
647
650
  * Beginning with ICU 55, scripts only reorder together if they are primary-equal,
648
651
  * for example Hiragana and Katakana.
649
652
  *
650
- * @param reorderCode The reorder code to determine equivalence for.
653
+ * @param reorderCode The reorder code to determine equivalence for.
651
654
  * @param dest The array to fill with the script equivalence reordering codes.
652
- * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the
655
+ * @param destCapacity The length of dest. If it is 0, then dest may be NULL and the
653
656
  * function will only return the length of the result without writing any codes (pre-flighting).
654
- * @param status A reference to an error code value, which must not indicate
657
+ * @param status A reference to an error code value, which must not indicate
655
658
  * a failure before the function call.
656
659
  * @return The length of the of the reordering code equivalence array.
657
660
  * @see ucol_setReorderCodes
@@ -659,7 +662,7 @@ public:
659
662
  * @see Collator#setReorderCodes
660
663
  * @see UScriptCode
661
664
  * @see UColReorderCode
662
- * @stable ICU 4.8
665
+ * @stable ICU 4.8
663
666
  */
664
667
  static int32_t U_EXPORT2 getEquivalentReorderCodes(int32_t reorderCode,
665
668
  int32_t* dest,
@@ -981,7 +984,7 @@ public:
981
984
  * Sort key byte arrays are zero-terminated and can be compared using
982
985
  * strcmp().
983
986
  *
984
- * Note that sort keys are often less efficient than simply doing comparison.
987
+ * Note that sort keys are often less efficient than simply doing comparison.
985
988
  * For more details, see the ICU User Guide.
986
989
  *
987
990
  * @param source string to be processed.
@@ -1001,7 +1004,7 @@ public:
1001
1004
  * Sort key byte arrays are zero-terminated and can be compared using
1002
1005
  * strcmp().
1003
1006
  *
1004
- * Note that sort keys are often less efficient than simply doing comparison.
1007
+ * Note that sort keys are often less efficient than simply doing comparison.
1005
1008
  * For more details, see the ICU User Guide.
1006
1009
  *
1007
1010
  * @param source string to be processed.
@@ -1111,18 +1114,18 @@ public:
1111
1114
  virtual void setLocales(const Locale& requestedLocale, const Locale& validLocale, const Locale& actualLocale);
1112
1115
 
1113
1116
  /** Get the short definition string for a collator. This internal API harvests the collator's
1114
- * locale and the attribute set and produces a string that can be used for opening
1117
+ * locale and the attribute set and produces a string that can be used for opening
1115
1118
  * a collator with the same attributes using the ucol_openFromShortString API.
1116
1119
  * This string will be normalized.
1117
1120
  * The structure and the syntax of the string is defined in the "Naming collators"
1118
- * section of the users guide:
1121
+ * section of the users guide:
1119
1122
  * http://userguide.icu-project.org/collation/concepts#TOC-Collator-naming-scheme
1120
1123
  * This function supports preflighting.
1121
- *
1124
+ *
1122
1125
  * This is internal, and intended to be used with delegate converters.
1123
1126
  *
1124
1127
  * @param locale a locale that will appear as a collators locale in the resulting
1125
- * short string definition. If NULL, the locale will be harvested
1128
+ * short string definition. If NULL, the locale will be harvested
1126
1129
  * from the collator.
1127
1130
  * @param buffer space to hold the resulting string
1128
1131
  * @param capacity capacity of the buffer