Lines Matching refs:first
264 token, which is the first token sequence output by tokenize.
290 # Only care about the first 12 characters.
367 first = read_or_stop()
368 if first.startswith(BOM_UTF8):
370 first = first[3:]
372 if not first:
375 encoding = find_cookie(first)
377 return encoding, [first]
378 if not blank_re.match(first):
379 return default, [first]
383 return default, [first]
387 return encoding, [first, second]
389 return default, [first, second]
424 The first token sequence will always be an ENCODING token
563 # Check up to the first 3 chars of the token to see if
566 # We're using the first 3, because we're looking for
578 # Again, using the first 3 chars of the