Home | History | Annotate | Download | only in impl

Lines Matching defs:units

49    * - Units repeat in levels of 10,000, there are symbols for each level too (except 1's).
52 * - Sequences of 0 digits and their units are replaced by a single 0 and no unit.
56 * - Level symbols are omitted if all of their units are omitted
70 char[] buf = new char[40]; // as long as we get, and actually we can't get this high, no units past zhao
88 buf[--x] = zh.units[u++];
161 if (i < buf.length - 1 && buf[i+1] == zh.units[0]) continue;
162 if (i > x && (buf[i-1] == zh.units[0] || buf[i-1] == zh.digits[0] || buf[i-1] == '*')) continue;
168 if (buf[x] == zh.digits[1] && (zh.ko || buf[x+1] == zh.units[0])) {
194 final char[] units;
199 ChineseDigits(String digits, String units, String levels, char liang, boolean ko) {
201 this.units = units.toCharArray();
223 // not sure if there are 'ling' units