Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatchTest.java34 PhoneNumberMatch match1 = new PhoneNumberMatch(10, "1 800 234 45 67", number); in testValueTypeSemantics() local
DPhoneNumberMatcherTest.java406 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "650-253-4561", number1); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation() local
723 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "033316005", number1); in testSequences() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java110 … Collection match1 = getSigners(new SignerId(selector.getIssuer(), selector.getSerialNumber())); in getSigners() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java771 CharsetMatch match1 = detector1.detect(); in TestFreshDetectorEachTime() local
789 CharsetMatch match1 = detector.detect(); in TestReusingDetector() local
1161 CharsetMatch match1 = csd1.detect(); in TestBug6954() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java774 CharsetMatch match1 = detector1.detect(); in TestFreshDetectorEachTime() local
792 CharsetMatch match1 = detector.detect(); in TestReusingDetector() local
1164 CharsetMatch match1 = csd1.detect(); in TestBug6954() local
/external/rust/crates/unicode-segmentation/src/
Dsentence.rs93 fn match1(&self, part: StatePart) -> bool { in match1() method
/external/kernel-headers/original/uapi/linux/
Dserial.h87 unsigned char mask1, match1; member
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp820 const UCharsetMatch *match1 = ucsdet_detect(csd1.getAlias(), &status); in Ticket6954Test() local
/external/zstd/lib/compress/
Dzstd_fast.c103 const BYTE* match1 = base + matchIndex1; in ZSTD_compressBlock_fast_generic() local