• Home
  • Raw
  • Download

Lines Matching refs:UChar

29 #define SINGLE_QUOTE      ((UChar)0x0027)
30 #define FORWARDSLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define QUOTATION_MARK ((UChar)0x0022)
34 #define ASTERISK ((UChar)0x002A)
35 #define PLUSSITN ((UChar)0x002B)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)0x002D)
38 #define DOT ((UChar)0x002E)
39 #define COLON ((UChar)0x003A)
40 #define CAP_A ((UChar)0x0041)
41 #define CAP_C ((UChar)0x0043)
42 #define CAP_D ((UChar)0x0044)
43 #define CAP_E ((UChar)0x0045)
44 #define CAP_F ((UChar)0x0046)
45 #define CAP_G ((UChar)0x0047)
46 #define CAP_H ((UChar)0x0048)
47 #define CAP_K ((UChar)0x004B)
48 #define CAP_L ((UChar)0x004C)
49 #define CAP_M ((UChar)0x004D)
50 #define CAP_O ((UChar)0x004F)
51 #define CAP_Q ((UChar)0x0051)
52 #define CAP_S ((UChar)0x0053)
53 #define CAP_T ((UChar)0x0054)
54 #define CAP_V ((UChar)0x0056)
55 #define CAP_W ((UChar)0x0057)
56 #define CAP_Y ((UChar)0x0059)
57 #define CAP_Z ((UChar)0x005A)
58 #define LOWLINE ((UChar)0x005F)
59 #define LOW_A ((UChar)0x0061)
60 #define LOW_C ((UChar)0x0063)
61 #define LOW_D ((UChar)0x0064)
62 #define LOW_E ((UChar)0x0065)
63 #define LOW_F ((UChar)0x0066)
64 #define LOW_G ((UChar)0x0067)
65 #define LOW_H ((UChar)0x0068)
66 #define LOW_I ((UChar)0x0069)
67 #define LOW_J ((UChar)0x006A)
68 #define LOW_K ((UChar)0x006B)
69 #define LOW_L ((UChar)0x006C)
70 #define LOW_M ((UChar)0x006D)
71 #define LOW_N ((UChar)0x006E)
72 #define LOW_O ((UChar)0x006F)
73 #define LOW_P ((UChar)0x0070)
74 #define LOW_Q ((UChar)0x0071)
75 #define LOW_R ((UChar)0x0072)
76 #define LOW_S ((UChar)0x0073)
77 #define LOW_T ((UChar)0x0074)
78 #define LOW_U ((UChar)0x0075)
79 #define LOW_V ((UChar)0x0076)
80 #define LOW_W ((UChar)0x0077)
81 #define LOW_Y ((UChar)0x0079)
82 #define LOW_Z ((UChar)0x007A)
101 UChar patternChar;
204 PtnElem* getHeader(UChar baseChar);