Home
last modified time | relevance | path

Searched refs:DIGIT_PLACEHOLDER (Results 1 – 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java98 private static final String DIGIT_PLACEHOLDER = "\u2008"; field in AsYouTypeFormatter
99 private static final Pattern DIGIT_PATTERN = Pattern.compile(DIGIT_PLACEHOLDER);
259 template = template.replaceAll("9", DIGIT_PLACEHOLDER); in getFormattingTemplate()