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:PeekCp
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/lexer/
H
A
D
ETSLexer.cpp
43
char32_t cp = Iterator().
PeekCp
();
in ScanCharLiteral()
81
const auto nextCp = Iterator().
PeekCp
();
in CheckNumberLiteralEnd()
H
A
D
lexer.cpp
232
const auto nextCp = Iterator().
PeekCp
();
in CheckNumberLiteralEnd()
441
char32_t cp = Iterator().
PeekCp
(&cpSize);
in ScanTemplateString()
528
char32_t cp = Iterator().
PeekCp
(&cpSize);
in ScanUnicodeCharacter()
997
switch (Iterator().
PeekCp
()) {
in IsLineTerminatorOrEos()
1019
switch (Iterator().
PeekCp
(&cpSize)) {
in ScanRegExpPattern()
1066
auto cp = Iterator().
PeekCp
(&cpSize);
in ScanRegExpFlags()
1240
cp = Iterator().
PeekCp
(&cpSize);
in SkipWhiteSpaces()
H
A
D
keywordsUtil.cpp
233
auto cp = Iterator().
PeekCp
(&cpSize);
in ScanIdContinue()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
constStringToCharLowering.cpp
41
auto value = static_cast<char16_t>(it.
PeekCp
());
in TryConvertToCharLiteral()
/arkcompiler/ets_frontend/ets2panda/util/
H
A
D
ustring.cpp
87
char32_t ch = it.
PeekCp
(&size);
in IsConvertibleToChar()
H
A
D
ustring.h
160
inline char32_t
PeekCp
() const
in PeekCp()
function in ark::es2panda::util::StringView::Iterator
165
inline char32_t
PeekCp
(size_t *cpSize) const
in PeekCp()
function in ark::es2panda::util::StringView::Iterator
/arkcompiler/ets_frontend/es2panda/lexer/
H
A
D
lexer.cpp
228
const auto nextCp = Iterator().
PeekCp
();
in CheckNumberLiteralEnd()
468
char32_t cp = Iterator().
PeekCp
(&cpSize);
in ScanTemplateString()
546
char32_t cp = Iterator().
PeekCp
(&cpSize);
in ScanStringUnicodePart()
1020
switch (Iterator().
PeekCp
()) {
in IsLineTerminatorOrEos()
1042
switch (Iterator().
PeekCp
(&cpSize)) {
in ScanRegExpPattern()
1073
Iterator().
PeekCp
(&cpSize);
in ScanRegExpPattern()
1130
auto cp = Iterator().
PeekCp
(&cpSize);
in ScanRegExpFlags()
1361
cp = Iterator().
PeekCp
(&cpSize);
in SkipWhiteSpaces()
H
A
D
keywordsUtil.cpp
237
auto cp = Iterator().
PeekCp
(&cpSize);
in ScanIdContinue()
/arkcompiler/ets_frontend/es2panda/util/
H
A
D
ustring.h
163
inline char32_t
PeekCp
() const
in PeekCp()
function in panda::es2panda::util::StringView::Iterator
168
inline char32_t
PeekCp
(size_t *cpSize) const
in PeekCp()
function in panda::es2panda::util::StringView::Iterator
Completed in 8 milliseconds