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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 31 NOT_A_NUMBER,
PhoneNumberUtil.java 435 NOT_A_NUMBER,
    [all...]
  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 251 static const unsigned NOT_A_NUMBER = 0xffff;
284 unsigned_ranges ExcludeRes = { {NOT_A_NUMBER, NOT_A_NUMBER} };
294 unsigned_ranges IntersectRes = { {NOT_A_NUMBER, NOT_A_NUMBER} };
311 unsigned_ranges ExcludeRes = { {NOT_A_NUMBER, NOT_A_NUMBER} };
321 unsigned_ranges IntersectRes = { { NOT_A_NUMBER, NOT_A_NUMBER } };
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 129 INVALID_NUMBER, // NOT_A_NUMBER in the java version.
139 NOT_A_NUMBER,
    [all...]

Completed in 490 milliseconds