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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dunicodestring.cc65 UnicodeText unicode_text; local
66 unicode_text.append(text_.begin(), start_it);
67 unicode_text.append(src.text_);
69 unicode_text.append(start_it, text_.end());
70 text_ = unicode_text;
78 UnicodeText unicode_text;
79 unicode_text.append(text_.begin(), pos_it);
80 unicode_text.push_back(c);
82 unicode_text.append(pos_it, text_.end());
83 text_ = unicode_text;
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.h37 bool is_system_key, int unicode_text);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc35 icu::UnicodeString unicode_text(
38 normalizer2->normalize(unicode_text, unicode_normalized_text, status);

Completed in 955 milliseconds