HomeSort by relevance Sort by last modified time
    Searched full:skipspace (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 15 MCAsmLexer::MCAsmLexer() : TokStart(nullptr), SkipSpace(true) {
AsmLexer.cpp 444 bool SavedSkipSpace = SkipSpace;
449 SkipSpace = ShouldSkipSpace;
463 SkipSpace = SavedSkipSpace;
529 if (SkipSpace) {
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 222 char *skipspace();
324 switch ( *skipspace(ppdirforward(more), 1) )
414 skipspace(p, dir) function
483 bend = skipspace(ppdirbackward(buf + strlen(buf) - 1, buf), -1);
495 p = skipspace(p, 1);
498 p = skipspace(p, 1);
532 p = skipspace(p, 1);
546 for (p = skipspace(buf, 1); *p; p = skipspace(p + 1, 1))
620 p = skipspace(p, 1) - 1
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
read.go 60 // If skipSpace is set, peekByte skips leading spaces and comments.
61 func (r *importReader) peekByte(skipSpace bool) byte {
77 if skipSpace {
113 func (r *importReader) nextByte(skipSpace bool) byte {
114 c := r.peekByte(skipSpace)
  /prebuilts/go/linux-x86/src/go/build/
read.go 60 // If skipSpace is set, peekByte skips leading spaces and comments.
61 func (r *importReader) peekByte(skipSpace bool) byte {
77 if skipSpace {
113 func (r *importReader) nextByte(skipSpace bool) byte {
114 c := r.peekByte(skipSpace)
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 37 // SkipSpace skips space in the input. Newlines are treated appropriately
40 SkipSpace()
41 // Token skips space in the input if skipSpace is true, then returns the
49 Token(skipSpace bool, f func(rune) bool) (token []byte, err error)
267 func (s *ss) Token(skipSpace bool, f func(rune) bool) (tok []byte, err error) {
281 tok = s.token(skipSpace, f)
321 // SkipSpace provides Scan methods the ability to skip space and newline
324 func (s *ss) SkipSpace() {
325 s.skipSpace(false)
431 // skipSpace skips spaces and maybe newlines
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 37 // SkipSpace skips space in the input. Newlines are treated appropriately
40 SkipSpace()
41 // Token skips space in the input if skipSpace is true, then returns the
49 Token(skipSpace bool, f func(rune) bool) (token []byte, err error)
267 func (s *ss) Token(skipSpace bool, f func(rune) bool) (tok []byte, err error) {
281 tok = s.token(skipSpace, f)
321 // SkipSpace provides Scan methods the ability to skip space and newline
324 func (s *ss) SkipSpace() {
325 s.skipSpace(false)
431 // skipSpace skips spaces and maybe newlines
    [all...]
  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.h 121 FX_BOOL SkipSpace(uint8_t ch);
fx_sax_imp.cpp 169 inline FX_BOOL CFX_SAXReader::SkipSpace(uint8_t ch) {
329 if (m_iDataPos < 1 && SkipSpace(m_CurByte)) {
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 248 p.skipSpace()
255 p.skipSpace()
269 p.skipSpace()
300 p.skipSpace()
332 p.skipSpace()
356 p.skipSpace()
377 p.skipSpace()
479 // skipSpace skips the leading space and tab characters.
480 func (p *addrParser) skipSpace() {
  /prebuilts/go/linux-x86/src/net/mail/
message.go 248 p.skipSpace()
255 p.skipSpace()
269 p.skipSpace()
300 p.skipSpace()
332 p.skipSpace()
356 p.skipSpace()
377 p.skipSpace()
479 // skipSpace skips the leading space and tab characters.
480 func (p *addrParser) skipSpace() {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 131 bool SkipSpace;
209 void setSkipSpace(bool val) { SkipSpace = val; }
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 213 s.SkipSpace() // skip leading space characters
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
intconv.go 210 s.SkipSpace() // skip leading space characters
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 210 s.SkipSpace() // skip leading space characters
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv.go 213 s.SkipSpace() // skip leading space characters
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
intconv.go 210 s.SkipSpace() // skip leading space characters
  /prebuilts/go/linux-x86/src/math/big/
intconv.go 210 s.SkipSpace() // skip leading space characters
  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 147 for r.skipSpace() > 0 {
158 // skipSpace skips R over all spaces and returns the number of bytes skipped.
159 func (r *Reader) skipSpace() int {
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 147 for r.skipSpace() > 0 {
158 // skipSpace skips R over all spaces and returns the number of bytes skipped.
159 func (r *Reader) skipSpace() int {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/net/
textproto.a 73 func (@"".r·2 *@"".Reader "esc:0x9") @"".skipSpace () (? int)
336 ,"".(*Reader).skipSpace?
364 Y- 4Tgclocals·03a89d916197104e2ad001cc20167921Tgclocals·dabedd533687522d86b060a46ce51002fprebuilts/go/darwin-x86/src/net/textproto/reader.go?,"".(*Reader).skipSpace??eH? %H;a?H??8H?D$ H?\$@H?+H?,$?H?|$ ?\$H??H?L$H?\$H?\$0H?L$(H??t
    [all...]
mail.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/net/
textproto.a 73 func (@"".r·2 *@"".Reader "esc:0x9") @"".skipSpace () (? int)
336 ,"".(*Reader).skipSpace?
364 Y- 4Tgclocals·03a89d916197104e2ad001cc20167921Tgclocals·dabedd533687522d86b060a46ce51002dprebuilts/go/linux-x86/src/net/textproto/reader.go?,"".(*Reader).skipSpace??dH? %H;a?H??8H?D$ H?\$@H?+H?,$?H?|$ ?\$H??H?L$H?\$H?\$0H?L$(H??t
    [all...]
mail.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/
mail.a     [all...]

Completed in 2491 milliseconds

1 2 3 4 5