Home
last modified time | relevance | path

Searched defs:match2 (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumbermatch_test.cc47 PhoneNumberMatch match2(10, "1 800 234 45 67", number); in TEST() local
69 PhoneNumberMatch match2; in TEST() local
86 PhoneNumberMatch match2; in TEST() local
Dphonenumbermatcher_test.cc776 PhoneNumberMatch match2(21, "455-234-3451", number2); in TEST_F() local
1111 PhoneNumberMatch match2(19, "032316005", number2); in TEST_F() local
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatchTest.java35 PhoneNumberMatch match2 = new PhoneNumberMatch(10, "1 800 234 45 67", number); in testValueTypeSemantics() local
DPhoneNumberMatcherTest.java411 PhoneNumberMatch match2 = new PhoneNumberMatch(21, "455-234-3451", number2); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation() local
728 PhoneNumberMatch match2 = new PhoneNumberMatch(19, "032316005", number2); in testSequences() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java777 CharsetMatch match2 = detector2.detect(); in TestFreshDetectorEachTime() local
793 CharsetMatch match2 = detector.detect(); in TestReusingDetector() local
1169 CharsetMatch match2 = csd2.detect(); in TestBug6954() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
DTestCharsetDetector.java780 CharsetMatch match2 = detector2.detect(); in TestFreshDetectorEachTime() local
796 CharsetMatch match2 = detector.detect(); in TestReusingDetector() local
1172 CharsetMatch match2 = csd2.detect(); in TestBug6954() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dalexa.c119 *match2 = "\x0d\x0a\x0d\x0a"; variable
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp833 const UCharsetMatch *match2 = ucsdet_detect(csd2.getAlias(), &status); in Ticket6954Test() local
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c487 static int compare_fields(FieldMatchContext *fm, int match1, int match2, int field) in compare_fields()