OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:descriptionsset
(Results
1 - 1
of
1
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java
116
SortedSet<String>
descriptionsSet
= new TreeSet<String>();
128
descriptionsSet
.add(entry.getValue());
132
descIndexSizeInBytes = getOptimalNumberOfBytesForValue(
descriptionsSet
.size() - 1);
134
descriptionPool = new String[
descriptionsSet
.size()];
135
descriptionsSet
.toArray(descriptionPool);
Completed in 83 milliseconds