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:UNICODE_MAX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
unicode.c
32
#define
UNICODE_MAX
0x10ffff
macro
61
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
67
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
76
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
111
if (c == 0 || c >
UNICODE_MAX
|| (conv_f && c > MAX_WCHAR_T) ||
in udf_name_conv_char()
315
if (len <= 0 || uni_char >
UNICODE_MAX
) {
in udf_name_to_CS0()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
unicode.c
28
#define
UNICODE_MAX
0x10ffff
macro
57
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
63
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
72
c =
UNICODE_MAX
+ 1;
in get_utf16_char()
107
if (c == 0 || c >
UNICODE_MAX
|| (conv_f && c > MAX_WCHAR_T) ||
in udf_name_conv_char()
311
if (len <= 0 || uni_char >
UNICODE_MAX
) {
in udf_name_to_CS0()
/kernel/linux/linux-5.10/fs/nls/
H
A
D
nls_base.c
47
#define
UNICODE_MAX
0x0010ffff
macro
68
if (l < t->lval || l >
UNICODE_MAX
||
in utf8_to_utf32()
96
if (l >
UNICODE_MAX
|| (l & SURROGATE_MASK) == SURROGATE_PAIR)
in utf32_to_utf8()
/kernel/linux/linux-6.6/fs/nls/
H
A
D
nls_base.c
47
#define
UNICODE_MAX
0x0010ffff
macro
68
if (l < t->lval || l >
UNICODE_MAX
||
in utf8_to_utf32()
96
if (l >
UNICODE_MAX
|| (l & SURROGATE_MASK) == SURROGATE_PAIR)
in utf32_to_utf8()
Completed in 3 milliseconds