Home
last modified time | relevance | path

Searched refs:NumberTest (Results 1 - 6 of 6) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java429 private static final NumberTest[] IMPOSSIBLE_CASES = {
430 new NumberTest("12345", RegionCode.US),
431 new NumberTest("23456789", RegionCode.US),
432 new NumberTest("234567890112", RegionCode.US),
433 new NumberTest("650+253+1234", RegionCode.US),
434 new NumberTest("3/10/1984", RegionCode.CA),
435 new NumberTest("03/27/2011", RegionCode.US),
436 new NumberTest("31/8/2011", RegionCode.US),
437 new NumberTest("1/12/2011", RegionCode.US),
438 new NumberTest("1
1081 private static class NumberTest { global() class in PhoneNumberMatcherTest
1085 NumberTest(String rawString, String regionCode) { NumberTest() method in PhoneNumberMatcherTest.NumberTest
[all...]
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc55 struct NumberTest { struct
63 NumberTest(const string& raw_string, const string& region) in NumberTest() function
105 const std::vector<NumberTest>& test_cases, in DoTestNumberMatchesForLeniency()
108 for (std::vector<NumberTest>::const_iterator test = test_cases.begin(); in DoTestNumberMatchesForLeniency()
128 const std::vector<NumberTest>& test_cases, in DoTestNumberNonMatchesForLeniency()
131 for (std::vector<NumberTest>::const_iterator test = test_cases.begin(); in DoTestNumberNonMatchesForLeniency()
801 static const NumberTest kImpossibleCases[] = {
802 NumberTest("12345", RegionCode::US()),
803 NumberTest("23456789", RegionCode::US()),
804 NumberTest("23456789011
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditformat.cpp62 #include "numbertest.h" // NumberTest
225 TESTCLASS(51,NumberTest); in runIndexedTest()
H A Dnumbertest.h32 // and then add it as a switch statement in NumberTest at the bottom of this file. /////////
388 class NumberTest : public IntlTest { class
392 logln("TestSuite NumberTest: ");
/third_party/python/Lib/test/
H A Dtest_richcmp.py138 class NumberTest(unittest.TestCase): class
H A Dtest_array.py1208 class NumberTest(BaseTest): class
1306 class IntegerNumberTest(NumberTest):
1411 class FPTest(NumberTest):

Completed in 7 milliseconds