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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.pxd 65 cdef bint check_for_non_ascii_characters(unicode string) function
Parsing.py 772 def check_for_non_ascii_characters(string): function
823 if is_python3_source and not has_non_ASCII_literal_characters and check_for_non_ascii_characters(systr):
829 and check_for_non_ascii_characters(systr):
869 and check_for_non_ascii_characters(systr):
    [all...]

Completed in 83 milliseconds