Lines Matching refs:SPACES
372 /** returns a function that expand tabs to spaces. This function can be fed380 var SPACES = ' ';397 // nSpaces is the amount of padding -- the number of spaces needed402 for (; nSpaces >= 0; nSpaces -= SPACES.length) {403 out.push(SPACES.substring(0, nSpaces));