/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
ICUCurrencyMetaInfo.java | 52 return currencyDigits(isoCode, CurrencyUsage.STANDARD); 64 } else if (currencyPurpose == CurrencyUsage.STANDARD) {
|
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
ProxyingInstantiator.java | 37 @Instantiator(Typology.STANDARD)
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneGenericNames.java | 313 * the zone never use daylight time around the given date, use the standard 325 * generic name, or the standard name (if the zone does not observes DST 392 // In CLDR, a same display name is used for both generic and standard 394 // For now, we check if the standard name is different from its generic 728 // TODO Some time zone uses a same name for the long standard name 729 // and the location name. When the match is a long standard name, 732 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) { 737 // conflict not only for long standard names, but short standard names too. 742 if (bestMatch.timeType != TimeType.STANDARD) { [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Currency.java | 104 * for standard usage, for example: "50.00 NT$" 106 STANDARD, 836 * This is equivalent to getDefaultFractionDigits(CurrencyUsage.STANDARD); [all...] |
TimeZone.java | 43 * creates a <code>TimeZone</code> object based on Japanese Standard Time. 82 * for multiple time zones (for example, "CST" could be U.S. "Central Standard 83 * Time" and "China Standard Time"), and the Java platform can then only 141 * a long name, such as "Pacific Standard Time." 176 * a short name derived from the timezone's short standard or daylight 246 * @param milliseconds the millis in day in <em>standard</em> local time. 294 date += offsets[0]; // now in local standard millis 297 // When local == true, date might not be in local standard 299 // the given time in day is local standard time. 319 // adjust to local standard milli [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneGenericNames.java | 309 * the zone never use daylight time around the given date, use the standard 321 * generic name, or the standard name (if the zone does not observes DST 388 // In CLDR, a same display name is used for both generic and standard 390 // For now, we check if the standard name is different from its generic 723 // TODO Some time zone uses a same name for the long standard name 724 // and the location name. When the match is a long standard name, 727 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) { 732 // conflict not only for long standard names, but short standard names too. 737 if (bestMatch.timeType != TimeType.STANDARD) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Currency.java | 109 * for standard usage, for example: "50.00 NT$" 112 STANDARD, [all...] |
TimeZone.java | 42 * creates a <code>TimeZone</code> object based on Japanese Standard Time. 81 * for multiple time zones (for example, "CST" could be U.S. "Central Standard 82 * Time" and "China Standard Time"), and the Java platform can then only 173 * a long name, such as "Pacific Standard Time." 213 * a short name derived from the timezone's short standard or daylight 296 * @param milliseconds the millis in day in <em>standard</em> local time. 348 date += offsets[0]; // now in local standard millis 351 // When local == true, date might not be in local standard 353 // the given time in day is local standard time. 373 // adjust to local standard milli [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
Precision.java | 352 * Either STANDARD (for digital transactions) or CASH (for transactions where the rounding 438 static final CurrencyRounderImpl MONETARY_STANDARD = new CurrencyRounderImpl(CurrencyUsage.STANDARD); 492 if (usage == CurrencyUsage.STANDARD) {
|
NumberPropertyMapper.java | 127 currencyUsage = CurrencyUsage.STANDARD;
|
NumberSkeletonImpl.java | 143 b.add("precision-currency-standard", StemEnum.STEM_PRECISION_CURRENCY_STANDARD.ordinal()); 231 return Precision.currency(CurrencyUsage.STANDARD); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
Precision.java | 362 * Either STANDARD (for digital transactions) or CASH (for transactions where the rounding 450 static final CurrencyRounderImpl MONETARY_STANDARD = new CurrencyRounderImpl(CurrencyUsage.STANDARD); 504 if (usage == CurrencyUsage.STANDARD) {
|
NumberPropertyMapper.java | 126 currencyUsage = CurrencyUsage.STANDARD;
|
NumberSkeletonImpl.java | 142 b.add("precision-currency-standard", StemEnum.STEM_PRECISION_CURRENCY_STANDARD.ordinal()); 230 return Precision.currency(CurrencyUsage.STANDARD); [all...] |
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/ |
FramedSnappyCompressorInputStream.java | 95 * using the {@link FramedSnappyDialect#STANDARD} dialect. 100 this(in, FramedSnappyDialect.STANDARD);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CurrencyMetaInfo.java | 500 * This is equivalent to currencyDigits(isoCode, CurrencyUsage.STANDARD); 505 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
|
TimeZoneFormat.java | 100 * Specific long format, such as "Eastern Standard Time". 255 * Time type enum used for receiving time type (standard time, daylight time or unknown) 264 * Standard time 266 STANDARD, 812 * The argument is used for receiving the time type (standard time 818 * @param timeType the output argument for receiving the time type (standard/daylight/unknown) [all...] |
/external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/ |
MagicInstantiator.java | 37 @Instantiator(Typology.STANDARD)
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
MediaBitstreamsTest.java | 107 STANDARD, 112 private BitstreamPackage mPackageToRun = BitstreamPackage.STANDARD;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CurrencyMetaInfo.java | 540 * This is equivalent to currencyDigits(isoCode, CurrencyUsage.STANDARD); 546 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
|
TimeZoneFormat.java | 104 * Specific long format, such as "Eastern Standard Time". 283 * Time type enum used for receiving time type (standard time, daylight time or unknown) 295 * Standard time 298 STANDARD, [all...] |
/external/cldr/tools/java/org/unicode/cldr/icu/ |
LDMLConstants.java | 105 public static final String STANDARD = "standard"; [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DataDrivenNumberFormatTestData.java | 155 currencyUsageMap.put("standard", Currency.CurrencyUsage.STANDARD);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DataDrivenNumberFormatTestData.java | 152 currencyUsageMap.put("standard", Currency.CurrencyUsage.STANDARD);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
ZoneParser.java | 145 static final byte WALL = 0, STANDARD = 1, UNIVERSAL = 2; 156 type = STANDARD; 317 * given time is local "standard" time, or u (or g or 323 * standard time when the rule is in effect. This 397 * The amount of time to add to UTC to get standard time 405 * standard time. If this field is - then standard time 412 * goes. Alternately, a slash (/) separates standard and [all...] |