Home
last modified time | relevance | path

Searched refs:unicode_char (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dime_adapter_android.cc54 int unicode_char) { in NativeWebKeyboardEventFromKeyEvent() argument
61 time_ms / 1000.0, key_code, unicode_char, is_system_key); in NativeWebKeyboardEventFromKeyEvent()
173 bool is_system_key, int unicode_char) { in SendKeyEvent() argument
176 time_ms, key_code, is_system_key, unicode_char); in SendKeyEvent()
188 time_ms / 1000.0, key_code, unicode_char, in SendKeyEvent()
Dime_adapter_android.h45 int unicode_char);
/external/qemu/qobject/
Djson-parser.c237 uint16_t unicode_char = 0; in qstring_from_escaped_str() local
245 unicode_char |= hex2decimal(*ptr) << ((3 - i) * 4); in qstring_from_escaped_str()
254 wchar_to_utf8(unicode_char, utf8_char, sizeof(utf8_char)); in qstring_from_escaped_str()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.cc276 char32 ToUnicodeCodepoint(const char* unicode_char) { in ToUnicodeCodepoint() argument
278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint); in ToUnicodeCodepoint()
331 char unicode_char[5]; in NormalizeHelper() local
341 int char_len = it.get_utf8(unicode_char); in NormalizeHelper()
342 normalized_number.append(unicode_char, char_len); in NormalizeHelper()