HomeSort by relevance Sort by last modified time
    Searched full:temp_template (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 271 UnicodeString temp_template; local
272 GetFormattingTemplate(number_pattern, number_format, &temp_template);
274 if (temp_template.length() > 0) {
275 formatting_template_.append(temp_template);
733 UnicodeString temp_template = formatting_template_; local
734 placeholder_pos = temp_template.indexOf(placeholder_codepoint);
735 temp_template.setCharAt(placeholder_pos, UnicodeString(next_char)[0]);
737 formatting_template_.replace(0, temp_template.length(), temp_template);

Completed in 507 milliseconds