Searched refs:readNumber (Results 1 – 10 of 10) sorted by relevance
200 if (next >= 48 && next <= 57) return this.readNumber(true)327 return this.readNumber(false)478 pp.readNumber = function(startsWithDot) { function in pp
213 if (next >= 48 && next <= 57) return this.readNumber(true)340 return this.readNumber(false)491 pp.readNumber = function(startsWithDot) { function in pp
2587 if (next >= 48 && next <= 57) return this.readNumber(true)2714 return this.readNumber(false)2869 pp$7.readNumber = function(startsWithDot) { function
2593 if (next >= 48 && next <= 57) return this.readNumber(true)2720 return this.readNumber(false)2875 pp$7.readNumber = function(startsWithDot) {
2843 if (next >= 48 && next <= 57) return this.readNumber(true)2970 return this.readNumber(false)3125 pp$7.readNumber = function(startsWithDot) { function
2849 if (next >= 48 && next <= 57) return this.readNumber(true)2976 return this.readNumber(false)3131 pp$7.readNumber = function(startsWithDot) {
912 return this.readNumber(true);1102 return this.readNumber(false);1234 Tokenizer.prototype.readNumber = function readNumber(startsWithDot) { method in Tokenizer
34092 readNumber: function readNumber() {34110 var n = this.readNumber();34160 var len = this.readNumber();34164 s += String.fromCharCode(this.readNumber());34212 var subitemsCount = stream.readNumber();34237 stream.readNumber();34245 stream.readNumber();34252 code = stream.readNumber();34273 code = stream.readNumber();34288 code = stream.readNumber();[all …]
1 …readNumber","readSigned","readHex","readHexNumber","sp","readHexSigned","readString","char","seque…
1 …readNumber(string) {\n return parseFloat(string);\n}\n\n/**\n * @param {number} number A number.\…