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_PAIR
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
unicode.c
34
#define
SURROGATE_PAIR
0x0000d800
macro
56
if ((c & SURROGATE_MASK) ==
SURROGATE_PAIR
) {
in get_utf16_char()
74
if ((next & SURROGATE_MASK) !=
SURROGATE_PAIR
||
in get_utf16_char()
337
c =
SURROGATE_PAIR
|
in udf_name_to_CS0()
342
uni_char =
SURROGATE_PAIR
| SURROGATE_LOW |
in udf_name_to_CS0()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
unicode.c
30
#define
SURROGATE_PAIR
0x0000d800
macro
52
if ((c & SURROGATE_MASK) ==
SURROGATE_PAIR
) {
in get_utf16_char()
70
if ((next & SURROGATE_MASK) !=
SURROGATE_PAIR
||
in get_utf16_char()
333
c =
SURROGATE_PAIR
|
in udf_name_to_CS0()
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
51
#define
SURROGATE_PAIR
0x0000d800
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()
152
put_utf16(op++,
SURROGATE_PAIR
|
in utf8s_to_utf16s()
155
put_utf16(op++,
SURROGATE_PAIR
|
in utf8s_to_utf16s()
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
51
#define
SURROGATE_PAIR
0x0000d800
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()
152
put_utf16(op++,
SURROGATE_PAIR
|
in utf8s_to_utf16s()
155
put_utf16(op++,
SURROGATE_PAIR
|
in utf8s_to_utf16s()
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/ntfs3/
H
A
D
dir.c
79
#define
SURROGATE_PAIR
0x0000d800
macro
136
SURROGATE_PAIR
|
in _utf8s_to_utf16s()
140
SURROGATE_PAIR
| SURROGATE_LOW |
in _utf8s_to_utf16s()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
nls.c
537
#define
SURROGATE_PAIR
0x0000d800
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
537
#define
SURROGATE_PAIR
0x0000d800
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 11 milliseconds