HomeSort by relevance Sort by last modified time
    Searched defs:getPossibleLengthCount (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonemetadata.java 214 for (int i = 0; i < other.getPossibleLengthCount(); i++) {
252 public int getPossibleLengthCount() { return possibleLength_.size(); }
312 int possibleLengthSize = getPossibleLengthCount();
    [all...]
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
Phonemetadata.java 232 for (int i = 0; i < other.getPossibleLengthCount(); i++) {
271 public int getPossibleLengthCount() { return possibleLength_.size(); }
331 int possibleLengthSize = getPossibleLengthCount();
    [all...]

Completed in 52 milliseconds