HomeSort by relevance Sort by last modified time
    Searched full:scanstring (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 68 - scanstring could scan backward past the beginning of the string; when
69 - the check for \ + newline in scanstring was unnecessary.
76 (scanstring): Handle backslash-newline correctly. Work with
223 char *scanstring();
436 scanstring(p, dir) function
623 p = scanstring(p, 1) - 1;
657 p = scanstring(p, -1) + 1;
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match): function
113 return scanstring(match.string, match.end(), encoding)
132 key, end = scanstring(s, end, encoding)
  /external/v8/src/
scanner.cc 374 token = ScanString();
689 Token::Value Scanner::ScanString() {
scanner.h 524 Token::Value ScanString();

Completed in 203 milliseconds