Lines Matching defs:c
17 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower()
22 inline bool IsCarriageReturn(uc32 c) { in IsCarriageReturn()
27 inline bool IsLineFeed(uc32 c) { in IsLineFeed()
38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier()
42 inline bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
46 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
52 inline bool IsHexDigit(uc32 c) { in IsHexDigit()
58 inline bool IsOctalDigit(uc32 c) { in IsOctalDigit()
64 inline bool IsBinaryDigit(uc32 c) { in IsBinaryDigit()
70 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord()
77 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline()