OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicode_char
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/
ime_adapter_android.cc
31
// type, |modifiers|, |time_ms|, |key_code|, |
unicode_char
| is used to create
42
int
unicode_char
) {
49
time_ms, key_code,
unicode_char
, is_system_key);
110
bool is_system_key, int
unicode_char
) {
113
time_ms, key_code, is_system_key,
unicode_char
);
125
time_ms, key_code,
unicode_char
,
ime_adapter_android.h
42
int
unicode_char
);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc
276
char32 ToUnicodeCodepoint(const char*
unicode_char
) {
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);
[
all
...]
Completed in 85 milliseconds