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:badchar
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Parser/
H
A
D
tokenizer.c
562
int
badchar
= 0;
in ensure_utf8()
local
567
badchar
= *c;
in ensure_utf8()
571
if (
badchar
) {
in ensure_utf8()
577
badchar
, tok->filename, tok->lineno);
in ensure_utf8()
/third_party/python/Objects/
H
A
D
exceptions.c
2924
Py_UCS4
badchar
= PyUnicode_ReadChar(uself->object, uself->start);
in UnicodeEncodeError_str()
local
2926
if (
badchar
<= 0xff)
in UnicodeEncodeError_str()
2928
else if (
badchar
<= 0xffff)
in UnicodeEncodeError_str()
2935
(int)
badchar
,
in UnicodeEncodeError_str()
3130
Py_UCS4
badchar
= PyUnicode_ReadChar(uself->object, uself->start);
in UnicodeTranslateError_str()
local
3132
if (
badchar
<= 0xff)
in UnicodeTranslateError_str()
3134
else if (
badchar
<= 0xffff)
in UnicodeTranslateError_str()
3140
(int)
badchar
,
in UnicodeTranslateError_str()
Completed in 7 milliseconds