Home
last modified time | relevance | path

Searched refs:STANDARD (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTimeZoneFormatTest.java603 null, "America/New_York", 3, TimeType.STANDARD}, in TestParse()
606 null, "America/New_York", 3, TimeType.STANDARD}, in TestParse()
615 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD}, in TestParse()
618 null, "America/Toronto", 3, TimeType.STANDARD}, in TestParse()
621 null, "America/Chicago", 3, TimeType.STANDARD}, in TestParse()
627 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 3, TimeType.STANDARD}, in TestParse()
630 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 5, TimeType.STANDARD}, in TestParse()
633 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD}, in TestParse()
636 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD}, in TestParse()
639 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD}, in TestParse()
[all …]
DListFormatterTest.java209 …DoTheRealListStyleTesting(locale, input, ListFormatter.Style.STANDARD, "rouge, jaune, bleu et vert… in TestDifferentStyles()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java600 null, "America/New_York", 3, TimeType.STANDARD}, in TestParse()
603 null, "America/New_York", 3, TimeType.STANDARD}, in TestParse()
612 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD}, in TestParse()
615 null, "America/Toronto", 3, TimeType.STANDARD}, in TestParse()
618 null, "America/Chicago", 3, TimeType.STANDARD}, in TestParse()
624 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 3, TimeType.STANDARD}, in TestParse()
627 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 5, TimeType.STANDARD}, in TestParse()
630 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD}, in TestParse()
633 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD}, in TestParse()
636 … EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD}, in TestParse()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java150 return STANDARD.transform(regex);
160 return Pattern.compile(STANDARD.transform(regex));
170 return Pattern.compile(STANDARD.transform(regex), options);
354 private static final UnicodeRegex STANDARD = new UnicodeRegex();
DTimeZoneGenericNames.java737 if (bestMatch.timeType != TimeType.STANDARD) { in findBestMatch()
800 timeType = TimeType.STANDARD; in createGenericMatchInfo()
807 timeType = TimeType.STANDARD; in createGenericMatchInfo()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java152 return STANDARD.transform(regex);
162 return Pattern.compile(STANDARD.transform(regex));
172 return Pattern.compile(STANDARD.transform(regex), options);
356 private static final UnicodeRegex STANDARD = new UnicodeRegex();
DICUCurrencyMetaInfo.java54 return currencyDigits(isoCode, CurrencyUsage.STANDARD); in currencyDigits()
66 } else if (currencyPurpose == CurrencyUsage.STANDARD) { in currencyDigits()
DTimeZoneGenericNames.java742 if (bestMatch.timeType != TimeType.STANDARD) { in findBestMatch()
805 timeType = TimeType.STANDARD; in createGenericMatchInfo()
812 timeType = TimeType.STANDARD; in createGenericMatchInfo()
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java52 return currencyDigits(isoCode, CurrencyUsage.STANDARD); in currencyDigits()
64 } else if (currencyPurpose == CurrencyUsage.STANDARD) { in currencyDigits()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DListFormatter.java68 STANDARD("standard"), enumConstant
423 return getInstance(locale, Style.STANDARD); in getInstance()
434 return getInstance(ULocale.forLocale(locale), Style.STANDARD); in getInstance()
DCurrencyMetaInfo.java505 return currencyDigits(isoCode, CurrencyUsage.STANDARD); in currencyDigits()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java133 STANDARD, enumConstant
896 return getDefaultFractionDigits(CurrencyUsage.STANDARD); in getDefaultFractionDigits()
928 return getRoundingIncrement(CurrencyUsage.STANDARD); in getRoundingIncrement()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCurrency.java126 STANDARD, enumConstant
866 return getDefaultFractionDigits(CurrencyUsage.STANDARD); in getDefaultFractionDigits()
896 return getRoundingIncrement(CurrencyUsage.STANDARD); in getRoundingIncrement()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DPrecision.java371 …atic final CurrencyRounderImpl MONETARY_STANDARD = new CurrencyRounderImpl(CurrencyUsage.STANDARD);
438 if (usage == CurrencyUsage.STANDARD) { in constructCurrency()
/third_party/rust/crates/aho-corasick/src/
Dtests.rs47 &[BASICS, NON_OVERLAPPING, STANDARD, REGRESSION];
171 const STANDARD: &'static [SearchTest] = &[ constant
1067 assert("STANDARD", STANDARD); in search_tests_have_unique_names()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DPrecision.java406 …atic final CurrencyRounderImpl MONETARY_STANDARD = new CurrencyRounderImpl(CurrencyUsage.STANDARD);
475 if (usage == CurrencyUsage.STANDARD) { in constructCurrency()
DNumberPropertyMapper.java121 currencyUsage = CurrencyUsage.STANDARD; in oldToNew()
/third_party/mesa3d/docs/
DREADME.VCE9 THAN PERSONAL USE THAT COMPLIES WITH THE MPEG-2 STANDARD IS EXPRESSLY
DREADME.UVD9 THAN PERSONAL USE THAT COMPLIES WITH THE MPEG-2 STANDARD FOR ENCODING VIDEO
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformPlugin.java116 case STANDARD: in vibrateHapticFeedback()
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dgensrc.cmake.in25 execute_process(COMMAND "${CMAKE_COMMAND}" -E echo "com ${PNGLIB_VERSION} STANDARD API DEFINITION"
/third_party/skia/third_party/externals/libpng/scripts/
Dgensrc.cmake.in25 execute_process(COMMAND "${CMAKE_COMMAND}" -E echo "com ${PNGLIB_VERSION} STANDARD API DEFINITION"
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java546 return currencyDigits(isoCode, CurrencyUsage.STANDARD); in currencyDigits()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_bundle.js91 STANDARD: 1, property
Dohos_update.js508 STANDARD: 0, property

1234