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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 10 any_string_prefix = raw_prefixes + string_prefixes + char_prefixes variable
Scanning.py 10 cython.declare(EncodedString=object, any_string_prefix=unicode, IDENT=unicode,
17 from Lexicon import any_string_prefix, make_lexicon, IDENT namespace
343 while text[:1] in any_string_prefix:

Completed in 193 milliseconds