Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h299 inline static bool IsBinaryDigit(char32_t ch);
486 ScanNumberRadix<IsBinaryDigit, RADIX, RadixType, RadixLimit>(); in ScanNumberLeadingZeroImpl()
592 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit() function
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h172 inline static bool IsBinaryDigit(char32_t ch);
441 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit() function
Dlexer.cpp265 ScanNumberRadix<IsBinaryDigit, RADIX>(); in ScanNumberLeadingZero()