Home | History | Annotate | Download | only in impl

Lines Matching defs:units

45    * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
48 * - Sequences of 0 digits and their units are replaced by a single 0 and no unit.
52 * - Level symbols are omitted if all of their units are omitted
66 char[] buf = new char[40]; // as long as we get, and actually we can't get this high, no units past zhao
84 buf[--x] = zh.units[u++];
157 if (i < buf.length - 1 && buf[i+1] == zh.units[0]) continue;
158 if (i > x && (buf[i-1] == zh.units[0] || buf[i-1] == zh.digits[0] || buf[i-1] == '*')) continue;
164 if (buf[x] == zh.digits[1] && (zh.ko || buf[x+1] == zh.units[0])) {
190 final char[] units;
195 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) {
197 this.units = units.toCharArray();
219 // not sure if there are 'ling' units