Home
last modified time | relevance | path

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

12345

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2295 NUMERIC = 0x100, field in DateTimePatternGenerator
2373 {'y', YEAR, NUMERIC, 1, 20},
2374 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2375 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2376 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2381 {'Q', QUARTER, NUMERIC, 1, 2},
2385 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2390 {'M', MONTH, NUMERIC, 1, 2},
2394 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2398 {'l', MONTH, NUMERIC + DELTA, 1, 1},
[all …]
DRelativeDateTimeFormatter.java376 public static final Field NUMERIC = new Field("numeric"); field in RelativeDateTimeFormatter.Field
391 if (this.getName().equals(NUMERIC.getName())) in readResolve()
392 return NUMERIC; in readResolve()
461 return FormattedValueStringBuilderImpl.nextPosition(string, cfpos, Field.NUMERIC); in nextPosition()
469 return FormattedValueStringBuilderImpl.toCharacterIterator(string, Field.NUMERIC); in toCharacterIterator()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2346 NUMERIC = 0x100, field in DateTimePatternGenerator
2424 {'y', YEAR, NUMERIC, 1, 20},
2425 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2426 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2427 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2432 {'Q', QUARTER, NUMERIC, 1, 2},
2436 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2441 {'M', MONTH, NUMERIC, 1, 2},
2445 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2449 {'l', MONTH, NUMERIC + DELTA, 1, 1},
[all …]
DRelativeDateTimeFormatter.java431 public static final Field NUMERIC = new Field("numeric"); field in RelativeDateTimeFormatter.Field
448 if (this.getName().equals(NUMERIC.getName())) in readResolve()
449 return NUMERIC; in readResolve()
531 return FormattedValueStringBuilderImpl.nextPosition(string, cfpos, Field.NUMERIC); in nextPosition()
541 return FormattedValueStringBuilderImpl.toCharacterIterator(string, Field.NUMERIC); in toCharacterIterator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java2130 { 0x19d9, UProperty.WORD_BREAK, UCharacter.WordBreak.NUMERIC }, in TestAdditionalProperties()
2358 { 0x0F33, UCharacter.NumericType.NUMERIC, -1./2. }, in TestNumericProperties()
2360 { 0x96f6, UCharacter.NumericType.NUMERIC, 0 }, in TestNumericProperties()
2361 { 0xa833, UCharacter.NumericType.NUMERIC, 1./16. }, in TestNumericProperties()
2362 { 0x2152, UCharacter.NumericType.NUMERIC, 1./10. }, in TestNumericProperties()
2363 { 0x2151, UCharacter.NumericType.NUMERIC, 1./9. }, in TestNumericProperties()
2364 { 0x1245f, UCharacter.NumericType.NUMERIC, 1./8. }, in TestNumericProperties()
2365 { 0x2150, UCharacter.NumericType.NUMERIC, 1./7. }, in TestNumericProperties()
2366 { 0x2159, UCharacter.NumericType.NUMERIC, 1./6. }, in TestNumericProperties()
2367 { 0x09f6, UCharacter.NumericType.NUMERIC, 3./16. }, in TestNumericProperties()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2127 { 0x19d9, UProperty.WORD_BREAK, UCharacter.WordBreak.NUMERIC }, in TestAdditionalProperties()
2355 { 0x0F33, UCharacter.NumericType.NUMERIC, -1./2. }, in TestNumericProperties()
2357 { 0x96f6, UCharacter.NumericType.NUMERIC, 0 }, in TestNumericProperties()
2358 { 0xa833, UCharacter.NumericType.NUMERIC, 1./16. }, in TestNumericProperties()
2359 { 0x2152, UCharacter.NumericType.NUMERIC, 1./10. }, in TestNumericProperties()
2360 { 0x2151, UCharacter.NumericType.NUMERIC, 1./9. }, in TestNumericProperties()
2361 { 0x1245f, UCharacter.NumericType.NUMERIC, 1./8. }, in TestNumericProperties()
2362 { 0x2150, UCharacter.NumericType.NUMERIC, 1./7. }, in TestNumericProperties()
2363 { 0x2159, UCharacter.NumericType.NUMERIC, 1./6. }, in TestNumericProperties()
2364 { 0x09f6, UCharacter.NumericType.NUMERIC, 3./16. }, in TestNumericProperties()
[all …]
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
Dsentence_break.rs17 ("Numeric", NUMERIC),
1093 pub const NUMERIC: &'static [(char, char)] = &[ constant
Dword_break.rs23 ("Numeric", NUMERIC),
1039 pub const NUMERIC: &'static [(char, char)] = &[ constant
/third_party/openssl/doc/man1/
Dopenssl-engine.pod.in85 (input flags): NUMERIC
89 (input flags): NUMERIC
91 (input flags): NUMERIC
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMeasureUnitTest.java1871 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1878 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1886 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1892 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1898 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2119 { ulocDanish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations()
2121 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2123 { ULocale.ENGLISH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2125 { ulocSpanish, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2127 { ulocFinnish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.h46 static const int32_t NUMERIC = 2; member
211 return (options & NUMERIC) != 0; in isNumeric()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegment.java86 return new QrSegment(Mode.NUMERIC, digits.length(), bb); in makeNumeric()
282 NUMERIC (0x1, 10, 12, 14), enumConstant
DQrSegmentAdvanced.java108 …final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modi… in computeCharacterModes()
208 else if (curMode == Mode.NUMERIC) in splitIntoSegments()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrSegment.java96 return new QrSegment(Mode.NUMERIC, digits.length(), bb.data, bb.bitLength); in makeNumeric()
303 NUMERIC (0x1, 10, 12, 14), enumConstant
DQrSegmentAdvanced.java106 …final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modi… in computeCharacterModes()
200 else if (curMode == Mode.NUMERIC) in splitIntoSegments()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java2265 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2272 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2280 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2286 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2292 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2513 { ulocDanish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations()
2515 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2517 { ULocale.ENGLISH, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2519 { ulocSpanish, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
2521 { ulocFinnish, FormatWidth.NUMERIC, "5.37" }, in testManyLocaleDurations()
[all …]
/third_party/python/Lib/tkinter/
Dconstants.py46 NUMERIC='numeric' variable
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java38 public static final int NUMERIC = 2; field in CollationSettings
437 return (options & NUMERIC) != 0; in isNumeric()

12345