Home
last modified time | relevance | path

Searched refs:IsBinaryDigit (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h300 inline static bool IsBinaryDigit(char32_t ch);
489 if (!ScanNumberRadix<IsBinaryDigit, RADIX, RadixType, RadixLimit>()) { in ScanNumberLeadingZeroImpl()
594 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit() function in ark::es2panda::ark::es2panda::lexer::Lexer
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h172 inline static bool IsBinaryDigit(char32_t ch);
441 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit() function in panda::es2panda::panda::es2panda::lexer::Lexer
H A Dlexer.cpp251 ScanNumberRadix<IsBinaryDigit, RADIX>(); in ScanNumberLeadingZero()

Completed in 3 milliseconds