Lines Matching refs:and
4 // * Corporation and others. All Rights Reserved.
21 // number's integral part is substituted for the <<, and
47 // here, it refers to both the ones place and the tens place.
48 // The meanings of the << and >> tokens depend on the base value
52 // divisor, and the integral quotient is used to get the text
60 // rule for 100: Again, the << and >> tokens depend on the
63 // rules between 1,000 and 1,000,000.
73 // being formatted by this rule and place the result where
76 // be formatted with a DecimalFormat object, and that it
78 // digit, and a thousands separator.
82 // the same, except that it introduces "and" before the ones digit
83 // when appropriate (basically, between the tens and ones digits) and
86 // negative-number and fraction rules. These are the same
93 // for values from 100 to 9,999 use %%and to decide whether or
94 // not to interpose the "and"
95 "100: mija[ >%%and>];\n"
96 "200: mitejn[ >%%and>];\n"
97 "300: tlett mija[ >%%and>];\n"
98 "400: erbgħa mija[ >%%and>];\n"
99 "500: ħames mija[ >%%and>];\n"
100 "600: sitt mija[ >%%and>];\n"
101 "700: sebgħa mija[ >%%and>];\n"
102 "800: tmin mija[ >%%and>];\n"
103 "900: disgħa mija[ >%%and>];\n"
104 "1000: << elf[ >%%and>];\n"
105 // for values of 100,000 and up, use %%commas to interpose the
106 // commas in the right places (and also to interpose the "and")
113 // add the "and"; if it's less than 100, add "and" before the last
115 "%%and:\n"
120 // for values below 100, add "and" (the apostrophe at the
124 "' and =%default=;\n"
131 // and so on...
139 // ignores hyphens, making "twenty one" and "twenty-one" parse
150 // take care of singular and plural forms of "second"
158 // this rule set takes care of the singular and plural forms
162 // this rule set takes care of the singular and plural forms
174 // ...and %%hr-min-sec is used for values of 3,600 seconds
175 // and above
183 // shown, and always shown with two digits
189 // as delimiters between hours, minutes, and seconds