OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:possibleFormats
(Results
1 - 3
of
3
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java
116
private List<NumberFormat>
possibleFormats
= new ArrayList<NumberFormat>();
151
Iterator<NumberFormat> it =
possibleFormats
.iterator();
167
} else { // Remove the current number format from
possibleFormats
.
187
possibleFormats
.add(format);
200
Iterator<NumberFormat> it =
possibleFormats
.iterator();
281
possibleFormats
.clear();
368
if (
possibleFormats
.size() > 0) { // The formatting patterns are already chosen.
392
possibleFormats
.clear();
427
for (NumberFormat numberFormat :
possibleFormats
) {
647
if (
possibleFormats
.size() == 1)
[
all
...]
/packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar
/external/zxing/core/
core.jar
Completed in 2404 milliseconds