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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 324 varchars = string.ascii_letters + string.digits + '_-'
378 while c != '' and c in varchars:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 324 varchars = string.ascii_letters + string.digits + '_-'
378 while c != '' and c in varchars:

Completed in 178 milliseconds