Package com.google.i18n.phonenumbers.internal


package com.google.i18n.phonenumbers.internal
  • Class
    Description
    Utility class for checking whether identifiers region code and country calling code belong to geographical entities.
    Internal phonenumber matching API used to isolate the underlying implementation of the matcher and allow different implementations to be swapped in easily.
    Implementation of the matcher API using the regular expressions in the PhoneNumberDesc proto message to match numbers.
    LRU Cache for compiled regular expressions used by the libphonenumbers libary.