Lines Matching refs:UChar
35 #define SINGLE_QUOTE ((UChar)0x0027)
36 #define FORWARDSLASH ((UChar)0x002F)
37 #define BACKSLASH ((UChar)0x005C)
38 #define SPACE ((UChar)0x0020)
39 #define QUOTATION_MARK ((UChar)0x0022)
40 #define ASTERISK ((UChar)0x002A)
41 #define PLUSSITN ((UChar)0x002B)
42 #define COMMA ((UChar)0x002C)
43 #define HYPHEN ((UChar)0x002D)
44 #define DOT ((UChar)0x002E)
45 #define COLON ((UChar)0x003A)
46 #define CAP_A ((UChar)0x0041)
47 #define CAP_B ((UChar)0x0042)
48 #define CAP_C ((UChar)0x0043)
49 #define CAP_D ((UChar)0x0044)
50 #define CAP_E ((UChar)0x0045)
51 #define CAP_F ((UChar)0x0046)
52 #define CAP_G ((UChar)0x0047)
53 #define CAP_H ((UChar)0x0048)
54 #define CAP_J ((UChar)0x004A)
55 #define CAP_K ((UChar)0x004B)
56 #define CAP_L ((UChar)0x004C)
57 #define CAP_M ((UChar)0x004D)
58 #define CAP_O ((UChar)0x004F)
59 #define CAP_Q ((UChar)0x0051)
60 #define CAP_S ((UChar)0x0053)
61 #define CAP_T ((UChar)0x0054)
62 #define CAP_U ((UChar)0x0055)
63 #define CAP_V ((UChar)0x0056)
64 #define CAP_W ((UChar)0x0057)
65 #define CAP_X ((UChar)0x0058)
66 #define CAP_Y ((UChar)0x0059)
67 #define CAP_Z ((UChar)0x005A)
68 #define LOWLINE ((UChar)0x005F)
69 #define LOW_A ((UChar)0x0061)
70 #define LOW_B ((UChar)0x0062)
71 #define LOW_C ((UChar)0x0063)
72 #define LOW_D ((UChar)0x0064)
73 #define LOW_E ((UChar)0x0065)
74 #define LOW_F ((UChar)0x0066)
75 #define LOW_G ((UChar)0x0067)
76 #define LOW_H ((UChar)0x0068)
77 #define LOW_I ((UChar)0x0069)
78 #define LOW_J ((UChar)0x006A)
79 #define LOW_K ((UChar)0x006B)
80 #define LOW_L ((UChar)0x006C)
81 #define LOW_M ((UChar)0x006D)
82 #define LOW_N ((UChar)0x006E)
83 #define LOW_O ((UChar)0x006F)
84 #define LOW_P ((UChar)0x0070)
85 #define LOW_Q ((UChar)0x0071)
86 #define LOW_R ((UChar)0x0072)
87 #define LOW_S ((UChar)0x0073)
88 #define LOW_T ((UChar)0x0074)
89 #define LOW_U ((UChar)0x0075)
90 #define LOW_V ((UChar)0x0076)
91 #define LOW_W ((UChar)0x0077)
92 #define LOW_X ((UChar)0x0078)
93 #define LOW_Y ((UChar)0x0079)
94 #define LOW_Z ((UChar)0x007A)
114 UChar patternChar;
129 UChar getFieldChar(int32_t field) const;
132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
136 UChar getFirstChar() const;
168 UChar getFirstChar() const;
255 PtnElem* getHeader(UChar baseChar) const;