| /external/icu/android_icu4j/src/main/java/android/icu/number/ |
| D | Notation.java | 10 * A class that defines the notation style to be used when formatting numbers in NumberFormatter. 14 public class Notation { class 29 /* package-private */ Notation() { in Notation() method in Notation 33 …* Print the number using scientific notation (also known as scientific form, standard index form, … 34 … * standard form in the UK). The format for scientific notation varies by locale; for example, many 54 … * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter. 62 * Print the number using engineering notation, a variant of scientific notation in which the 80 … * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter. 88 * Print the number using short-form compact notation. 91 …* <em>Compact notation</em>, defined in Unicode Technical Standard #35 Part 3 Section 2.4.1, prints [all …]
|
| D | ScientificNotation.java | 22 * A class that defines the scientific notation style to be used when formatting numbers in 26 * To create a ScientificNotation, use one of the factory methods in {@link Notation}. 30 public class ScientificNotation extends Notation { 49 … * Sets the minimum number of digits to show in the exponent of scientific notation, padding with 75 * Sets whether to show the sign on positive and negative exponents in scientific notation. The 127 final ScientificNotation notation; field in ScientificNotation.ScientificHandler 134 ScientificNotation notation, in ScientificHandler() argument 138 this.notation = notation; in ScientificHandler() 158 // Do not apply scientific notation to special doubles in processQuantity() 167 if (notation.requireMinInt && micros.rounder instanceof SignificantRounderImpl) { in processQuantity() [all …]
|
| D | NumberFormatterSettings.java | 65 * Specifies the notation style (simple, scientific, or compact) for rendering numbers. 68 * <li>Simple notation: "12,300" 69 * <li>Scientific notation: "1.23E4" 70 * <li>Compact notation: "12K" 74 * All notation styles will be properly localized with locale data, and all notation styles are 78 * Pass this method the return value of a {@link Notation} factory method. For example: 81 * NumberFormatter.with().notation(Notation.compactShort()) 84 * The default is to use simple notation. 86 * @param notation 87 * The notation strategy to use. [all …]
|
| D | CompactNotation.java | 27 * A class that defines the scientific notation style to be used when formatting numbers in 32 * methods in {@link Notation}. 36 public class CompactNotation extends Notation { 42 * Create a compact notation with custom data. 83 CompactNotation notation, in CompactHandler() argument 94 if (notation.compactStyle != null) { in CompactHandler() 95 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler() 97 data.populate(notation.compactCustomData); in CompactHandler()
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/ |
| D | Notation.java | 9 * A class that defines the notation style to be used when formatting numbers in NumberFormatter. 14 public class Notation { class 29 /* package-private */ Notation() { in Notation() method in Notation 33 …* Print the number using scientific notation (also known as scientific form, standard index form, … 34 … * standard form in the UK). The format for scientific notation varies by locale; for example, many 54 … * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter. 63 * Print the number using engineering notation, a variant of scientific notation in which the 81 … * @return A ScientificNotation for chaining or passing to the NumberFormatter notation() setter. 90 * Print the number using short-form compact notation. 93 …* <em>Compact notation</em>, defined in Unicode Technical Standard #35 Part 3 Section 2.4.1, prints [all …]
|
| D | ScientificNotation.java | 21 * A class that defines the scientific notation style to be used when formatting numbers in 25 * To create a ScientificNotation, use one of the factory methods in {@link Notation}. 30 public class ScientificNotation extends Notation { 49 … * Sets the minimum number of digits to show in the exponent of scientific notation, padding with 76 * Sets whether to show the sign on positive and negative exponents in scientific notation. The 129 final ScientificNotation notation; field in ScientificNotation.ScientificHandler 136 ScientificNotation notation, in ScientificHandler() argument 140 this.notation = notation; in ScientificHandler() 160 // Do not apply scientific notation to special doubles in processQuantity() 169 if (notation.requireMinInt && micros.rounder instanceof SignificantRounderImpl) { in processQuantity() [all …]
|
| D | NumberFormatterSettings.java | 65 * Specifies the notation style (simple, scientific, or compact) for rendering numbers. 68 * <li>Simple notation: "12,300" 69 * <li>Scientific notation: "1.23E4" 70 * <li>Compact notation: "12K" 74 * All notation styles will be properly localized with locale data, and all notation styles are 78 * Pass this method the return value of a {@link Notation} factory method. For example: 81 * NumberFormatter.with().notation(Notation.compactShort()) 84 * The default is to use simple notation. 86 * @param notation 87 * The notation strategy to use. [all …]
|
| D | CompactNotation.java | 26 * A class that defines the scientific notation style to be used when formatting numbers in 31 * methods in {@link Notation}. 36 public class CompactNotation extends Notation { 42 * Create a compact notation with custom data. 83 CompactNotation notation, in CompactHandler() argument 94 if (notation.compactStyle != null) { in CompactHandler() 95 data.populate(locale, nsName, notation.compactStyle, compactType); in CompactHandler() 97 data.populate(notation.compactCustomData); in CompactHandler()
|
| /external/icu/icu4c/source/i18n/ |
| D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | number_notation.cpp | 16 ScientificNotation Notation::scientific() { in scientific() 28 ScientificNotation Notation::engineering() { in engineering() 52 Notation Notation::compactShort() { in compactShort() 58 Notation Notation::compactLong() { in compactLong() 64 Notation Notation::simple() { in simple()
|
| /external/sdv/vsomeip/third_party/boost/proto/doc/reference/concepts/ |
| D | CallableTransform.xml | 34 <notation variables="fn"> 38 </notation> 40 <notation variables="expr"> 44 </notation> 46 <notation variables="state"> 50 </notation> 52 <notation variables="data"> 56 </notation>
|
| D | BasicPrimitiveTransform.xml | 31 <notation variables="fn"> 35 </notation> 37 <notation variables="expr"> 41 </notation> 43 <notation variables="state"> 47 </notation> 49 <notation variables="data"> 53 </notation>
|
| D | PrimitiveTransform.xml | 35 <notation variables="fn"> 39 </notation> 41 <notation variables="expr"> 45 </notation> 47 <notation variables="state"> 51 </notation> 53 <notation variables="data"> 57 </notation>
|
| D | Transform.xml | 26 <notation variables="expr"> 30 </notation> 32 <notation variables="state"> 36 </notation> 38 <notation variables="data"> 42 </notation>
|
| D | ObjectTransform.xml | 52 <notation variables="expr"> 56 </notation> 58 <notation variables="state"> 62 </notation> 64 <notation variables="data"> 68 </notation>
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/ |
| D | NumberFormatterFactory.java | 16 import com.ibm.icu.number.Notation; 284 Notation notation; in formatterForOptions() local 285 switch (OptUtils.getString(fixedOptions, "notation", "standard")) { in formatterForOptions() 287 notation = Notation.scientific(); in formatterForOptions() 290 notation = Notation.engineering(); in formatterForOptions() 296 notation = Notation.compactLong(); in formatterForOptions() 300 notation = Notation.compactShort(); in formatterForOptions() 306 notation = Notation.simple(); in formatterForOptions() 308 nf = nf.notation(notation); in formatterForOptions()
|
| /external/icu/android_icu4j/src/main/java/android/icu/message2/ |
| D | NumberFormatterFactory.java | 17 import android.icu.number.Notation; 285 Notation notation; in formatterForOptions() local 286 switch (OptUtils.getString(fixedOptions, "notation", "standard")) { in formatterForOptions() 288 notation = Notation.scientific(); in formatterForOptions() 291 notation = Notation.engineering(); in formatterForOptions() 297 notation = Notation.compactLong(); in formatterForOptions() 301 notation = Notation.compactShort(); in formatterForOptions() 307 notation = Notation.simple(); in formatterForOptions() 309 nf = nf.notation(notation); in formatterForOptions()
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/ |
| D | MacroProps.java | 9 import com.ibm.icu.number.Notation; 20 public Notation notation; field in MacroProps 48 if (notation == null) in fallback() 49 notation = fallback.notation; in fallback() 90 return Objects.hash(notation, in hashCode() 120 return Objects.equals(notation, other.notation) in equals()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
| D | MacroProps.java | 10 import android.icu.number.Notation; 24 public Notation notation; field in MacroProps 52 if (notation == null) in fallback() 53 notation = fallback.notation; in fallback() 94 return Objects.hash(notation, in hashCode() 124 return Objects.equals(notation, other.notation) in equals()
|
| /external/icu/icu4c/source/i18n/unicode/ |
| D | numberformatter.h | 41 * // Custom notation, unit, and rounding precision: 43 * .notation(Notation::compactShort()) 74 …* UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter::with().notation(Notation::sci… 118 class Notation; variable 189 typedef Notation CompactNotation; 196 typedef Notation SimpleNotation; 199 * A class that defines the notation style to be used when formatting numbers in NumberFormatter. 203 class U_I18N_API Notation : public UMemory { 206 …* Print the number using scientific notation (also known as scientific form, standard index form, … 207 …* in the UK). The format for scientific notation varies by locale; for example, many Western local… [all …]
|
| /external/cronet/third_party/icu/source/i18n/unicode/ |
| D | numberformatter.h | 41 * // Custom notation, unit, and rounding precision: 43 * .notation(Notation::compactShort()) 74 …* UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter::with().notation(Notation::sci… 117 class Notation; variable 188 typedef Notation CompactNotation; 195 typedef Notation SimpleNotation; 198 * A class that defines the notation style to be used when formatting numbers in NumberFormatter. 202 class U_I18N_API Notation : public UMemory { 205 …* Print the number using scientific notation (also known as scientific form, standard index form, … 206 …* in the UK). The format for scientific notation varies by locale; for example, many Western local… [all …]
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | numberformatter.h | 41 * // Custom notation, unit, and rounding precision: 43 * .notation(Notation::compactShort()) 74 …* UnlocalizedNumberFormatter formatter = UnlocalizedNumberFormatter::with().notation(Notation::sci… 118 class Notation; variable 189 typedef Notation CompactNotation; 196 typedef Notation SimpleNotation; 199 * A class that defines the notation style to be used when formatting numbers in NumberFormatter. 203 class U_I18N_API Notation : public UMemory { 206 …* Print the number using scientific notation (also known as scientific form, standard index form, … 207 …* in the UK). The format for scientific notation varies by locale; for example, many Western local… [all …]
|
| /external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/number/ |
| D | NumberRangeFormatterTest.java | 24 import com.ibm.icu.number.Notation; 430 "Default collapse, long-form compact notation", in testCollapse() 432 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 446 "Unit collapse, long-form compact notation", in testCollapse() 449 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 463 "Default collapse on measurement unit with compact-short notation", in testCollapse() 465 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 479 "No collapse on measurement unit with compact-short notation", in testCollapse() 482 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 496 "Unit collapse on measurement unit with compact-short notation", in testCollapse() [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
| D | NumberRangeFormatterTest.java | 25 import android.icu.number.Notation; 433 "Default collapse, long-form compact notation", in testCollapse() 435 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 449 "Unit collapse, long-form compact notation", in testCollapse() 452 .numberFormatterBoth(NumberFormatter.with().notation(Notation.compactLong())), in testCollapse() 466 "Default collapse on measurement unit with compact-short notation", in testCollapse() 468 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 482 "No collapse on measurement unit with compact-short notation", in testCollapse() 485 ….numberFormatterBoth(NumberFormatter.with().notation(Notation.compactShort()).unit(MeasureUnit.MET… in testCollapse() 499 "Unit collapse on measurement unit with compact-short notation", in testCollapse() [all …]
|
| /external/cronet/third_party/boringssl/src/pki/ |
| D | extended_key_usage.h | 23 // In dotted notation: 2.5.29.37.0 37 // In dotted notation: 1.3.6.1.5.5.7.3.1 43 // In dotted notation: 1.3.6.1.5.5.7.3.2 49 // In dotted notation: 1.3.6.1.5.5.7.3.3 55 // In dotted notation: 1.3.6.1.5.5.7.3.4 61 // In dotted notation: 1.3.6.1.5.5.7.3.8 67 // In dotted notation: 1.3.6.1.5.5.7.3.9
|