src/jdk.localedata/share/classes/sun/text/resources/mt/MT/FormatData_mt_MT.java

Print this page




  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  52  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  54  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written
  59  * authorization of the copyright holder.
  60  */
  61 
  62 package sun.text.resources.mt;
  63 
  64 import sun.util.resources.ParallelListResourceBundle;
  65 
  66 public class FormatData_mt_MT extends ParallelListResourceBundle {
  67     protected final Object[][] getContents() {
  68         return new Object[][] {
  69             { "NumberPatterns",
  70                 new String[] {
  71                     "#,##0.###",
  72                     "\u00a4#,##0.00",
  73                     "#,##0%",
  74                 }
  75             },
  76         };
  77     }
  78 }


  42  * documentation, and (c) there is clear notice in each modified Data File or
  43  * in the Software as well as in the documentation associated with the Data
  44  * File(s) or Software that the data or software has been modified.
  45  *
  46  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  47  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  48  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  49  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  50  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  51  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  52  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  53  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  54  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  55  *
  56  * Except as contained in this notice, the name of a copyright holder shall not
  57  * be used in advertising or otherwise to promote the sale, use or other
  58  * dealings in these Data Files or Software without prior written
  59  * authorization of the copyright holder.
  60  */
  61 
  62 package sun.text.resources.mt.MT;
  63 
  64 import sun.util.resources.ParallelListResourceBundle;
  65 
  66 public class FormatData_mt_MT extends ParallelListResourceBundle {
  67     protected final Object[][] getContents() {
  68         return new Object[][] {
  69             { "NumberPatterns",
  70                 new String[] {
  71                     "#,##0.###",
  72                     "\u00a4#,##0.00",
  73                     "#,##0%",
  74                 }
  75             },
  76         };
  77     }
  78 }