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

1 2 3 4

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417Compaction.h 11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC };
  /hardware/ril/reference-ril/
atchannel.h 48 NUMERIC, /* a single intermediate response starting with a 0-9 */
  /libcore/ojluni/src/main/java/java/sql/
Types.java 96 * <code>NUMERIC</code>.
98 public final static int NUMERIC = 2;
  /external/icu/icu4c/source/i18n/
collationsettings.h 40 * Options bit 1: Numeric collation.
43 * Treat digit sequences as numbers with CE sequences in numeric order,
46 static const int32_t NUMERIC = 2;
211 return (options & NUMERIC) != 0;
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
ApnDatabaseTest.java 62 private static final String NUMERIC = "numeric";
81 put(Carriers.NUMERIC, NUMERIC);
132 final String selection = Carriers.NUMERIC + "=?";
133 String[] selectionArgs = { NUMERIC };
169 final String selectionToDelete = Carriers.NUMERIC + "=?";
170 String[] selectionArgsToDelete = { NUMERIC };
197 contentValues.put(Carriers.NUMERIC, NUMERIC);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 46 NUMERIC='numeric'
  /external/python/cpython3/Lib/tkinter/
constants.py 46 NUMERIC='numeric'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 46 NUMERIC='numeric'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 46 NUMERIC='numeric'
  /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/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 32 * Options bit 1: Numeric collation.
35 * Treat digit sequences as numbers with CE sequences in numeric order,
38 public static final int NUMERIC = 2;
439 return (options & NUMERIC) != 0;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 30 * Options bit 1: Numeric collation.
33 * Treat digit sequences as numbers with CE sequences in numeric order,
36 public static final int NUMERIC = 2;
437 return (options & NUMERIC) != 0;
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 38 * might be a {@link #NUMERIC} or {@link #SPECIAL_FUNCTION} keyboard, or there
56 * A numeric (12-key) keyboard.
58 * A numeric keyboard supports text entry using a multi-tap approach.
65 public static final int NUMERIC = 1;
408 * The character value is returned, not the numeric value.
411 * This method is intended to to support dial pads and other numeric or
424 * @return The associated numeric or symbolic character, or 0 if none.
636 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 106 * <strong>[icu]</strong> Constant for context. NUMERIC context
113 public static final int NUMERIC = 2;
    [all...]
MeasureFormat.java 182 NUMERIC(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE);
243 if (formatWidth == FormatWidth.NUMERIC) {
527 if (formatWidth == FormatWidth.NUMERIC) {
528 // If we have just hour, minute, or second follow the numeric
    [all...]
DateTimePatternGenerator.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 108 * {@icu} Constant for context. NUMERIC context
114 public static final int NUMERIC = 2;
    [all...]
MeasureFormat.java 192 NUMERIC(ListFormatter.Style.DURATION_NARROW, NumberFormat.CURRENCYSTYLE);
256 if (formatWidth == FormatWidth.NUMERIC) {
546 if (formatWidth == FormatWidth.NUMERIC) {
547 // If we have just hour, minute, or second follow the numeric
    [all...]
DateTimePatternGenerator.java     [all...]
  /frameworks/base/telephony/java/android/provider/
Telephony.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 69 * <li> Character maps characters 'A' - 'Z' and 'a' - 'z' to the numeric
74 * as having numeric values. This is a semantic change from ICU4J 1.3.1.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 78 * <li> Character maps characters 'A' - 'Z' and 'a' - 'z' to the numeric
83 * as having numeric values. This is a semantic change from ICU4J 1.3.1.
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 

Completed in 655 milliseconds

1 2 3 4