Lines Matching defs:codepoint
493 bool IsOpeningBracket(char32 codepoint) { in IsOpeningBracket()
497 bool IsClosingBracket(char32 codepoint) { in IsClosingBracket()
501 bool IsWhitespace(char32 codepoint) { in IsWhitespace()
505 bool IsDigit(char32 codepoint) { in IsDigit()
511 bool IsLower(char32 codepoint) { in IsLower()
527 bool IsUpper(char32 codepoint) { in IsUpper()
543 bool IsPunctuation(char32 codepoint) { in IsPunctuation()
549 bool IsPercentage(char32 codepoint) { in IsPercentage()
553 bool IsSlash(char32 codepoint) { in IsSlash()
557 bool IsMinus(char32 codepoint) { in IsMinus()
561 bool IsNumberSign(char32 codepoint) { in IsNumberSign()
565 bool IsDot(char32 codepoint) { in IsDot()
569 bool IsLatinLetter(char32 codepoint) { in IsLatinLetter()
575 bool IsArabicLetter(char32 codepoint) { in IsArabicLetter()
581 bool IsCyrillicLetter(char32 codepoint) { in IsCyrillicLetter()
587 bool IsChineseLetter(char32 codepoint) { in IsChineseLetter()
593 bool IsJapaneseLetter(char32 codepoint) { in IsJapaneseLetter()
599 bool IsKoreanLetter(char32 codepoint) { in IsKoreanLetter()
605 bool IsThaiLetter(char32 codepoint) { in IsThaiLetter()
611 bool IsCJTletter(char32 codepoint) { in IsCJTletter()
616 bool IsLetter(char32 codepoint) { in IsLetter()
623 char32 ToLower(char32 codepoint) { in ToLower()
643 char32 ToUpper(char32 codepoint) { in ToUpper()
663 char32 GetPairedBracket(char32 codepoint) { in GetPairedBracket()