Lines Matching refs:isSpace
1400 exports.isSpace = isSpace;
2186 function isSpace(ch) {
13181 } while ((0, _util.isSpace)(ch));
16021 if (!(0, _util.isSpace)(ch)) {
16131 while ((0, _util.isSpace)(ch)) {
16361 if (!(0, _util.isSpace)(lastByte)) {
16592 if (divideBy === 10 && sign === 0 && ((0, _util.isSpace)(ch) || ch === -1)) {
18051 while ((0, _util.isSpace)(c)) {
18079 while ((0, _util.isSpace)(c)) {
31850 if (glyph.isSpace) {
34855 function Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) {
34862 this.isSpace = isSpace;
34866 …orCache = function (fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) {
34867 …tric === vmetric && this.operatorListId === operatorListId && this.isSpace === isSpace && this.isI…
37283 charToGlyph: function Font_charToGlyph(charcode, isSpace) {
37326 …ph.matchesForCache(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont)) {
37327 … glyph = new Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont);
37362 var isSpace = length === 1 && chars.charCodeAt(i - 1) === 0x20;
37363 glyph = this.charToGlyph(charcode, isSpace);
37494 while (i < streamBytesLength && (0, _util.isSpace)(streamBytes[i])) {
48459 } else if (!(0, _util.isSpace)(ch)) {
48476 } while (ch >= 0 && !(0, _util.isSpace)(ch) && !isSpecial(ch));
54436 } else if (!(0, _util.isSpace)(ch)) {