/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2222 NUMERIC = 0x100, field in DateTimePatternGenerator 2300 {'y', YEAR, NUMERIC, 1, 20}, 2301 {'Y', YEAR, NUMERIC + DELTA, 1, 20}, 2302 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20}, 2303 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20}, 2308 {'Q', QUARTER, NUMERIC, 1, 2}, 2312 {'q', QUARTER, NUMERIC + DELTA, 1, 2}, 2317 {'M', MONTH, NUMERIC, 1, 2}, 2321 {'L', MONTH, NUMERIC + DELTA, 1, 2}, 2325 {'l', MONTH, NUMERIC + DELTA, 1, 1}, [all …]
|
D | MeasureFormat.java | 181 NUMERIC(ListFormatter.Style.DURATION_NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enumConstant 441 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal() 628 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 650 if (formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateTimePatternGenerator.java | 2199 NUMERIC = 0x100, field in DateTimePatternGenerator 2277 {'y', YEAR, NUMERIC, 1, 20}, 2278 {'Y', YEAR, NUMERIC + DELTA, 1, 20}, 2279 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20}, 2280 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20}, 2285 {'Q', QUARTER, NUMERIC, 1, 2}, 2289 {'q', QUARTER, NUMERIC + DELTA, 1, 2}, 2294 {'M', MONTH, NUMERIC, 1, 2}, 2298 {'L', MONTH, NUMERIC + DELTA, 1, 2}, 2302 {'l', MONTH, NUMERIC + DELTA, 1, 1}, [all …]
|
D | MeasureFormat.java | 165 NUMERIC(ListFormatter.Style.DURATION_NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enumConstant 415 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal() 587 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat() 609 if (formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
|
D | RuleBasedCollator.java | 550 ownedSettings.setFlagDefault(CollationSettings.NUMERIC, defaultSettings.options); in setNumericCollationDefault() 872 ownedSettings.setFlag(CollationSettings.NUMERIC, flag); in setNumericCollation() 1345 return (settings.readOnly().options & CollationSettings.NUMERIC) != 0; in getNumericCollation()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 2102 { 0x19d9, UProperty.WORD_BREAK, UCharacter.WordBreak.NUMERIC }, in TestAdditionalProperties() 2330 { 0x0F33, UCharacter.NumericType.NUMERIC, -1./2. }, in TestNumericProperties() 2332 { 0x96f6, UCharacter.NumericType.NUMERIC, 0 }, in TestNumericProperties() 2333 { 0xa833, UCharacter.NumericType.NUMERIC, 1./16. }, in TestNumericProperties() 2334 { 0x2152, UCharacter.NumericType.NUMERIC, 1./10. }, in TestNumericProperties() 2335 { 0x2151, UCharacter.NumericType.NUMERIC, 1./9. }, in TestNumericProperties() 2336 { 0x1245f, UCharacter.NumericType.NUMERIC, 1./8. }, in TestNumericProperties() 2337 { 0x2150, UCharacter.NumericType.NUMERIC, 1./7. }, in TestNumericProperties() 2338 { 0x2159, UCharacter.NumericType.NUMERIC, 1./6. }, in TestNumericProperties() 2339 { 0x09f6, UCharacter.NumericType.NUMERIC, 3./16. }, in TestNumericProperties() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 2099 { 0x19d9, UProperty.WORD_BREAK, UCharacter.WordBreak.NUMERIC }, in TestAdditionalProperties() 2327 { 0x0F33, UCharacter.NumericType.NUMERIC, -1./2. }, in TestNumericProperties() 2329 { 0x96f6, UCharacter.NumericType.NUMERIC, 0 }, in TestNumericProperties() 2330 { 0xa833, UCharacter.NumericType.NUMERIC, 1./16. }, in TestNumericProperties() 2331 { 0x2152, UCharacter.NumericType.NUMERIC, 1./10. }, in TestNumericProperties() 2332 { 0x2151, UCharacter.NumericType.NUMERIC, 1./9. }, in TestNumericProperties() 2333 { 0x1245f, UCharacter.NumericType.NUMERIC, 1./8. }, in TestNumericProperties() 2334 { 0x2150, UCharacter.NumericType.NUMERIC, 1./7. }, in TestNumericProperties() 2335 { 0x2159, UCharacter.NumericType.NUMERIC, 1./6. }, in TestNumericProperties() 2336 { 0x09f6, UCharacter.NumericType.NUMERIC, 3./16. }, in TestNumericProperties() [all …]
|
/external/perfetto/tools/ftrace_proto_gen/ |
D | proto_gen_utils.cc | 157 PERFETTO_CHECK(type == NUMERIC); in GetSigned() 174 case NUMERIC: { in ToString() 199 return {NUMERIC, size, is_signed}; in Numeric()
|
D | proto_gen_utils.h | 57 enum Type { INVALID, NUMERIC, STRING }; enumerator
|
/external/icu/icu4c/source/i18n/ |
D | collationsettings.h | 46 static const int32_t NUMERIC = 2; member 211 return (options & NUMERIC) != 0; in isNumeric()
|
D | collationfastlatin.cpp | 99 if(digitsAreReordered || (settings.options & CollationSettings::NUMERIC) != 0) { in getOptions() 141 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) { in compareUTF16() 172 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) { in compareUTF16() 481 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) { in compareUTF8() 518 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings::NUMERIC) != 0) { in compareUTF8()
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417Compaction.h | 11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC }; enumerator
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1445 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1452 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1460 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1682 { ulocDanish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations() 1684 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1686 { ULocale.ENGLISH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1688 { ulocSpanish, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1690 { ulocFinnish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations() 1692 { ULocale.FRENCH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1694 { ulocIcelandic, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() [all …]
|
D | MeasureUnitThreadTest.java | 45 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MeasureUnitTest.java | 1448 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1455 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1463 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn() 1685 { ulocDanish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations() 1687 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1689 { ULocale.ENGLISH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1691 { ulocSpanish, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1693 { ulocFinnish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations() 1695 { ULocale.FRENCH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() 1697 { ulocIcelandic, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations() [all …]
|
D | MeasureUnitThreadTest.java | 48 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 46 NUMERIC='numeric' variable
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 46 NUMERIC='numeric' variable
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TypesTest.java | 51 assertEquals(NUMERIC, 2); in testPublicStatics()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationSettings.java | 36 public static final int NUMERIC = 2; field in CollationSettings 435 return (options & NUMERIC) != 0; in isNumeric()
|
D | CollationFastLatin.java | 277 if(digitsAreReordered || (settings.options & CollationSettings.NUMERIC) != 0) { in getOptions() 314 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) { in compareUTF16() 350 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) { in compareUTF16()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationSettings.java | 38 public static final int NUMERIC = 2; field in CollationSettings 437 return (options & NUMERIC) != 0; in isNumeric()
|
D | CollationFastLatin.java | 281 if(digitsAreReordered || (settings.options & CollationSettings.NUMERIC) != 0) { in getOptions() 318 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) { in compareUTF16() 354 if(c <= 0x39 && c >= 0x30 && (options & CollationSettings.NUMERIC) != 0) { in compareUTF16()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | ICUPropertyFactory.java | 323 if (type == UnicodeProperty.NUMERIC || type == EXTENDED_NUMERIC) { in _getValueAliases() 376 return UnicodeProperty.NUMERIC; in internalGetPropertyType()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBagFormatter.java | 56 if (type == UnicodeProperty.NUMERIC || type == UnicodeProperty.EXTENDED_NUMERIC) { in generatePropertyAliases()
|