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:SURROGATE_LOW
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
unicode.c
35
#define
SURROGATE_LOW
0x00000400
macro
66
if (c &
SURROGATE_LOW
) {
in get_utf16_char()
75
!(next &
SURROGATE_LOW
)) {
in get_utf16_char()
342
uni_char = SURROGATE_PAIR |
SURROGATE_LOW
|
in udf_name_to_CS0()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
unicode.c
31
#define
SURROGATE_LOW
0x00000400
macro
62
if (c &
SURROGATE_LOW
) {
in get_utf16_char()
71
!(next &
SURROGATE_LOW
)) {
in get_utf16_char()
338
uni_char = SURROGATE_PAIR |
SURROGATE_LOW
|
in udf_name_to_CS0()
/kernel/linux/linux-5.10/fs/nls/
H
A
D
nls_base.c
52
#define
SURROGATE_LOW
0x00000400
macro
156
SURROGATE_LOW
|
in utf8s_to_utf16s()
202
if (u &
SURROGATE_LOW
) {
in utf16s_to_utf8s()
210
!(v &
SURROGATE_LOW
)) {
in utf16s_to_utf8s()
/kernel/linux/linux-6.6/fs/nls/
H
A
D
nls_base.c
52
#define
SURROGATE_LOW
0x00000400
macro
156
SURROGATE_LOW
|
in utf8s_to_utf16s()
202
if (u &
SURROGATE_LOW
) {
in utf16s_to_utf8s()
210
!(v &
SURROGATE_LOW
)) {
in utf16s_to_utf8s()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
dir.c
80
#define
SURROGATE_LOW
0x00000400
macro
140
SURROGATE_PAIR |
SURROGATE_LOW
|
in _utf8s_to_utf16s()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
nls.c
538
#define
SURROGATE_LOW
0x00000400
macro
558
if (!(*uniname &
SURROGATE_LOW
) &&
in __exfat_utf16_to_nls()
561
(*(uniname+1) &
SURROGATE_LOW
)) {
in __exfat_utf16_to_nls()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
nls.c
538
#define
SURROGATE_LOW
0x00000400
macro
558
if (!(*uniname &
SURROGATE_LOW
) &&
in __exfat_utf16_to_nls()
561
(*(uniname+1) &
SURROGATE_LOW
)) {
in __exfat_utf16_to_nls()
Completed in 7 milliseconds