Home
last modified time | relevance | path

Searched refs:PeekCp (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A DETSLexer.cpp43 char32_t cp = Iterator().PeekCp(); in ScanCharLiteral()
81 const auto nextCp = Iterator().PeekCp(); in CheckNumberLiteralEnd()
H A Dlexer.cpp232 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 DkeywordsUtil.cpp233 auto cp = Iterator().PeekCp(&cpSize); in ScanIdContinue()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DconstStringToCharLowering.cpp41 auto value = static_cast<char16_t>(it.PeekCp()); in TryConvertToCharLiteral()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp87 char32_t ch = it.PeekCp(&size); in IsConvertibleToChar()
H A Dustring.h160 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 Dlexer.cpp228 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 DkeywordsUtil.cpp237 auto cp = Iterator().PeekCp(&cpSize); in ScanIdContinue()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h163 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