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:UTF32_LE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/
H
A
D
arraymodule.c
112
UTF32_LE
= 20,
enumerator
1815
{8, 0, 0}, /* 20:
UTF32_LE
*/
1844
return
UTF32_LE
+ is_big_endian;
in typecode_to_mformat_code()
2092
case
UTF32_LE
:
in array__array_reconstructor_impl()
2094
int byteorder = (mformat_code ==
UTF32_LE
) ? -1 : 1;
in array__array_reconstructor_impl()
/third_party/python/Lib/test/
H
A
D
test_array.py
93
UTF32_LE
= 20
variable
184
(
UTF32_LE
, "UTF-32-LE"),
/third_party/node/deps/simdutf/
H
A
D
simdutf.h
487
UTF32_LE
= 8, // BOM 0xff 0xfe 0x00 0x00
enumerator
861
* simdutf::encoding_type::
UTF32_LE
.
H
A
D
simdutf.cpp
4483
if(validate_utf32(reinterpret_cast<const char32_t*>(input), length/4)) { return encoding_type::
UTF32_LE
; }
5649
case
UTF32_LE
: return "UTF32 little-endian";
in to_string()
5662
return encoding_type::
UTF32_LE
;
in check_bom()
5684
case
UTF32_LE
: return 4;
in bom_byte_size()
12872
out |= simdutf::encoding_type::
UTF32_LE
;
in arm_detect_encodings()
17456
if(validate_utf32(reinterpret_cast<const char32_t*>(input), length/4)) { out |= encoding_type::
UTF32_LE
; }
20730
return simdutf::encoding_type::
UTF32_LE
;
20777
out |= simdutf::encoding_type::
UTF32_LE
;
22218
out |= simdutf::encoding_type::
UTF32_LE
;
[all...]
Completed in 42 milliseconds