Home | History | Annotate | Download | only in aapt

Lines Matching full:case

97         case 'a':   return "\xc3\xa5";
98 case 'b': return "\xc9\x93";
99 case 'c': return "\xc3\xa7";
100 case 'd': return "\xc3\xb0";
101 case 'e': return "\xc3\xa9";
102 case 'f': return "\xc6\x92";
103 case 'g': return "\xc4\x9d";
104 case 'h': return "\xc4\xa5";
105 case 'i': return "\xc3\xae";
106 case 'j': return "\xc4\xb5";
107 case 'k': return "\xc4\xb7";
108 case 'l': return "\xc4\xbc";
109 case 'm': return "\xe1\xb8\xbf";
110 case 'n': return "\xc3\xb1";
111 case 'o': return "\xc3\xb6";
112 case 'p': return "\xc3\xbe";
113 case 'q': return "\x51";
114 case 'r': return "\xc5\x95";
115 case 's': return "\xc5\xa1";
116 case 't': return "\xc5\xa3";
117 case 'u': return "\xc3\xbb";
118 case 'v': return "\x56";
119 case 'w': return "\xc5\xb5";
120 case 'x': return "\xd1\x85";
121 case 'y': return "\xc3\xbd";
122 case 'z': return "\xc5\xbe";
123 case 'A': return "\xc3\x85";
124 case 'B': return "\xce\xb2";
125 case 'C': return "\xc3\x87";
126 case 'D': return "\xc3\x90";
127 case 'E': return "\xc3\x89";
128 case 'G': return "\xc4\x9c";
129 case 'H': return "\xc4\xa4";
130 case 'I': return "\xc3\x8e";
131 case 'J': return "\xc4\xb4";
132 case 'K': return "\xc4\xb6";
133 case 'L': return "\xc4\xbb";
134 case 'M': return "\xe1\xb8\xbe";
135 case 'N': return "\xc3\x91";
136 case 'O': return "\xc3\x96";
137 case 'P': return "\xc3\x9e";
138 case 'Q': return "\x71";
139 case 'R': return "\xc5\x94";
140 case 'S': return "\xc5\xa0";
141 case 'T': return "\xc5\xa2";
142 case 'U': return "\xc3\x9b";
143 case 'V': return "\xce\xbd";
144 case 'W': return "\xc5\xb4";
145 case 'X': return "\xc3\x97";
146 case 'Y': return "\xc3\x9d";
147 case 'Z': return "\xc5\xbd";
148 case '!': return "\xc2\xa1";
149 case '?': return "\xc2\xbf";
150 case '$': return "\xe2\x82\xac";
157 case 's': return true;
158 case 'S': return true;
159 case 'c': return true;
160 case 'C': return true;
161 case 'd': return true;
162 case 'o': return true;
163 case 'x': return true;
164 case 'X': return true;
165 case 'f': return true;
166 case 'e': return true;
167 case 'E': return true;
168 case 'g': return true;
169 case 'G': return true;
170 case 'a': return true;
171 case 'A': return true;
172 case 'b': return true;
173 case 'B': return true;
174 case 'h': return true;
175 case 'H': return true;
176 case '%': return true;
177 case 'n': return true;
252 case 'u':
257 case 't':
258 case 'n':
259 case '#':
260 case '@':
261 case '?':
262 case '"':
263 case '\'':
264 case '\\':