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:open_mapping_file
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Tools/unicode/
H
A
D
genmap_schinese.py
56
gb2312map =
open_mapping_file
('python-mappings/GB2312.TXT', MAPPINGS_GB2312)
57
cp936map =
open_mapping_file
('python-mappings/CP936.TXT', MAPPINGS_CP936)
58
gb18030map =
open_mapping_file
('python-mappings/gb-18030-2000.xml', MAPPINGS_GB18030)
H
A
D
genmap_japanese.py
76
jisx0208file =
open_mapping_file
('python-mappings/JIS0208.TXT', MAPPINGS_JIS0208)
77
jisx0212file =
open_mapping_file
('python-mappings/JIS0212.TXT', MAPPINGS_JIS0212)
78
cp932file =
open_mapping_file
('python-mappings/CP932.TXT', MAPPINGS_CP932)
79
jisx0213file =
open_mapping_file
('python-mappings/jisx0213-2004-std.txt', MAPPINGS_JISX0213_2004)
H
A
D
genmap_korean.py
22
mapfile =
open_mapping_file
('python-mappings/CP949.TXT', MAPPINGS_CP949)
H
A
D
genmap_support.py
171
def
open_mapping_file
(path, source):
function
/third_party/python/Lib/test/
H
A
D
multibytecodec_support.py
294
self.
open_mapping_file
().close() # test it to report the error early
298
def
open_mapping_file
(self):
member in TestBase_Mapping
313
with self.
open_mapping_file
() as f:
335
with self.
open_mapping_file
() as f:
Completed in 3 milliseconds