HomeSort by relevance Sort by last modified time
    Searched refs:Spaces (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
raw_ostream.cpp 384 /// indent - Insert 'NumSpaces' spaces.
386 static const char Spaces[] = " "
391 if (NumSpaces < array_lengthof(Spaces))
392 return write(Spaces, NumSpaces);
396 (unsigned)array_lengthof(Spaces)-1);
397 write(Spaces, NumToWrite);
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 70 // Spaces should be rejected.
ipv6.js 103 // Spaces should be rejected.
host.js 6 // Spaces and some other characters should be escaped.
8 // Exciting different types of spaces!
52 // spaces escaped.
relative.js 13 // Spaces at the ends of the relative path should be ignored.

Completed in 1407 milliseconds