Lines Matching refs:aUnshiftedCharCode

140                                              uint32_t* aUnshiftedCharCode,  in GetLatinCharCodeForKeyCode()  argument
142 MOZ_ASSERT(aUnshiftedCharCode && aShiftedCharCode, in GetLatinCharCodeForKeyCode()
146 *aUnshiftedCharCode = *aShiftedCharCode = aKeyCode; in GetLatinCharCodeForKeyCode()
150 *aUnshiftedCharCode += 0x20; in GetLatinCharCodeForKeyCode()
159 *aUnshiftedCharCode = aKeyCode; in GetLatinCharCodeForKeyCode()
165 *aUnshiftedCharCode = ' '; in GetLatinCharCodeForKeyCode()
168 *aUnshiftedCharCode = ':'; in GetLatinCharCodeForKeyCode()
171 *aUnshiftedCharCode = ';'; in GetLatinCharCodeForKeyCode()
174 *aUnshiftedCharCode = '<'; in GetLatinCharCodeForKeyCode()
177 *aUnshiftedCharCode = '='; in GetLatinCharCodeForKeyCode()
180 *aUnshiftedCharCode = '>'; in GetLatinCharCodeForKeyCode()
183 *aUnshiftedCharCode = '?'; in GetLatinCharCodeForKeyCode()
186 *aUnshiftedCharCode = '@'; in GetLatinCharCodeForKeyCode()
189 *aUnshiftedCharCode = '^'; in GetLatinCharCodeForKeyCode()
192 *aUnshiftedCharCode = '!'; in GetLatinCharCodeForKeyCode()
195 *aUnshiftedCharCode = '"'; in GetLatinCharCodeForKeyCode()
198 *aUnshiftedCharCode = '#'; in GetLatinCharCodeForKeyCode()
201 *aUnshiftedCharCode = '$'; in GetLatinCharCodeForKeyCode()
204 *aUnshiftedCharCode = '%'; in GetLatinCharCodeForKeyCode()
207 *aUnshiftedCharCode = '&'; in GetLatinCharCodeForKeyCode()
210 *aUnshiftedCharCode = '_'; in GetLatinCharCodeForKeyCode()
213 *aUnshiftedCharCode = '('; in GetLatinCharCodeForKeyCode()
216 *aUnshiftedCharCode = ')'; in GetLatinCharCodeForKeyCode()
219 *aUnshiftedCharCode = '*'; in GetLatinCharCodeForKeyCode()
222 *aUnshiftedCharCode = '+'; in GetLatinCharCodeForKeyCode()
225 *aUnshiftedCharCode = '|'; in GetLatinCharCodeForKeyCode()
228 *aUnshiftedCharCode = '-'; in GetLatinCharCodeForKeyCode()
231 *aUnshiftedCharCode = '{'; in GetLatinCharCodeForKeyCode()
234 *aUnshiftedCharCode = '}'; in GetLatinCharCodeForKeyCode()
237 *aUnshiftedCharCode = '~'; in GetLatinCharCodeForKeyCode()
240 *aUnshiftedCharCode = ','; in GetLatinCharCodeForKeyCode()
243 *aUnshiftedCharCode = '.'; in GetLatinCharCodeForKeyCode()
246 *aUnshiftedCharCode = '/'; in GetLatinCharCodeForKeyCode()
249 *aUnshiftedCharCode = '`'; in GetLatinCharCodeForKeyCode()
252 *aUnshiftedCharCode = '['; in GetLatinCharCodeForKeyCode()
255 *aUnshiftedCharCode = '\\'; in GetLatinCharCodeForKeyCode()
258 *aUnshiftedCharCode = ']'; in GetLatinCharCodeForKeyCode()
261 *aUnshiftedCharCode = '\''; in GetLatinCharCodeForKeyCode()
264 *aUnshiftedCharCode = 0; in GetLatinCharCodeForKeyCode()