Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java108 private List<NumberFormat> possibleFormats = new ArrayList<NumberFormat>(); field in AsYouTypeFormatter
143 Iterator<NumberFormat> it = possibleFormats.iterator(); in maybeCreateNewTemplate()
197 possibleFormats.add(format); in getAvailableFormats()
205 Iterator<NumberFormat> it = possibleFormats.iterator(); in narrowDownPossibleFormats()
274 possibleFormats.clear(); in clear()
362 if (possibleFormats.size() > 0) { // The formatting patterns are already chosen. in inputDigitWithOptionToRememberPosition()
386 possibleFormats.clear(); in attemptToChoosePatternWithPrefixExtracted()
424 for (NumberFormat numberFormat : possibleFormats) { in attemptToFormatAccruedDigits()
659 if (possibleFormats.size() == 1) { in inputDigitHelper()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js378 var possibleFormats = [];
390 possibleFormats.push(this.possibleFormats_[i]);
400 possibleFormats.push(this.possibleFormats_[i]);
403 this.possibleFormats_ = possibleFormats;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSRGBTextureTest.cpp312 constexpr GLenum possibleFormats[] = {GL_RGB8, in TEST_P() local
339 for (GLenum format : possibleFormats) in TEST_P()