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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatchTest.java 36 PhoneNumberMatch match1 = new PhoneNumberMatch(10, "1 800 234 45 67", number); local
39 assertEquals(match1, match2);
40 assertEquals(match1.hashCode(), match2.hashCode());
41 assertEquals(match1.start(), match2.start());
42 assertEquals(match1.end(), match2.end());
43 assertEquals(match1.number(), match2.number());
44 assertEquals(match1.rawString(), match2.rawString());
45 assertEquals("1 800 234 45 67", match1.rawString());
PhoneNumberMatcherTest.java 331 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "650-253-4561", number1); local
339 assertEquals(match1, matches.next());
586 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "033316005", number1); local
596 assertEquals(match1, matches.next());
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
switch.js 45 var match1 = false; variable
52 match1 = true;
61 true, match1);
71 var match1 = false; variable
83 match1 = true;
99 false, match1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial.h 133 unsigned char mask1, match1; member in struct:serial_multiport_struct
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 348 String match1 = rootId; local
350 if (match1.startsWith(ID_PREFIX)) {
351 match2 = '"' + NEW_ID_PREFIX + match1.substring(ID_PREFIX.length()) + '"';
352 match1 = '"' + match1 + '"';
353 } else if (match1.startsWith(NEW_ID_PREFIX)) {
354 match2 = '"' + ID_PREFIX + match1.substring(NEW_ID_PREFIX.length()) + '"';
355 match1 = '"' + match1 + '"';
387 if (attributeValue.equals(match1) || attributeValue.equals(match2))
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 430 final char match1 = sequence.charAt(0);
434 return c == match1 || c == match2;
437 table.set(match1);
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 81 milliseconds