OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:possibleFormats
(Results
1 - 2
of
2
) 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
.
186
possibleFormats
.add(format);
199
Iterator<NumberFormat> it =
possibleFormats
.iterator();
278
possibleFormats
.clear();
365
if (
possibleFormats
.size() > 0) { // The formatting pattern is already chosen.
389
possibleFormats
.clear();
419
for (NumberFormat numberFormat :
possibleFormats
) {
628
if (
possibleFormats
.size() == 1)
[
all
...]
/external/zxing/core/
core.jar
Completed in 143 milliseconds