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
61
possibleLengths
.add((int) Math.log10(prefix) + 1);
80
possibleLengths
.clear();
82
possibleLengths
.add(objectInput.readInt());
93
int sizeOfLengths =
possibleLengths
.size();
95
for (Integer length :
possibleLengths
) {
AreaCodeMapStorageStrategy.java
35
protected final TreeSet<Integer>
possibleLengths
= new TreeSet<Integer>();
58
return
possibleLengths
;
FlyweightMapStorage.java
127
possibleLengths
.add((int) Math.log10(prefix) + 1);
178
possibleLengths
.clear();
180
possibleLengths
.add(objectInput.readInt());
232
int sizeOfLengths =
possibleLengths
.size();
234
for (Integer length :
possibleLengths
) {
Completed in 164 milliseconds