blob: 424d0d9568515e60c5741b0a411d9a6b435f3402 [file] [log] [blame]
Jean-Baptiste Querub0ac9372009-07-20 15:09:32 -07001// ***************************************************************************
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07002// *
Jean-Baptiste Querub0ac9372009-07-20 15:09:32 -07003// * Copyright (C) 2009 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/rbnf/ja.xml
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -07007// *
8// ***************************************************************************
Jean-Baptiste Querub0ac9372009-07-20 15:09:32 -07009/**
10 * ICU <specials> source: <path>/xml/rbnf/ja.xml
11 */
12ja{
13 RBNFRules{
14 OrdinalRules{
15 "%digits-ordinal:",
16 "0: \u7B2C=#,###0=;",
17 "-x: \u7B2C\u2212>#,###0>;",
18 }
19 SpelloutRules{
20 "%spellout-cardinal:",
21 "0: \u3007;",
22 "1: \u4E00;",
23 "2: \u4E8C;",
24 "3: \u4E09;",
25 "4: \u56DB;",
26 "5: \u4E94;",
27 "6: \u516D;",
28 "7: \u4E03;",
29 "8: \u516B;",
30 "9: \u4E5D;",
31 "10: \u5341[>>];",
32 "20: <<\u5341[>>];",
33 "100: \u767E[>>];",
34 "200: <<\u767E[>>];",
35 "1000: \u5343[>>];",
36 "2000: <<\u5343[>>];",
37 "10000: <<\u4E07[>>];",
38 "100000000: <<\u5104[>>];",
39 "1000000000000: <<\u5146[>>];",
40 "10000000000000000: <<\u4EAC[>>];",
41 "1000000000000000000: =#,###0=;",
42 "-x: \u30DE\u30A4\u30CA\u30B9>>;",
43 "x.x: <<\u30FB>>>;",
44 "%spellout-cardinal-financial:",
45 "0: \u96F6;",
46 "1: \u58F1;",
47 "2: \u5F10;",
48 "3: \u53C2;",
49 "4: \u56DB;",
50 "5: \u4F0D;",
51 "6: \u516D;",
52 "7: \u4E03;",
53 "8: \u516B;",
54 "9: \u4E5D;",
55 "10: \u62FE[>>];",
56 "20: <<\u62FE[>>];",
57 "100: <<\u767E[>>];",
58 "1000: <<\u5343[>>];",
59 "10000: <<\u842C[>>];",
60 "100000000: <<\u5104[>>];",
61 "1000000000000: <<\u5146[>>];",
62 "10000000000000000: <<\u4EAC[>>];",
63 "1000000000000000000: =#,###0=;",
64 "-x: \u30DE\u30A4\u30CA\u30B9>>;",
65 "x.x: <<\u70B9>>>;",
66 "%spellout-numbering:",
67 "0: =%spellout-cardinal=;",
68 "%spellout-numbering-year:",
69 "0: =%spellout-numbering=;",
70 "x.x: =#,###0.#=;",
71 "%spellout-ordinal:",
72 "0: \u7B2C=%spellout-numbering=;",
73 "x.x: =#,###0.#=;",
74 }
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070075 }
Jean-Baptiste Querub0ac9372009-07-20 15:09:32 -070076 Version{"1.6"}
Jean-Baptiste Querub13da9d2009-07-17 17:53:22 -070077}