Home
last modified time | relevance | path

Searched refs:NUMERIC (Results 1 - 25 of 52) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2433 NUMERIC = 0x100, field in DateTimePatternGenerator
2511 {'y', YEAR, NUMERIC, 1, 20},
2512 {'Y', YEAR, NUMERIC + DELTA, 1, 20},
2513 {'u', YEAR, NUMERIC + 2*DELTA, 1, 20},
2514 {'r', YEAR, NUMERIC + 3*DELTA, 1, 20},
2519 {'Q', QUARTER, NUMERIC, 1, 2},
2523 {'q', QUARTER, NUMERIC + DELTA, 1, 2},
2528 {'M', MONTH, NUMERIC, 1, 2},
2532 {'L', MONTH, NUMERIC + DELTA, 1, 2},
2536 {'l', MONTH, NUMERIC
[all...]
H A DMeasureFormat.java186 NUMERIC(ListFormatter.Width.NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enum constant
447 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal()
635 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
657 if (formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
H A 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/java/ohos/global/icu/text/
H A 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
[all...]
H A DMeasureFormat.java175 NUMERIC(ListFormatter.Style.UNIT_NARROW, UnitWidth.NARROW, UnitWidth.SHORT), enum constant
428 if (formatWidth == FormatWidth.NUMERIC) { in formatMeasuresInternal()
600 if (formatters == null && formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
622 if (formatWidth == FormatWidth.NUMERIC) { in MeasureFormat()
H A 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A 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, in TestNumericProperties()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2134 { 0x19d9, UProperty.WORD_BREAK, UCharacter.WordBreak.NUMERIC }, in TestAdditionalProperties()
2362 { 0x0F33, UCharacter.NumericType.NUMERIC, -1./2. }, in TestNumericProperties()
2364 { 0x96f6, UCharacter.NumericType.NUMERIC, 0 }, in TestNumericProperties()
2365 { 0xa833, UCharacter.NumericType.NUMERIC, 1./16. }, in TestNumericProperties()
2366 { 0x2152, UCharacter.NumericType.NUMERIC, 1./10. }, in TestNumericProperties()
2367 { 0x2151, UCharacter.NumericType.NUMERIC, 1./9. }, in TestNumericProperties()
2368 { 0x1245f, UCharacter.NumericType.NUMERIC, 1./8. }, in TestNumericProperties()
2369 { 0x2150, UCharacter.NumericType.NUMERIC, 1./7. }, in TestNumericProperties()
2370 { 0x2159, UCharacter.NumericType.NUMERIC, 1./6. }, in TestNumericProperties()
2371 { 0x09f6, UCharacter.NumericType.NUMERIC, in TestNumericProperties()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java1871 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1872 verifyFormatPeriod("en NUMERIC", mf, numericData); in TestFormatPeriodEn()
1878 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1879 verifyFormatPeriod("de NUMERIC", mf, numericDataDe); in TestFormatPeriodEn()
1886 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1887 verifyFormatPeriod("de NUMERIC(Java Locale)", mf, numericDataDe); in TestFormatPeriodEn()
1892 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1893 verifyFormatPeriod("bn NUMERIC(Java Locale)", mf, numericDataBn); in TestFormatPeriodEn()
1898 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1899 verifyFormatPeriod("bn NUMERIC(Jav in TestFormatPeriodEn()
[all...]
H A DMeasureUnitThreadTest.java48 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
69 // Race in formatMeasures with width NUMERIC:
/third_party/icu/icu4c/source/i18n/
H A Dcollationsettings.h46 static const int32_t NUMERIC = 2; member
211 return (options & NUMERIC) != 0; in isNumeric()
H A 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/node/deps/icu-small/source/i18n/
H A 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/
H A DQrSegment.java86 return new QrSegment(Mode.NUMERIC, digits.length(), bb); in makeNumeric()
282 NUMERIC (0x1, 10, 12, 14), enum constant
H A DQrSegmentAdvanced.java108 final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modify in computeCharacterModes()
208 else if (curMode == Mode.NUMERIC) in splitIntoSegments()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsettings.h46 static const int32_t NUMERIC = 2; member
211 return (options & NUMERIC) != 0; in isNumeric()
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrSegment.java96 return new QrSegment(Mode.NUMERIC, digits.length(), bb.data, bb.bitLength); in makeNumeric()
303 NUMERIC (0x1, 10, 12, 14), enum constant
H A DQrSegmentAdvanced.java106 final Mode[] modeTypes = {Mode.BYTE, Mode.ALPHANUMERIC, Mode.NUMERIC, Mode.KANJI}; // Do not modify in computeCharacterModes()
200 else if (curMode == Mode.NUMERIC) in splitIntoSegments()
/third_party/python/Lib/tkinter/
H A Dconstants.py46 NUMERIC='numeric' variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java2661 mf = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2662 verifyFormatPeriod("en NUMERIC", mf, numericData); in TestFormatPeriodEn()
2668 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2669 verifyFormatPeriod("de NUMERIC", mf, numericDataDe); in TestFormatPeriodEn()
2676 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2677 verifyFormatPeriod("de NUMERIC(Java Locale)", mf, numericDataDe); in TestFormatPeriodEn()
2682 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2683 verifyFormatPeriod("bn NUMERIC(Java Locale)", mf, numericDataBn); in TestFormatPeriodEn()
2688 mf = MeasureFormat.getInstance(bengali, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
2689 verifyFormatPeriod("bn NUMERIC(Jav in TestFormatPeriodEn()
[all...]
H A DMeasureUnitThreadTest.java45 this.mf = MeasureFormat.getInstance(ULocale.ENGLISH, MeasureFormat.FormatWidth.NUMERIC); in NumericMeasureThread()
66 // Race in formatMeasures with width NUMERIC:
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java36 public static final int NUMERIC = 2; field in CollationSettings
435 return (options & NUMERIC) != 0; in isNumeric()
H A 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationSettings.java38 public static final int NUMERIC = 2; field in CollationSettings
437 return (options & NUMERIC) != 0; in isNumeric()
H A 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()

Completed in 40 milliseconds

123