5#ifndef V8_STRINGS_CHAR_PREDICATES_H_
6#define V8_STRINGS_CHAR_PREDICATES_H_
V8_INLINE bool IsLineTerminator(uchar c)
bool IsIdentifierStart(base::uc32 c)
constexpr bool IsHexDigit(base::uc32 c)
bool IsLineTerminatorSequence(base::uc32 c, base::uc32 next)
constexpr bool IsAsciiIdentifier(base::uc32 c)
constexpr bool IsCarriageReturn(base::uc32 c)
constexpr bool IsAsciiLower(base::uc32 c)
bool IsWhiteSpaceOrLineTerminator(base::uc32 c)
constexpr bool IsOctalDigit(base::uc32 c)
bool IsIdentifierPartSlow(base::uc32 c)
bool IsWhiteSpace(base::uc32 c)
constexpr bool IsRegExpWord(base::uc32 c)
constexpr bool IsDecimalDigit(base::uc32 c)
bool IsWhiteSpaceOrLineTerminatorSlow(base::uc32 c)
constexpr base::uc32 ToAsciiUpper(base::uc32 c)
constexpr bool IsAsciiUpper(base::uc32 c)
constexpr bool IsBinaryDigit(base::uc32 c)
constexpr bool IsLineFeed(base::uc32 c)
constexpr int AsciiAlphaToLower(base::uc32 c)
constexpr bool IsAlphaNumeric(base::uc32 c)
bool IsIdentifierStartSlow(base::uc32 c)
bool IsWhiteSpaceSlow(base::uc32 c)
bool IsIdentifierPart(base::uc32 c)
constexpr base::uc32 ToAsciiLower(base::uc32 c)
#define V8_EXPORT_PRIVATE