< prev index next >

src/jdk.localedata/share/classes/sun/util/cldr/resources/common/supplemental/pluralRanges.xml

Print this page


   1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
   3 <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 
   4         For terms of use, see http://www.unicode.org/copyright.html -->
   5 <supplementalData>
   6         <version number="$Revision: 11914 $" />
   7         <plurals> <!-- Format with GeneratePluralRanges.java -->
   8 

   9 <!-- other -->
  10                 <pluralRanges locales="id ja km ko lo ms my th vi zh">
  11                         <pluralRange start="other" end="other" result="other"/>
  12                 </pluralRanges>
  13 
  14 <!-- one, other -->
  15                 <pluralRanges locales="am bn fr gu hi hy kn mr pa zu">
  16                         <pluralRange start="one"   end="one"   result="one"/>
  17                         <pluralRange start="one"   end="other" result="other"/>
  18                         <pluralRange start="other" end="other" result="other"/>
  19                 </pluralRanges>
  20                 <pluralRanges locales="fa">
  21                         <pluralRange start="one"   end="one"   result="other"/>
  22                         <pluralRange start="one"   end="other" result="other"/>
  23                         <pluralRange start="other" end="other" result="other"/>
  24                 </pluralRanges>
  25                 <pluralRanges locales="ka">
  26                         <pluralRange start="one"   end="other" result="one"/>
  27                         <pluralRange start="other" end="one"   result="other"/>
  28                         <pluralRange start="other" end="other" result="other"/>
  29                 </pluralRanges>
  30                 <pluralRanges locales="az de el gl hu it kk ky ml mn ne nl pt sq sw ta te tr ug uz">
  31                         <pluralRange start="one"   end="other" result="other"/>
  32                         <pluralRange start="other" end="one"   result="one"/>
  33                         <pluralRange start="other" end="other" result="other"/>
  34                 </pluralRanges>
  35                 <pluralRanges locales="af bg ca en es et eu fi nb sv ur">
  36                         <pluralRange start="one"   end="other" result="other"/>
  37                         <pluralRange start="other" end="one"   result="other"/>
  38                         <pluralRange start="other" end="other" result="other"/>
  39                 </pluralRanges>
  40                 <pluralRanges locales="da fil is">
  41                         <pluralRange start="one"   end="one"   result="one"/>
  42                         <pluralRange start="one"   end="other" result="other"/>
  43                         <pluralRange start="other" end="one"   result="one"/>
  44                         <pluralRange start="other" end="other" result="other"/>
  45                 </pluralRanges>
  46                 <pluralRanges locales="si">
  47                         <pluralRange start="one"   end="one"   result="one"/>
  48                         <pluralRange start="one"   end="other" result="other"/>
  49                         <pluralRange start="other" end="one"   result="other"/>
  50                         <pluralRange start="other" end="other" result="other"/>
  51                 </pluralRanges>
  52                 <pluralRanges locales="mk">
  53                         <pluralRange start="one"   end="one"   result="other"/>
  54                         <pluralRange start="one"   end="other" result="other"/>
  55                         <pluralRange start="other" end="one"   result="other"/>
  56                         <pluralRange start="other" end="other" result="other"/>
  57                 </pluralRanges>
  58 
  59 <!-- zero, one, other -->
  60                 <pluralRanges locales="lv">


 126                         <pluralRange start="other" end="other" result="other"/>
 127                 </pluralRanges>
 128 
 129 <!-- one, few, many, other -->
 130                 <pluralRanges locales="cs pl sk">
 131                         <pluralRange start="one"   end="few"   result="few"/>
 132                         <pluralRange start="one"   end="many"  result="many"/>
 133                         <pluralRange start="one"   end="other" result="other"/>
 134                         <pluralRange start="few"   end="few"   result="few"/>
 135                         <pluralRange start="few"   end="many"  result="many"/>
 136                         <pluralRange start="few"   end="other" result="other"/>
 137                         <pluralRange start="many"  end="one"   result="one"/>
 138                         <pluralRange start="many"  end="few"   result="few"/>
 139                         <pluralRange start="many"  end="many"  result="many"/>
 140                         <pluralRange start="many"  end="other" result="other"/>
 141                         <pluralRange start="other" end="one"   result="one"/>
 142                         <pluralRange start="other" end="few"   result="few"/>
 143                         <pluralRange start="other" end="many"  result="many"/>
 144                         <pluralRange start="other" end="other" result="other"/>
 145                 </pluralRanges>
 146                 <pluralRanges locales="lt ru uk">
 147                         <pluralRange start="one"   end="one"   result="one"/>
 148                         <pluralRange start="one"   end="few"   result="few"/>
 149                         <pluralRange start="one"   end="many"  result="many"/>
 150                         <pluralRange start="one"   end="other" result="other"/>
 151                         <pluralRange start="few"   end="one"   result="one"/>
 152                         <pluralRange start="few"   end="few"   result="few"/>
 153                         <pluralRange start="few"   end="many"  result="many"/>
 154                         <pluralRange start="few"   end="other" result="other"/>
 155                         <pluralRange start="many"  end="one"   result="one"/>
 156                         <pluralRange start="many"  end="few"   result="few"/>
 157                         <pluralRange start="many"  end="many"  result="many"/>
 158                         <pluralRange start="many"  end="other" result="other"/>
 159                         <pluralRange start="other" end="one"   result="one"/>
 160                         <pluralRange start="other" end="few"   result="few"/>
 161                         <pluralRange start="other" end="many"  result="many"/>
 162                         <pluralRange start="other" end="other" result="other"/>
 163                 </pluralRanges>
 164 





















 165 <!-- zero, one, two, few, many, other -->
 166                 <pluralRanges locales="cy">
 167                         <pluralRange start="zero"  end="one"   result="one"/>
 168                         <pluralRange start="zero"  end="two"   result="two"/>
 169                         <pluralRange start="zero"  end="few"   result="few"/>
 170                         <pluralRange start="zero"  end="many"  result="many"/>
 171                         <pluralRange start="zero"  end="other" result="other"/>
 172                         <pluralRange start="one"   end="two"   result="two"/>
 173                         <pluralRange start="one"   end="few"   result="few"/>
 174                         <pluralRange start="one"   end="many"  result="many"/>
 175                         <pluralRange start="one"   end="other" result="other"/>
 176                         <pluralRange start="two"   end="few"   result="few"/>
 177                         <pluralRange start="two"   end="many"  result="many"/>
 178                         <pluralRange start="two"   end="other" result="other"/>
 179                         <pluralRange start="few"   end="many"  result="many"/>
 180                         <pluralRange start="few"   end="other" result="other"/>
 181                         <pluralRange start="many"  end="other" result="other"/>
 182                         <pluralRange start="other" end="one"   result="one"/>
 183                         <pluralRange start="other" end="two"   result="two"/>
 184                         <pluralRange start="other" end="few"   result="few"/>


 193                         <pluralRange start="zero"  end="other" result="other"/>
 194                         <pluralRange start="one"   end="two"   result="other"/>
 195                         <pluralRange start="one"   end="few"   result="few"/>
 196                         <pluralRange start="one"   end="many"  result="many"/>
 197                         <pluralRange start="one"   end="other" result="other"/>
 198                         <pluralRange start="two"   end="few"   result="few"/>
 199                         <pluralRange start="two"   end="many"  result="many"/>
 200                         <pluralRange start="two"   end="other" result="other"/>
 201                         <pluralRange start="few"   end="few"   result="few"/>
 202                         <pluralRange start="few"   end="many"  result="many"/>
 203                         <pluralRange start="few"   end="other" result="other"/>
 204                         <pluralRange start="many"  end="few"   result="few"/>
 205                         <pluralRange start="many"  end="many"  result="many"/>
 206                         <pluralRange start="many"  end="other" result="other"/>
 207                         <pluralRange start="other" end="one"   result="other"/>
 208                         <pluralRange start="other" end="two"   result="other"/>
 209                         <pluralRange start="other" end="few"   result="few"/>
 210                         <pluralRange start="other" end="many"  result="many"/>
 211                         <pluralRange start="other" end="other" result="other"/>
 212                 </pluralRanges>

 213         </plurals>
 214 </supplementalData>
   1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
   3 <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 
   4         For terms of use, see http://www.unicode.org/copyright.html -->
   5 <supplementalData>
   6         <version number="$Revision: 13819 $" />
   7         <plurals> <!-- Format with GeneratePluralRanges.java -->
   8 
   9 
  10 <!-- other -->
  11                 <pluralRanges locales="id ja km ko lo ms my th vi yue zh">
  12                         <pluralRange start="other" end="other" result="other"/>
  13                 </pluralRanges>
  14 
  15 <!-- one, other -->
  16                 <pluralRanges locales="am as bn fr gu hi hy kn mr ps pt zu">
  17                         <pluralRange start="one"   end="one"   result="one"/>
  18                         <pluralRange start="one"   end="other" result="other"/>
  19                         <pluralRange start="other" end="other" result="other"/>
  20                 </pluralRanges>
  21                 <pluralRanges locales="ak fa or sd">
  22                         <pluralRange start="one"   end="one"   result="other"/>
  23                         <pluralRange start="one"   end="other" result="other"/>
  24                         <pluralRange start="other" end="other" result="other"/>
  25                 </pluralRanges>
  26                 <pluralRanges locales="ka">
  27                         <pluralRange start="one"   end="other" result="one"/>
  28                         <pluralRange start="other" end="one"   result="other"/>
  29                         <pluralRange start="other" end="other" result="other"/>
  30                 </pluralRanges>
  31                 <pluralRanges locales="az de el gl gsw hu it kk ky ml mn ne nl scn sq sw ta te tk tr ug uz">
  32                         <pluralRange start="one"   end="other" result="other"/>
  33                         <pluralRange start="other" end="one"   result="one"/>
  34                         <pluralRange start="other" end="other" result="other"/>
  35                 </pluralRanges>
  36                 <pluralRanges locales="af bg ca en es et eu fi io nb sv ur">
  37                         <pluralRange start="one"   end="other" result="other"/>
  38                         <pluralRange start="other" end="one"   result="other"/>
  39                         <pluralRange start="other" end="other" result="other"/>
  40                 </pluralRanges>
  41                 <pluralRanges locales="da fil is pa">
  42                         <pluralRange start="one"   end="one"   result="one"/>
  43                         <pluralRange start="one"   end="other" result="other"/>
  44                         <pluralRange start="other" end="one"   result="one"/>
  45                         <pluralRange start="other" end="other" result="other"/>
  46                 </pluralRanges>
  47                 <pluralRanges locales="si">
  48                         <pluralRange start="one"   end="one"   result="one"/>
  49                         <pluralRange start="one"   end="other" result="other"/>
  50                         <pluralRange start="other" end="one"   result="other"/>
  51                         <pluralRange start="other" end="other" result="other"/>
  52                 </pluralRanges>
  53                 <pluralRanges locales="mk">
  54                         <pluralRange start="one"   end="one"   result="other"/>
  55                         <pluralRange start="one"   end="other" result="other"/>
  56                         <pluralRange start="other" end="one"   result="other"/>
  57                         <pluralRange start="other" end="other" result="other"/>
  58                 </pluralRanges>
  59 
  60 <!-- zero, one, other -->
  61                 <pluralRanges locales="lv">


 127                         <pluralRange start="other" end="other" result="other"/>
 128                 </pluralRanges>
 129 
 130 <!-- one, few, many, other -->
 131                 <pluralRanges locales="cs pl sk">
 132                         <pluralRange start="one"   end="few"   result="few"/>
 133                         <pluralRange start="one"   end="many"  result="many"/>
 134                         <pluralRange start="one"   end="other" result="other"/>
 135                         <pluralRange start="few"   end="few"   result="few"/>
 136                         <pluralRange start="few"   end="many"  result="many"/>
 137                         <pluralRange start="few"   end="other" result="other"/>
 138                         <pluralRange start="many"  end="one"   result="one"/>
 139                         <pluralRange start="many"  end="few"   result="few"/>
 140                         <pluralRange start="many"  end="many"  result="many"/>
 141                         <pluralRange start="many"  end="other" result="other"/>
 142                         <pluralRange start="other" end="one"   result="one"/>
 143                         <pluralRange start="other" end="few"   result="few"/>
 144                         <pluralRange start="other" end="many"  result="many"/>
 145                         <pluralRange start="other" end="other" result="other"/>
 146                 </pluralRanges>
 147                 <pluralRanges locales="be lt ru uk">
 148                         <pluralRange start="one"   end="one"   result="one"/>
 149                         <pluralRange start="one"   end="few"   result="few"/>
 150                         <pluralRange start="one"   end="many"  result="many"/>
 151                         <pluralRange start="one"   end="other" result="other"/>
 152                         <pluralRange start="few"   end="one"   result="one"/>
 153                         <pluralRange start="few"   end="few"   result="few"/>
 154                         <pluralRange start="few"   end="many"  result="many"/>
 155                         <pluralRange start="few"   end="other" result="other"/>
 156                         <pluralRange start="many"  end="one"   result="one"/>
 157                         <pluralRange start="many"  end="few"   result="few"/>
 158                         <pluralRange start="many"  end="many"  result="many"/>
 159                         <pluralRange start="many"  end="other" result="other"/>
 160                         <pluralRange start="other" end="one"   result="one"/>
 161                         <pluralRange start="other" end="few"   result="few"/>
 162                         <pluralRange start="other" end="many"  result="many"/>
 163                         <pluralRange start="other" end="other" result="other"/>
 164                 </pluralRanges>
 165 
 166 <!-- one, two, few, many, other -->
 167                 <pluralRanges locales="ga">
 168                         <pluralRange start="one"   end="two"   result="two"/>
 169                         <pluralRange start="one"   end="few"   result="few"/>
 170                         <pluralRange start="one"   end="many"  result="many"/>
 171                         <pluralRange start="one"   end="other" result="other"/>
 172                         <pluralRange start="two"   end="few"   result="few"/>
 173                         <pluralRange start="two"   end="many"  result="many"/>
 174                         <pluralRange start="two"   end="other" result="other"/>
 175                         <pluralRange start="few"   end="few"   result="few"/>
 176                         <pluralRange start="few"   end="many"  result="many"/>
 177                         <pluralRange start="few"   end="other" result="other"/>
 178                         <pluralRange start="many"  end="many"  result="many"/>
 179                         <pluralRange start="many"  end="other" result="other"/>
 180                         <pluralRange start="other" end="one"   result="one"/>
 181                         <pluralRange start="other" end="two"   result="two"/>
 182                         <pluralRange start="other" end="few"   result="few"/>
 183                         <pluralRange start="other" end="many"  result="many"/>
 184                         <pluralRange start="other" end="other" result="other"/>
 185                 </pluralRanges>
 186 
 187 <!-- zero, one, two, few, many, other -->
 188                 <pluralRanges locales="cy">
 189                         <pluralRange start="zero"  end="one"   result="one"/>
 190                         <pluralRange start="zero"  end="two"   result="two"/>
 191                         <pluralRange start="zero"  end="few"   result="few"/>
 192                         <pluralRange start="zero"  end="many"  result="many"/>
 193                         <pluralRange start="zero"  end="other" result="other"/>
 194                         <pluralRange start="one"   end="two"   result="two"/>
 195                         <pluralRange start="one"   end="few"   result="few"/>
 196                         <pluralRange start="one"   end="many"  result="many"/>
 197                         <pluralRange start="one"   end="other" result="other"/>
 198                         <pluralRange start="two"   end="few"   result="few"/>
 199                         <pluralRange start="two"   end="many"  result="many"/>
 200                         <pluralRange start="two"   end="other" result="other"/>
 201                         <pluralRange start="few"   end="many"  result="many"/>
 202                         <pluralRange start="few"   end="other" result="other"/>
 203                         <pluralRange start="many"  end="other" result="other"/>
 204                         <pluralRange start="other" end="one"   result="one"/>
 205                         <pluralRange start="other" end="two"   result="two"/>
 206                         <pluralRange start="other" end="few"   result="few"/>


 215                         <pluralRange start="zero"  end="other" result="other"/>
 216                         <pluralRange start="one"   end="two"   result="other"/>
 217                         <pluralRange start="one"   end="few"   result="few"/>
 218                         <pluralRange start="one"   end="many"  result="many"/>
 219                         <pluralRange start="one"   end="other" result="other"/>
 220                         <pluralRange start="two"   end="few"   result="few"/>
 221                         <pluralRange start="two"   end="many"  result="many"/>
 222                         <pluralRange start="two"   end="other" result="other"/>
 223                         <pluralRange start="few"   end="few"   result="few"/>
 224                         <pluralRange start="few"   end="many"  result="many"/>
 225                         <pluralRange start="few"   end="other" result="other"/>
 226                         <pluralRange start="many"  end="few"   result="few"/>
 227                         <pluralRange start="many"  end="many"  result="many"/>
 228                         <pluralRange start="many"  end="other" result="other"/>
 229                         <pluralRange start="other" end="one"   result="other"/>
 230                         <pluralRange start="other" end="two"   result="other"/>
 231                         <pluralRange start="other" end="few"   result="few"/>
 232                         <pluralRange start="other" end="many"  result="many"/>
 233                         <pluralRange start="other" end="other" result="other"/>
 234                 </pluralRanges>
 235 
 236         </plurals>
 237 </supplementalData>
< prev index next >