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_MASK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
unicode.c
33
#define
SURROGATE_MASK
0xfffff800
macro
56
if ((c &
SURROGATE_MASK
) == SURROGATE_PAIR) {
in get_utf16_char()
74
if ((next &
SURROGATE_MASK
) != SURROGATE_PAIR ||
in get_utf16_char()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
unicode.c
29
#define
SURROGATE_MASK
0xfffff800
macro
52
if ((c &
SURROGATE_MASK
) == SURROGATE_PAIR) {
in get_utf16_char()
70
if ((next &
SURROGATE_MASK
) != SURROGATE_PAIR ||
in get_utf16_char()
/kernel/linux/linux-5.10/fs/nls/
H
A
D
nls_base.c
50
#define
SURROGATE_MASK
0xfffff800
macro
69
(l &
SURROGATE_MASK
) == SURROGATE_PAIR)
in utf8_to_utf32()
96
if (l > UNICODE_MAX || (l &
SURROGATE_MASK
) == SURROGATE_PAIR)
in utf32_to_utf8()
201
if ((u &
SURROGATE_MASK
) == SURROGATE_PAIR) {
in utf16s_to_utf8s()
209
if ((v &
SURROGATE_MASK
) != SURROGATE_PAIR ||
in utf16s_to_utf8s()
/kernel/linux/linux-6.6/fs/nls/
H
A
D
nls_base.c
50
#define
SURROGATE_MASK
0xfffff800
macro
69
(l &
SURROGATE_MASK
) == SURROGATE_PAIR)
in utf8_to_utf32()
96
if (l > UNICODE_MAX || (l &
SURROGATE_MASK
) == SURROGATE_PAIR)
in utf32_to_utf8()
201
if ((u &
SURROGATE_MASK
) == SURROGATE_PAIR) {
in utf16s_to_utf8s()
209
if ((v &
SURROGATE_MASK
) != SURROGATE_PAIR ||
in utf16s_to_utf8s()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
nls.c
536
#define
SURROGATE_MASK
0xfffff800
macro
553
if ((*uniname &
SURROGATE_MASK
) != SURROGATE_PAIR) {
in __exfat_utf16_to_nls()
560
(*(uniname+1) &
SURROGATE_MASK
) == SURROGATE_PAIR &&
in __exfat_utf16_to_nls()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
nls.c
536
#define
SURROGATE_MASK
0xfffff800
macro
553
if ((*uniname &
SURROGATE_MASK
) != SURROGATE_PAIR) {
in __exfat_utf16_to_nls()
560
(*(uniname+1) &
SURROGATE_MASK
) == SURROGATE_PAIR &&
in __exfat_utf16_to_nls()
Completed in 6 milliseconds