Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SRE_FLAG_UNICODE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/re/
H
A
D
_compiler.py
49
if flags &
SRE_FLAG_UNICODE
:
164
elif flags &
SRE_FLAG_UNICODE
:
185
elif flags &
SRE_FLAG_UNICODE
:
233
elif flags &
SRE_FLAG_UNICODE
:
429
elif flags &
SRE_FLAG_UNICODE
:
H
A
D
_constants.py
212
SRE_FLAG_UNICODE
= 32 # use unicode "locale"
variable
H
A
D
_parser.py
65
"u":
SRE_FLAG_UNICODE
,
68
TYPE_FLAGS = SRE_FLAG_ASCII | SRE_FLAG_LOCALE |
SRE_FLAG_UNICODE
960
flags |=
SRE_FLAG_UNICODE
961
elif flags &
SRE_FLAG_UNICODE
:
964
if flags &
SRE_FLAG_UNICODE
:
H
A
D
__init__.py
147
UNICODE = U = _compiler.
SRE_FLAG_UNICODE
# assume unicode "locale"
/third_party/python/Modules/_sre/
H
A
D
sre_constants.h
93
#define
SRE_FLAG_UNICODE
32
macro
H
A
D
sre.c
1320
{"re.UNICODE",
SRE_FLAG_UNICODE
},
in pattern_repr()
1332
(flags & (SRE_FLAG_LOCALE|
SRE_FLAG_UNICODE
|SRE_FLAG_ASCII)) ==
in pattern_repr()
1333
SRE_FLAG_UNICODE
)
in pattern_repr()
1334
flags &= ~
SRE_FLAG_UNICODE
;
in pattern_repr()
Completed in 12 milliseconds