Lines Matching full:cc
39 var alphabet, cc, caseChanged, ee, i, isNum, length, str,
45 if (!vv.cc || vv.ee > MAX_EXP) {
46 xx.cc = xx.ee = null;
48 xx.cc = [xx.ee = 0];
51 xx.cc = vv.cc.slice();
61 xx.cc = xx.ee = null;
64 xx.cc = [vv];
106 if (alphabet.indexOf(cc = str.charAt(i)) < 0) {
107 if (cc == '.') {
139 xx.cc = xx.ee = null;
141 xx.cc = [xx.ee = 0];
144 xx.cc = [];
149 if (i) xx.cc.push(+str.slice(0, i));
152 xx.cc.push(+str.slice(i, i += LOG_BASE));
161 xx.cc.push(+str);
166 xx.cc = [xx.ee = 0];