OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:possibleLengths
(Results
1 - 3
of
3
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DefaultMapStorage.java
56
possibleLengths
.add((int) Math.log10(prefix) + 1);
75
possibleLengths
.clear();
77
possibleLengths
.add(objectInput.readInt());
88
int sizeOfLengths =
possibleLengths
.size();
90
for (Integer length :
possibleLengths
) {
AreaCodeMapStorageStrategy.java
34
protected final TreeSet<Integer>
possibleLengths
= new TreeSet<Integer>();
92
return
possibleLengths
;
FlyweightMapStorage.java
82
possibleLengths
.add((int) Math.log10(prefix) + 1);
118
possibleLengths
.clear();
120
possibleLengths
.add(objectInput.readInt());
161
int sizeOfLengths =
possibleLengths
.size();
163
for (Integer length :
possibleLengths
) {
Completed in 482 milliseconds