Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java116 private List<NumberFormat> possibleFormats = new ArrayList<NumberFormat>(); field in AsYouTypeFormatter
151 Iterator<NumberFormat> it = possibleFormats.iterator(); in maybeCreateNewTemplate()
188 possibleFormats.add(format); in getAvailableFormats()
201 Iterator<NumberFormat> it = possibleFormats.iterator(); in narrowDownPossibleFormats()
282 possibleFormats.clear(); in clear()
370 if (possibleFormats.size() > 0) { // The formatting patterns are already chosen. in inputDigitWithOptionToRememberPosition()
394 possibleFormats.clear(); in attemptToChoosePatternWithPrefixExtracted()
432 for (NumberFormat numberFormat : possibleFormats) { in attemptToFormatAccruedDigits()
655 if (possibleFormats.size() == 1) { in inputDigitHelper()