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

  /external/python/cpython3/Modules/
sre.h 36 int isbytes; /* pattern type (1 - bytes, 0 - string, -1 - None) */ member in struct:__anon37430
72 int isbytes; member in struct:__anon37432
_sre.c 407 int isbytes, charsize; local
421 ptr = getstring(string, &length, &isbytes, &charsize, &state->buffer);
425 if (isbytes && pattern->isbytes == 0) {
430 if (!isbytes && pattern->isbytes > 0) {
447 state->isbytes = isbytes;
487 getslice(int isbytes, const void *ptr,
490 if (isbytes) {
998 int isbytes, charsize; local
1903 int isbytes, charsize; local
    [all...]
  /external/python/cpython3/Lib/
os.py 470 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks):
481 if isbytes:
518 yield from _fwalk(dirfd, dirpath, isbytes,
    [all...]

Completed in 1150 milliseconds