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:wstr_length
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Include/cpython/
H
A
D
unicodeobject.h
70
immediately follow the structure. utf8_length and
wstr_length
can be found
98
* wstr is shared with data and
wstr_length
=length
101
*
wstr_length
= 0 if wstr is NULL
108
* length = 0 (use
wstr_length
)
131
* wstr is shared with data.any and
wstr_length
= length
134
*
wstr_length
= 0 if wstr is NULL
216
Py_ssize_t
wstr_length
; /* Number of code points in wstr, possible
member
639
return _PyCompactUnicodeObject_CAST(op)->
wstr_length
;
in PyUnicode_WSTR_LENGTH()
/third_party/python/Python/
H
A
D
traceback.c
1108
size = _PyCompactUnicodeObject_CAST(text)->
wstr_length
;
in _Py_DumpASCII()
/third_party/python/Objects/
H
A
D
unicodeobject.c
138
_PyCompactUnicodeObject_CAST(op)->
wstr_length
)
140
(_PyCompactUnicodeObject_CAST(op)->
wstr_length
)
569
CHECK(compact->
wstr_length
== ascii->length);
in _PyUnicode_CheckConsistency()
577
CHECK(compact->
wstr_length
== 0);
in _PyUnicode_CheckConsistency()
1354
printf(" (%zu), ", compact->
wstr_length
);
in _PyUnicode_Dump()
16122
compact->
wstr_length
= 0;
in unicode_static_dealloc()
Completed in 23 milliseconds