Searched refs:utf8_text (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/base/ime/ |
D | composition_text_util_pango.cc | 17 void ExtractCompositionTextFromGtkPreedit(const gchar* utf8_text, in ExtractCompositionTextFromGtkPreedit() argument 22 composition->text = base::UTF8ToUTF16(utf8_text); in ExtractCompositionTextFromGtkPreedit() 48 int utf8_length = strlen(utf8_text); in ExtractCompositionTextFromGtkPreedit() 62 start = g_utf8_pointer_to_offset(utf8_text, utf8_text + start); in ExtractCompositionTextFromGtkPreedit() 63 end = g_utf8_pointer_to_offset(utf8_text, utf8_text + end); in ExtractCompositionTextFromGtkPreedit()
|
D | composition_text_util_pango.h | 20 const gchar* utf8_text,
|
/external/chromium_org/ui/base/clipboard/ |
D | scoped_clipboard_writer.cc | 113 std::string utf8_text = base::UTF16ToUTF8(text); in WriteTextOrURL() local 116 parameters.push_back(Clipboard::ObjectMapParam(utf8_text.begin(), in WriteTextOrURL() 117 utf8_text.end())); in WriteTextOrURL() 121 url_text_ = utf8_text; in WriteTextOrURL()
|
/external/chromium_org/components/translate/core/language_detection/ |
D | language_detection_util.cc | 113 std::string utf8_text(base::UTF16ToUTF8(text)); in DetermineTextLanguage() local 117 utf8_text.c_str(), (int)utf8_text.size(), true, language3, percent3, in DetermineTextLanguage()
|