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

1 2 3 4

  /libcore/luni/src/main/java/java/sql/
Types.java 129 * The type code that identifies the SQL type {@code NUMERIC}.
131 public static final int NUMERIC = 2;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 46 NUMERIC='numeric'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 46 NUMERIC='numeric'
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java 612 * so as to only preserve the difference between string and numeric form. So
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 51 assertEquals(NUMERIC, 2);
  /hardware/ril/reference-ril/
atchannel.h 48 NUMERIC, /* a single intermediate response starting with a 0-9 */
atchannel.c 254 case NUMERIC:
819 err = at_send_command_full (command, NUMERIC, NULL,
933 * Assumes AT+CMEE=1 (numeric) mode
  /external/icu/icu4c/source/i18n/
collationsettings.h 38 * Options bit 1: Numeric collation.
41 * Treat digit sequences as numbers with CE sequences in numeric order,
44 static const int32_t NUMERIC = 2;
209 return (options & NUMERIC) != 0;
collationfastlatin.cpp 98 if(digitsAreReordered || (settings.options & CollationSettings::NUMERIC) != 0) {
141 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
172 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
482 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
519 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 387 * Tests for numeric characters
392 errln("Numeric value of 0x00BC expected to be -2");
399 errln("Numeric value of " + (char)i + " expected to be " +
407 errln("Numeric value of " + (char)i + " expected to be " +
416 errln("Numeric value of " + (char)i + " expected to be " +
428 errln("Numeric value of \\u" +
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 57 private static final int NUMERIC = 0;
118 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC], width, height);
138 mNumericKeyboard = new PasswordEntryKeyboard(mContext, mLayouts[NUMERIC]);
169 mKeyboardView.setPreviewEnabled(false); // never show popup for numeric keypad
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 65 Telephony.Carriers.NUMERIC + " TEXT," +
96 Telephony.Carriers.NUMERIC, // 6
256 row.put(Telephony.Carriers.NUMERIC,
ApnsXmlProcessor.java 241 // Set numeric to be canonicalized mcc/mnc like "310120", always 6 digits
245 apnValues.put(Telephony.Carriers.NUMERIC, canonicalMccMnc);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 28 * Options bit 1: Numeric collation.
31 * Treat digit sequences as numbers with CE sequences in numeric order,
34 public static final int NUMERIC = 2;
435 return (options & NUMERIC) != 0;
CollationFastLatin.java 55 // (If we supported numeric collation, then digits would have to have long primaries
273 if(digitsAreReordered || (settings.options & CollationSettings.NUMERIC) != 0) {
310 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
346 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 111 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
112 // "adg" in case of 12-key(NUMERIC) keyboard
130 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
131 // "adg" in case of 12-key(NUMERIC) keyboard
  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 153 Telephony.Carriers.NUMERIC, // 5
262 String numeric = PhoneUtils.get(mSubId).getSimOperatorNumeric(); local
264 if (numeric != null && numeric.length() > 4) {
266 String mcc = numeric.substring(0, 3);
268 String mnc = numeric.substring(3);
381 values.put(Telephony.Carriers.NUMERIC, mcc + mnc);
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 124 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
125 // "HELLO" in case of 12-key(NUMERIC) keyboard
TextKeyListenerTest.java 178 * NUMERIC key board, text will be "g", else text will be "".
202 } else if (KeyCharacterMap.NUMERIC == keyType) {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 231 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
232 // 'Q' in case of 12-key(NUMERIC) keyboard
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestBagFormatter.java 54 if (type == UnicodeProperty.NUMERIC || type == UnicodeProperty.EXTENDED_NUMERIC) {
101 us = new UnicodeSet("[:numeric_type=numeric:]");
102 BagFormatter.CONSOLE.println("[:numeric_type=numeric:]");
  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 192 } else if (kind == KeyCharacterMap.NUMERIC) {
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 39 * might be a {@link #NUMERIC} or {@link #SPECIAL_FUNCTION} keyboard, or there
57 * A numeric (12-key) keyboard.
59 * A numeric keyboard supports text entry using a multi-tap approach.
66 public static final int NUMERIC = 1;
409 * The character value is returned, not the numeric value.
412 * This method is intended to to support dial pads and other numeric or
425 * @return The associated numeric or symbolic character, or 0 if none.
634 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
ICUPropertyFactory.java 321 if (type == UnicodeProperty.NUMERIC || type == EXTENDED_NUMERIC) {
374 return UnicodeProperty.NUMERIC;
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 238 "numeric TEXT DEFAULT ''," +
273 "UNIQUE (numeric, mcc, mnc, apn, proxy, port, mmsproxy, mmsport, mmsc," +
906 String numeric = mcc + mnc; local
1631 String numeric = initialValues.getAsString(Telephony.Carriers.NUMERIC); local
    [all...]

Completed in 661 milliseconds

1 2 3 4