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_LOCALE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/re/
H
A
D
_compiler.py
48
if flags & SRE_FLAG_IGNORECASE and not flags &
SRE_FLAG_LOCALE
:
61
elif flags &
SRE_FLAG_LOCALE
:
87
if flags & SRE_FLAG_IGNORECASE and flags &
SRE_FLAG_LOCALE
:
162
if flags &
SRE_FLAG_LOCALE
:
183
if flags &
SRE_FLAG_LOCALE
:
191
elif flags &
SRE_FLAG_LOCALE
:
231
if flags &
SRE_FLAG_LOCALE
:
448
if flags1 & SRE_FLAG_IGNORECASE and flags1 &
SRE_FLAG_LOCALE
:
474
if flags & SRE_FLAG_IGNORECASE and flags &
SRE_FLAG_LOCALE
:
523
if not (flags & SRE_FLAG_IGNORECASE and flags &
SRE_FLAG_LOCALE
)
[all...]
H
A
D
_constants.py
209
SRE_FLAG_LOCALE
= 4 # honour system locale
variable
H
A
D
_parser.py
58
"L":
SRE_FLAG_LOCALE
,
68
TYPE_FLAGS = SRE_FLAG_ASCII |
SRE_FLAG_LOCALE
| SRE_FLAG_UNICODE
957
if flags &
SRE_FLAG_LOCALE
:
966
if flags &
SRE_FLAG_LOCALE
and flags & SRE_FLAG_ASCII:
H
A
D
__init__.py
146
LOCALE = L = _compiler.
SRE_FLAG_LOCALE
# assume current 8-bit locale
/third_party/python/Modules/_sre/
H
A
D
sre_constants.h
90
#define
SRE_FLAG_LOCALE
4
macro
H
A
D
sre.c
1317
{"re.LOCALE",
SRE_FLAG_LOCALE
},
in pattern_repr()
1332
(flags & (
SRE_FLAG_LOCALE
|SRE_FLAG_UNICODE|SRE_FLAG_ASCII)) ==
in pattern_repr()
Completed in 8 milliseconds