Home
last modified time | relevance | path

Searched refs:possibleFormats (Results 1 – 2 of 2) 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()
187 possibleFormats.add(format); in getAvailableFormats()
200 Iterator<NumberFormat> it = possibleFormats.iterator(); in narrowDownPossibleFormats()
281 possibleFormats.clear(); in clear()
368 if (possibleFormats.size() > 0) { // The formatting patterns are already chosen. in inputDigitWithOptionToRememberPosition()
392 possibleFormats.clear(); in attemptToChoosePatternWithPrefixExtracted()
430 for (NumberFormat numberFormat : possibleFormats) { in attemptToFormatAccruedDigits()
652 if (possibleFormats.size() == 1) { in inputDigitHelper()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...