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:lexicon
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/re/
H
A
D
__init__.py
338
def __init__(self,
lexicon
, flags=0):
342
self.
lexicon
=
lexicon
347
for phrase, action in
lexicon
:
367
action = self.
lexicon
[m.lastindex-1][1]
/third_party/python/Tools/unicode/
H
A
D
makeunicodedata.py
659
print(short, "short indexes in
lexicon
")
674
# generate
lexicon
from words
677
lexicon
= ""
680
# build a
lexicon
string
687
o =
lexicon
.find(ww)
690
lexicon
=
lexicon
+ ww
695
lexicon
= list(map(ord,
lexicon
))
697
# generate phrasebook from names and
lexicon
[all...]
/third_party/python/Modules/
H
A
D
unicodename_db.h
5
/*
lexicon
*/
6
static const unsigned char
lexicon
[] = {
variable
[all...]
H
A
D
unicodedata.c
1145
/* copy word string from
lexicon
. the last character in the
in _getucname()
1148
w =
lexicon
+ lexicon_offset[word];
in _getucname()
Completed in 58 milliseconds