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:codepoint1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/json/include/nlohmann/detail/input/
H
A
D
lexer.hpp
321
const int
codepoint1
= get_codepoint();
in scan_string()
local
322
int codepoint =
codepoint1
; // start with
codepoint1
in scan_string()
324
if (JSON_HEDLEY_UNLIKELY(
codepoint1
== -1))
in scan_string()
331
if (0xD800 <=
codepoint1
&&
codepoint1
<= 0xDBFF)
in scan_string()
350
(static_cast<unsigned int>(
codepoint1
) << 10u)
in scan_string()
372
if (JSON_HEDLEY_UNLIKELY(0xDC00 <=
codepoint1
&&
codepoint1
<= 0xDFFF))
in scan_string()
/third_party/json/tests/src/
H
A
D
unit-unicode1.cpp
71
const auto
codepoint1
= 0xd800u + (((cp - 0x10000u) >> 10) & 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
6723
const int
codepoint1
= get_codepoint();
6724
int codepoint =
codepoint1
; // start with
codepoint1
6726
if (JSON_HEDLEY_UNLIKELY(
codepoint1
== -1))
6733
if (0xD800 <=
codepoint1
&&
codepoint1
<= 0xDBFF)
6752
(static_cast<unsigned int>(
codepoint1
) << 10u)
6774
if (JSON_HEDLEY_UNLIKELY(0xDC00 <=
codepoint1
&&
codepoint1
<= 0xDFFF))
/third_party/json/single_include/nlohmann/
H
A
D
json.hpp
7622
const int
codepoint1
= get_codepoint();
7623
int codepoint =
codepoint1
; // start with
codepoint1
7625
if (JSON_HEDLEY_UNLIKELY(
codepoint1
== -1))
7632
if (0xD800 <=
codepoint1
&&
codepoint1
<= 0xDBFF)
7651
(static_cast<unsigned int>(
codepoint1
) << 10u)
7673
if (JSON_HEDLEY_UNLIKELY(0xDC00 <=
codepoint1
&&
codepoint1
<= 0xDFFF))
Completed in 48 milliseconds