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

1 2 3

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417Compaction.h 11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC };
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
ApnDatabaseTest.java 64 private static final String NUMERIC = "numeric";
83 put(Carriers.NUMERIC, NUMERIC);
134 final String selection = Carriers.NUMERIC + "=?";
135 String[] selectionArgs = { NUMERIC };
171 final String selectionToDelete = Carriers.NUMERIC + "=?";
172 String[] selectionArgsToDelete = { NUMERIC };
199 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'
  /device/generic/goldfish/ril/
atchannel.h 48 NUMERIC, /* a single intermediate response starting with a 0-9 */
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 51 assertEquals(NUMERIC, 2);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateTimePatternGenerator.java     [all...]
MeasureFormat.java 165 NUMERIC(ListFormatter.Style.DURATION_NARROW, UnitWidth.NARROW, UnitWidth.SHORT),
415 if (formatWidth == FormatWidth.NUMERIC) {
416 // If we have just hour, minute, or second follow the numeric
587 if (formatters == null && formatWidth == FormatWidth.NUMERIC) {
609 if (formatWidth == FormatWidth.NUMERIC) {
611 "The format width 'numeric' is not allowed by this constructor");
818 // Formats numeric time duration as 5:00:47 or 3:54. In the process, it replaces any null
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateTimePatternGenerator.java     [all...]
  /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;
collationfastlatin.cpp 99 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) {
481 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
518 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) {
    [all...]
  /external/perfetto/tools/ftrace_proto_gen/
proto_gen_utils.h 57 enum Type { INVALID, NUMERIC, STRING };
67 static ProtoType Numeric(uint16_t size, bool is_signed);
proto_gen_utils.cc 157 PERFETTO_CHECK(type == NUMERIC);
162 return Numeric(64, true);
165 return Numeric(2 * size, true);
174 case NUMERIC: {
197 ProtoType ProtoType::Numeric(uint16_t size, bool is_signed) {
199 return {NUMERIC, size, is_signed};
206 return Numeric(64, false);
209 return Numeric(64, true);
212 return Numeric(32, false);
215 return Numeric(32, true)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 392 * Tests for numeric characters
398 errln("Numeric value of 0x00BC expected to be -2");
405 errln("Numeric value of " + (char)i + " expected to be " +
413 errln("Numeric value of " + (char)i + " expected to be " +
422 errln("Numeric value of " + (char)i + " expected to be " +
434 errln("Numeric value of \\u" +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 389 * Tests for numeric characters
395 errln("Numeric value of 0x00BC expected to be -2");
402 errln("Numeric value of " + (char)i + " expected to be " +
410 errln("Numeric value of " + (char)i + " expected to be " +
419 errln("Numeric value of " + (char)i + " expected to be " +
431 errln("Numeric value of \\u" +
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitThreadTest.java 48 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC);
69 // Race in formatMeasures with width NUMERIC:
MeasureUnitTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitThreadTest.java 45 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC);
66 // Race in formatMeasures with width NUMERIC:
MeasureUnitTest.java     [all...]
  /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;
437 return (options & NUMERIC) != 0;
CollationFastLatin.java 61 // (If we supported numeric collation, then digits would have to have long primaries
281 if(digitsAreReordered || (settings.options & CollationSettings.NUMERIC) != 0) {
318 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
354 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
    [all...]
  /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;
435 return (options & NUMERIC) != 0;
CollationFastLatin.java 57 // (If we supported numeric collation, then digits would have to have long primaries
277 if(digitsAreReordered || (settings.options & CollationSettings.NUMERIC) != 0) {
314 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
350 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) {
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 167 if (keymap.getKeyboardType() == KeyCharacterMap.NUMERIC) {
168 // "HELLO" in case of 12-key(NUMERIC) keyboard
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBagFormatter.java 56 if (type == UnicodeProperty.NUMERIC || type == UnicodeProperty.EXTENDED_NUMERIC) {
103 us = new UnicodeSet("[:numeric_type=numeric:]");
104 FileUtilities.CONSOLE.println("[:numeric_type=numeric:]");

Completed in 3674 milliseconds

1 2 3