Home
last modified time | relevance | path

Searched defs:cpSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.cpp525 size_t cpSize = 0U; in ScanTemplateString() local
551 size_t cpSize = 0U; in ScanMultilineString() local
622 char32_t Lexer::ScanUnicodeCharacterHelper(size_t cpSize, char32_t cp) in ScanUnicodeCharacterHelper()
631 size_t cpSize {}; in ScanUnicodeCharacter() local
1100 size_t cpSize {}; in ScanRegExpPattern() local
1152 size_t cpSize {}; in ScanRegExpFlags() local
1341 size_t cpSize {}; in SkipWhiteSpacesHelperDefault() local
DkeywordsUtil.cpp232 size_t cpSize {}; in ScanIdContinue() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp488 size_t cpSize = 0; in ScanTemplateString() local
568 size_t cpSize {}; in ScanStringUnicodePart() local
1062 size_t cpSize {}; in ScanRegExpPattern() local
1152 size_t cpSize {}; in ScanRegExpFlags() local
1383 size_t cpSize {}; in SkipWhiteSpaces() local
DkeywordsUtil.cpp234 size_t cpSize {}; in ScanIdContinue() local
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dstrings.ts171 const cpSize = Math.min(CustomTextDecoder.cpArrayMaxSize, input.length); constant
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h174 inline char32_t PeekCp(size_t *cpSize) const in PeekCp()
335 char32_t StringView::Iterator::DecodeCP([[maybe_unused]] size_t *cpSize) const in DecodeCP()
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h188 inline char32_t PeekCp(size_t *cpSize) const in PeekCp()
375 char32_t StringView::Iterator::DecodeCP([[maybe_unused]] size_t *cpSize) const in DecodeCP()