OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:possibleLength
(Results
1 - 2
of
2
) sorted by null
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java
156
Integer
possibleLength
= currentSetOfLengths.last();
158
if (phonePrefixStr.length() >
possibleLength
) {
159
phonePrefix = Long.parseLong(phonePrefixStr.substring(0,
possibleLength
));
169
currentSetOfLengths = currentSetOfLengths.headSet(
possibleLength
);
/packages/apps/ContactsCommon/libs/
geocoder-2.9.jar
Completed in 94 milliseconds