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.h35 bool is_system_key, int unicode_text);
/external/chromium/net/ftp/
H A Dftp_util.cc116 icu::UnicodeString unicode_text(text.data(), text.size());
147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) {

Completed in 69 milliseconds