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:codepoint2
(Results
1 - 4
of
4
) sorted by relevance
/third_party/json/include/nlohmann/detail/input/
H
A
D
lexer.hpp
336
const int
codepoint2
= get_codepoint();
in scan_string()
local
338
if (JSON_HEDLEY_UNLIKELY(
codepoint2
== -1))
in scan_string()
344
// check if
codepoint2
is a low surrogate
in scan_string()
345
if (JSON_HEDLEY_LIKELY(0xDC00 <=
codepoint2
&&
codepoint2
<= 0xDFFF))
in scan_string()
352
+ static_cast<unsigned int>(
codepoint2
)
in scan_string()
/third_party/json/tests/src/
H
A
D
unit-unicode1.cpp
72
const auto
codepoint2
= 0xdc00u + ((cp - 0x10000u) & 0x3ffu);
variable
73
json_text += codepoint_to_unicode(codepoint1) + codepoint_to_unicode(
codepoint2
);
/third_party/json/tests/abi/include/nlohmann/
H
A
D
json_v3_10_5.hpp
6738
const int
codepoint2
= get_codepoint();
6740
if (JSON_HEDLEY_UNLIKELY(
codepoint2
== -1))
6746
// check if
codepoint2
is a low surrogate
6747
if (JSON_HEDLEY_LIKELY(0xDC00 <=
codepoint2
&&
codepoint2
<= 0xDFFF))
6754
+ static_cast<unsigned int>(
codepoint2
)
/third_party/json/single_include/nlohmann/
H
A
D
json.hpp
7637
const int
codepoint2
= get_codepoint();
7639
if (JSON_HEDLEY_UNLIKELY(
codepoint2
== -1))
7645
// check if
codepoint2
is a low surrogate
7646
if (JSON_HEDLEY_LIKELY(0xDC00 <=
codepoint2
&&
codepoint2
<= 0xDFFF))
7653
+ static_cast<unsigned int>(
codepoint2
)
Completed in 45 milliseconds