OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descriptionPool
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java
51
private String[]
descriptionPool
;
66
return
descriptionPool
[indexInDescriptionPool];
96
descriptionPool
= new String[descriptionsSet.size()];
97
descriptionsSet.toArray(
descriptionPool
);
104
int positionInDescriptionPool = Arrays.binarySearch(
descriptionPool
, description);
126
if (
descriptionPool
== null ||
descriptionPool
.length < descriptionPoolSize) {
127
descriptionPool
= new String[descriptionPoolSize];
131
descriptionPool
[i] = description;
168
objectOutput.writeInt(
descriptionPool
.length)
[
all
...]
/packages/apps/ContactsCommon/libs/
geocoder-2.9.jar
Completed in 501 milliseconds