Searched defs:unicode_text (Results 1 - 1 of 1) 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...]

Completed in 84 milliseconds