Lines Matching refs:char32
25 bool IsOpeningBracket(char32 codepoint);
26 bool IsClosingBracket(char32 codepoint);
27 bool IsWhitespace(char32 codepoint);
28 bool IsBidirectional(char32 codepoint);
29 bool IsDigit(char32 codepoint);
30 bool IsLower(char32 codepoint);
31 bool IsUpper(char32 codepoint);
32 bool IsPunctuation(char32 codepoint);
33 bool IsPercentage(char32 codepoint);
34 bool IsSlash(char32 codepoint);
35 bool IsMinus(char32 codepoint);
36 bool IsNumberSign(char32 codepoint);
37 bool IsDot(char32 codepoint);
38 bool IsApostrophe(char32 codepoint);
39 bool IsQuotation(char32 codepoint);
40 bool IsAmpersand(char32 codepoint);
42 bool IsLatinLetter(char32 codepoint);
43 bool IsArabicLetter(char32 codepoint);
44 bool IsCyrillicLetter(char32 codepoint);
45 bool IsChineseLetter(char32 codepoint);
46 bool IsJapaneseLetter(char32 codepoint);
47 bool IsKoreanLetter(char32 codepoint);
48 bool IsThaiLetter(char32 codepoint);
49 bool IsLetter(char32 codepoint);
50 bool IsCJTletter(char32 codepoint);
52 char32 ToLower(char32 codepoint);
53 char32 ToUpper(char32 codepoint);
54 char32 GetPairedBracket(char32 codepoint);