src/jdk.localedata/share/classes/sun/util/cldr/resources/common/supplemental/pluralRanges.xml
changeset 47216 71c04702a3d5
parent 38747 469920616f3a
child 50576 374bd919d8fe
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     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">
       
    61 			<pluralRange start="zero"  end="zero"  result="other"/>
       
    62 			<pluralRange start="zero"  end="one"   result="one"/>
       
    63 			<pluralRange start="zero"  end="other" result="other"/>
       
    64 			<pluralRange start="one"   end="zero"  result="other"/>
       
    65 			<pluralRange start="one"   end="one"   result="one"/>
       
    66 			<pluralRange start="one"   end="other" result="other"/>
       
    67 			<pluralRange start="other" end="zero"  result="other"/>
       
    68 			<pluralRange start="other" end="one"   result="one"/>
       
    69 			<pluralRange start="other" end="other" result="other"/>
       
    70 		</pluralRanges>
       
    71 
       
    72 <!-- one, few, other -->
       
    73 		<pluralRanges locales="ro">
       
    74 			<pluralRange start="one"   end="few"   result="few"/>
       
    75 			<pluralRange start="one"   end="other" result="other"/>
       
    76 			<pluralRange start="few"   end="one"   result="few"/>
       
    77 			<pluralRange start="few"   end="few"   result="few"/>
       
    78 			<pluralRange start="few"   end="other" result="other"/>
       
    79 			<pluralRange start="other" end="few"   result="few"/>
       
    80 			<pluralRange start="other" end="other" result="other"/>
       
    81 		</pluralRanges>
       
    82 		<pluralRanges locales="bs hr sr">
       
    83 			<pluralRange start="one"   end="one"   result="one"/>
       
    84 			<pluralRange start="one"   end="few"   result="few"/>
       
    85 			<pluralRange start="one"   end="other" result="other"/>
       
    86 			<pluralRange start="few"   end="one"   result="one"/>
       
    87 			<pluralRange start="few"   end="few"   result="few"/>
       
    88 			<pluralRange start="few"   end="other" result="other"/>
       
    89 			<pluralRange start="other" end="one"   result="one"/>
       
    90 			<pluralRange start="other" end="few"   result="few"/>
       
    91 			<pluralRange start="other" end="other" result="other"/>
       
    92 		</pluralRanges>
       
    93 
       
    94 <!-- one, two, few, other -->
       
    95 		<pluralRanges locales="sl">
       
    96 			<pluralRange start="one"   end="one"   result="few"/>
       
    97 			<pluralRange start="one"   end="two"   result="two"/>
       
    98 			<pluralRange start="one"   end="few"   result="few"/>
       
    99 			<pluralRange start="one"   end="other" result="other"/>
       
   100 			<pluralRange start="two"   end="one"   result="few"/>
       
   101 			<pluralRange start="two"   end="two"   result="two"/>
       
   102 			<pluralRange start="two"   end="few"   result="few"/>
       
   103 			<pluralRange start="two"   end="other" result="other"/>
       
   104 			<pluralRange start="few"   end="one"   result="few"/>
       
   105 			<pluralRange start="few"   end="two"   result="two"/>
       
   106 			<pluralRange start="few"   end="few"   result="few"/>
       
   107 			<pluralRange start="few"   end="other" result="other"/>
       
   108 			<pluralRange start="other" end="one"   result="few"/>
       
   109 			<pluralRange start="other" end="two"   result="two"/>
       
   110 			<pluralRange start="other" end="few"   result="few"/>
       
   111 			<pluralRange start="other" end="other" result="other"/>
       
   112 		</pluralRanges>
       
   113 
       
   114 <!-- one, two, many, other -->
       
   115 		<pluralRanges locales="he">
       
   116 			<pluralRange start="one"   end="two"   result="other"/>
       
   117 			<pluralRange start="one"   end="many"  result="many"/>
       
   118 			<pluralRange start="one"   end="other" result="other"/>
       
   119 			<pluralRange start="two"   end="many"  result="other"/>
       
   120 			<pluralRange start="two"   end="other" result="other"/>
       
   121 			<pluralRange start="many"  end="many"  result="many"/>
       
   122 			<pluralRange start="many"  end="other" result="many"/>
       
   123 			<pluralRange start="other" end="one"   result="other"/>
       
   124 			<pluralRange start="other" end="two"   result="other"/>
       
   125 			<pluralRange start="other" end="many"  result="many"/>
       
   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"/>
       
   185 			<pluralRange start="other" end="many"  result="many"/>
       
   186 			<pluralRange start="other" end="other" result="other"/>
       
   187 		</pluralRanges>
       
   188 		<pluralRanges locales="ar">
       
   189 			<pluralRange start="zero"  end="one"   result="zero"/>
       
   190 			<pluralRange start="zero"  end="two"   result="zero"/>
       
   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="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>