Searched refs:unicode_char (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.h45 int unicode_char);
H A Dime_adapter_android.cc43 // type, |modifiers|, |time_ms|, |key_code|, |unicode_char| is used to create
54 int unicode_char) {
61 time_ms / 1000.0, key_code, unicode_char, is_system_key);
173 bool is_system_key, int unicode_char) {
176 time_ms, key_code, is_system_key, unicode_char);
188 time_ms / 1000.0, key_code, unicode_char,
46 NativeWebKeyboardEventFromKeyEvent( JNIEnv* env, jobject java_key_event, int action, int modifiers, long time_ms, int key_code, bool is_system_key, int unicode_char) argument
169 SendKeyEvent(JNIEnv* env, jobject, jobject original_key_event, int action, int modifiers, long time_ms, int key_code, bool is_system_key, int unicode_char) argument
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc276 char32 ToUnicodeCodepoint(const char* unicode_char) { argument
278 EncodingUtils::DecodeUTF8Char(unicode_char, &codepoint);
331 char unicode_char[5]; local
341 int char_len = it.get_utf8(unicode_char);
342 normalized_number.append(unicode_char, char_len);

Completed in 703 milliseconds