HomeSort by relevance Sort by last modified time
    Searched refs:CHARACTERS (Results 1 - 25 of 60) sorted by null

1 2 3

  /packages/apps/Stk/src/com/android/stk/
StkDigitsKeyListener.java 29 return CHARACTERS;
45 * The characters that are used.
50 public static final char[] CHARACTERS = new char[] {
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 67 // First add the digits, then add all the non-pattern characters seen in the pattern for
74 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters);
76 mCharacters = CHARACTERS;
107 * This field used to list the characters that were used. But is now a fixed data
117 public static final char[] CHARACTERS = new char[] {
DateTimeKeyListener.java 70 // the non-pattern characters seen in the patterns for "yMdhms" and "yMdHms".
85 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters);
88 mCharacters = CHARACTERS;
119 * This field used to list the characters that were used. But is now a fixed data
128 public static final char[] CHARACTERS = new char[] {
TimeKeyListener.java 70 // the non-pattern characters seen in the patterns for "hms" and "Hms".
85 mNeedsAdvancedInput = !ArrayUtils.containsAll(CHARACTERS, mCharacters);
88 mCharacters = CHARACTERS;
119 * This field used to list the characters that were used. But is now a fixed data
128 public static final char[] CHARACTERS = new char[] {
DialerKeyListener.java 36 return CHARACTERS;
106 * The characters that are used.
111 public static final char[] CHARACTERS = new char[] {
TextKeyListener.java 123 if (cap == Capitalize.CHARACTERS) {
213 NONE, SENTENCES, WORDS, CHARACTERS,
  /cts/tests/tests/text/src/android/text/method/cts/
DateTimeKeyListenerTest.java 84 assertNotNull(DateTimeKeyListener.CHARACTERS);
87 assertSame(DateTimeKeyListener.CHARACTERS, emptyMockDateTimeKeyListener.getAcceptedChars());
91 assertNotSame(DateTimeKeyListener.CHARACTERS, usMockDateTimeKeyListener.getAcceptedChars());
120 // Fallback for locales that need more characters.
133 // Persian needs more characters then typically provided by datetime inputs, so it falls
168 if ('a' == kcm.getMatch(KeyEvent.KEYCODE_A, DateTimeKeyListener.CHARACTERS)) {
175 if ('p' == kcm.getMatch(KeyEvent.KEYCODE_P, DateTimeKeyListener.CHARACTERS)) {
182 if ('m' == kcm.getMatch(KeyEvent.KEYCODE_M, DateTimeKeyListener.CHARACTERS)) {
189 int keyCode = TextMethodUtils.getUnacceptedKeyCode(DateTimeKeyListener.CHARACTERS);
TimeKeyListenerTest.java 80 assertNotNull(TimeKeyListener.CHARACTERS);
83 assertSame(TimeKeyListener.CHARACTERS, mockTimeKeyListener.getAcceptedChars());
86 assertNotSame(TimeKeyListener.CHARACTERS, usMockTimeKeyListener.getAcceptedChars());
116 // Fallback for locales that need more characters.
129 // Persian needs more characters then typically provided by datetime inputs, so it falls
165 if ('a' == kcm.getMatch(KeyEvent.KEYCODE_A, TimeKeyListener.CHARACTERS)) {
172 if ('p' == kcm.getMatch(KeyEvent.KEYCODE_P, TimeKeyListener.CHARACTERS)) {
179 if ('m' == kcm.getMatch(KeyEvent.KEYCODE_M, TimeKeyListener.CHARACTERS)) {
186 int keyCode = TextMethodUtils.getUnacceptedKeyCode(TimeKeyListener.CHARACTERS);
DateKeyListenerTest.java 82 assertNotNull(DateKeyListener.CHARACTERS);
85 assertSame(DateKeyListener.CHARACTERS, emptyMockDateKeyListener.getAcceptedChars());
88 assertNotSame(DateKeyListener.CHARACTERS, usMockDateKeyListener.getAcceptedChars());
117 // Fallback for locales that need more characters.
130 // Persian needs more characters then typically provided by datetime inputs, so it falls
161 int keyCode = TextMethodUtils.getUnacceptedKeyCode(DateKeyListener.CHARACTERS);
TextKeyListenerTest.java 72 // Index of the characters(start with 0):
77 assertTrue(TextKeyListener.shouldCap(Capitalize.CHARACTERS, str, 0));
82 assertTrue(TextKeyListener.shouldCap(Capitalize.CHARACTERS, str, 6));
87 assertTrue(TextKeyListener.shouldCap(Capitalize.CHARACTERS, str, 13));
92 assertTrue(TextKeyListener.shouldCap(Capitalize.CHARACTERS, str, 14));
103 new TextKeyListener(Capitalize.CHARACTERS, true));
122 TextKeyListener listener4 = TextKeyListener.getInstance(true, Capitalize.CHARACTERS);
181 TextKeyListener textKeyListener = new TextKeyListener(Capitalize.CHARACTERS, true);
265 listener = TextKeyListener.getInstance(false, Capitalize.CHARACTERS);
MultiTapKeyListenerTest.java 80 = spy(new MultiTapKeyListener(Capitalize.CHARACTERS, true));
97 = MultiTapKeyListener.getInstance(true, Capitalize.CHARACTERS);
134 Capitalize.CHARACTERS);
258 new MultiTapKeyListener(Capitalize.CHARACTERS, true);
269 listener = MultiTapKeyListener.getInstance(true, Capitalize.CHARACTERS);
DialerKeyListenerTest.java 86 assertArrayEquals(DialerKeyListener.CHARACTERS,
QwertyKeyListenerTest.java 91 Capitalize.CHARACTERS);
245 listener = QwertyKeyListener.getInstance(false, Capitalize.CHARACTERS);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTestsHelper.java 45 * Characters for generating random words.
47 private static final String[] CHARACTERS = {
135 final int lengthOfChars = CHARACTERS.length;
139 builder.append(CHARACTERS[(int)(lvalue % lengthOfChars)]);
  /external/python/cpython3/Lib/test/
test_pulldom.py 57 self.assertEqual(pulldom.CHARACTERS, evt) # Line break
62 self.assertEqual(pulldom.CHARACTERS, evt)
67 self.assertEqual(pulldom.CHARACTERS, evt)
74 self.assertEqual(pulldom.CHARACTERS, evt)
82 self.assertEqual(pulldom.CHARACTERS, evt)
90 self.assertEqual(pulldom.CHARACTERS, evt)
97 self.assertEqual(pulldom.CHARACTERS, evt)
123 self.assertEqual(next(items)[0], pulldom.CHARACTERS)
216 self.assertEqual(pulldom.CHARACTERS, evt)
250 h.characters("text"
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StaxDocumentLoader.java 61 case XMLStreamConstants.CHARACTERS:
  /external/python/cpython3/Lib/xml/dom/
pulldom.py 11 CHARACTERS = "CHARACTERS"
154 def characters(self, chars): member in class:PullDOM
156 self.lastEvent[1] = [(CHARACTERS, node), None]
315 def characters(self, chars): member in class:SAX2DOM
316 PullDOM.characters(self, chars)
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 165 mBindingObject.setCapitalize(TextKeyListener.Capitalize.CHARACTERS);
202 return TextKeyListener.Capitalize.CHARACTERS;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /external/python/cpython2/Lib/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 17 CHARACTERS = "CHARACTERS"
160 def characters(self, chars): member in class:PullDOM
162 self.lastEvent[1] = [(CHARACTERS, node), None]
321 def characters(self, chars): member in class:SAX2DOM
322 PullDOM.characters(self, chars)

Completed in 466 milliseconds

1 2 3