HomeSort by relevance Sort by last modified time
    Searched refs:PAGER (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/tests/
test_config 5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
ExampleNumbersTest.java 131 Set<PhoneNumberType> pagerTypes = EnumSet.of(PhoneNumberType.PAGER);
132 checkNumbersValidAndCorrectType(PhoneNumberType.PAGER, pagerTypes);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 114 PAGER,
    [all...]
phonenumberutil.cc 148 case PhoneNumberUtil::PAGER:
149 return &metadata.pager();
240 if (IsNumberMatchingDesc(national_number, metadata.pager(), regexp_cache)) {
241 VLOG(4) << "Number is a pager number.";
242 return PhoneNumberUtil::PAGER;
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 420 PAGER,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 912 "help pdb" pipes the full documentation file to the $PAGER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 912 "help pdb" pipes the full documentation file to the $PAGER
    [all...]

Completed in 413 milliseconds