Home
last modified time | relevance | path

Searched refs:NUMERIC (Results 1 – 25 of 75) sorted by relevance

123

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2222 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 …]
DMeasureFormat.java181 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/
DDateTimePatternGenerator.java2199 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 …]
DMeasureFormat.java165 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()
DRuleBasedCollator.java550 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/
DUCharacterTest.java2102 { 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/
DUCharacterTest.java2099 { 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/
Dproto_gen_utils.cc157 PERFETTO_CHECK(type == NUMERIC); in GetSigned()
174 case NUMERIC: { in ToString()
199 return {NUMERIC, size, is_signed}; in Numeric()
Dproto_gen_utils.h57 enum Type { INVALID, NUMERIC, STRING }; enumerator
/external/icu/icu4c/source/i18n/
Dcollationsettings.h46 static const int32_t NUMERIC = 2; member
211 return (options & NUMERIC) != 0; in isNumeric()
Dcollationfastlatin.cpp99 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/
DBC_PDF417Compaction.h11 enum Compaction { AUTO, TEXT, BYTES, NUMERIC }; enumerator
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java1445 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 …]
DMeasureUnitThreadTest.java45 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java1448 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 …]
DMeasureUnitThreadTest.java48 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
/external/python/cpython3/Lib/tkinter/
Dconstants.py46 NUMERIC='numeric' variable
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py46 NUMERIC='numeric' variable
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTypesTest.java51 assertEquals(NUMERIC, 2); in testPublicStatics()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java36 public static final int NUMERIC = 2; field in CollationSettings
435 return (options & NUMERIC) != 0; in isNumeric()
DCollationFastLatin.java277 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/
DCollationSettings.java38 public static final int NUMERIC = 2; field in CollationSettings
437 return (options & NUMERIC) != 0; in isNumeric()
DCollationFastLatin.java281 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/
DICUPropertyFactory.java323 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/
DTestBagFormatter.java56 if (type == UnicodeProperty.NUMERIC || type == UnicodeProperty.EXTENDED_NUMERIC) { in generatePropertyAliases()

123