HomeSort by relevance Sort by last modified time
    Searched refs:INTEGER (Results 126 - 150 of 852) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java 204 assertEquals("Incorrect data type", java.sql.Types.INTEGER, rs.getInt("DATA_TYPE"));
205 assertEquals("Incorrect type name", "INTEGER", rs.getString("TYPE_NAME"));
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 89 * scientific, integer, iso currency, and plural currency format for each locale.
111 * minimum number of integer digits. The symbols are stored in a {@link
250 * <p>The <em>grouping separator</em> is a character that separates clusters of integer
255 * significant integer digits, the <em>primary grouping size</em>, and one used for all
260 * separators, the interval between the last one and the end of the integer defines the
274 * number := (integer ('.' fraction)?) | sigDigits
277 * integer := '#'* '0'* '0'
298 * <li>The grouping separator ',' can occur inside the integer and sigDigits
299 * elements, between any two pattern characters of that element, as long as the integer or
343 * <ul><li>If the number of actual integer digits exceeds the <em>maximum intege
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/
javapoet_ext.kt 115 val INTEGER = ClassName.get("java.lang", "Integer")
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
RelationCollector.kt 106 SQLTypeAffinity.INTEGER -> "getLong"
239 SQLTypeAffinity.INTEGER -> elements.getTypeElement("java.lang.Long").asType()
251 SQLTypeAffinity.INTEGER -> TypeName.LONG.box()
  /external/eigen/blas/testing/
cblat3.f 96 INTEGER NIN
98 INTEGER NSUBS
104 INTEGER NMAX
106 INTEGER NIDMAX, NALMAX, NBEMAX
110 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NOUT, NTRA
124 INTEGER IDIM( NIDMAX )
136 INTEGER INFOT, NOUTC
426 INTEGER NALF, NBET, NIDIM, NMAX, NOUT, NTRA
436 INTEGER IDIM( NIDIM )
440 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA
    [all...]
zblat3.f 97 INTEGER NIN
99 INTEGER NSUBS
106 INTEGER NMAX
108 INTEGER NIDMAX, NALMAX, NBEMAX
112 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NOUT, NTRA
126 INTEGER IDIM( NIDMAX )
138 INTEGER INFOT, NOUTC
428 INTEGER NALF, NBET, NIDIM, NMAX, NOUT, NTRA
438 INTEGER IDIM( NIDIM )
442 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 264 cv = ECountVariant.INTEGER;
273 case ECountVariant.INTEGER: {
386 * @param integralDigits the number of integer digits to display
445 * @param num the integer to append
514 // SO, just return that. otherwise convert the count to an integer
530 case ECountVariant.INTEGER:
561 // it will display like an integer, so do more analysis
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 84 * integer number format. Use <code>getCurrencyInstance</code> to get the
97 * getInstance(...INTEGERSTYLE) to get an integer number format,
142 * last character of the integer and the decimal. Add
194 * <strong>[icu]</strong> Constant to specify a integer number style format.
230 * the position of the integer part of a formatted number should be returned.
449 * string "1234." would be parsed as the integer value 1234 and parsing
598 * Returns an integer number format for the current default <code>FORMAT</code> locale. The
600 * to the nearest integer using IEEE half-even rounding (see {@link
602 * and to parse only the integer part of an input string (see {@link
605 * @return a number format for integer value
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 262 cv = ECountVariant.INTEGER;
271 case ECountVariant.INTEGER: {
384 * @param integralDigits the number of integer digits to display
443 * @param num the integer to append
512 // SO, just return that. otherwise convert the count to an integer
528 case ECountVariant.INTEGER:
559 // it will display like an integer, so do more analysis
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 83 * integer number format. Use <code>getCurrencyInstance</code> to get the
96 * getInstance(...INTEGERSTYLE) to get an integer number format,
141 * last character of the integer and the decimal. Add
198 * {@icu} Constant to specify a integer number style format.
240 * the position of the integer part of a formatted number should be returned.
478 * string "1234." would be parsed as the integer value 1234 and parsing
641 * Returns an integer number format for the current default <code>FORMAT</code> locale. The
643 * to the nearest integer using IEEE half-even rounding (see {@link
645 * and to parse only the integer part of an input string (see {@link
648 * @return a number format for integer value
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 101 public static final int INTEGER = 1;
451 * descriptor. This method returns <code>INTEGER</code>
471 return INTEGER;
757 case INTEGER :
758 msg = "integer";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 167 String description = "one: n is 3 or f is 5 @integer 3,19, @decimal 3.50 ~ 3.53, ?; other: @decimal 99.0~99.2, 999.0, ?";
170 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
174 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
177 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
180 checkOldSamples(description, test, "other", SampleType.INTEGER);
230 int val = Integer.parseInt(valString);
402 fractionaldigits = Integer.parseInt(value.substring(decimalPos));
621 // when the samples (meaning integer samples) are null, then then integerSamples must be, and the
623 FixedDecimalSamples integerSamples = rules.getDecimalSamples(keyword, SampleType.INTEGER);
    [all...]
NumberFormatTest.java 580 nff.setRoundingMode(((Integer) item[0]).intValue());
629 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
637 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 166 String description = "one: n is 3 or f is 5 @integer 3,19, @decimal 3.50 ~ 3.53, ?; other: @decimal 99.0~99.2, 999.0, ?";
169 checkNewSamples(description, test, "one", PluralRules.SampleType.INTEGER, "@integer 3, 19", true,
173 checkOldSamples(description, test, "one", SampleType.INTEGER, 3d, 19d);
176 checkNewSamples(description, test, "other", PluralRules.SampleType.INTEGER, "", true, null);
179 checkOldSamples(description, test, "other", SampleType.INTEGER);
229 int val = Integer.parseInt(valString);
401 fractionaldigits = Integer.parseInt(value.substring(decimalPos));
620 // when the samples (meaning integer samples) are null, then then integerSamples must be, and the
622 FixedDecimalSamples integerSamples = rules.getDecimalSamples(keyword, SampleType.INTEGER);
    [all...]
NumberFormatTest.java 579 nff.setRoundingMode(((Integer) item[0]).intValue());
628 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
636 logln("Min integer digits = " + fmt.getMinimumIntegerDigits());
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DecimalFormatICU.java 439 } else if (icuAttribute == NumberFormat.Field.INTEGER) {
440 jdkAttribute = java.text.NumberFormat.Field.INTEGER;
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 59 /** Represents the integer primitive type */
60 public static final Type INTEGER = new Type(CtClass.intType);
109 prims.put(CtClass.intType, INTEGER);
  /external/trappy/trappy/stats/
grammar.py 50 INTEGER = Combine(Optional(oneOf("+ -")) + Word(nums))\
166 FUNC_NAME + COLON + IDENTIFIER) | REAL | INTEGER | IDENTIFIER
200 # IDENTIFIER, Arithmetic expression, REAL number, INTEGER or a
  /frameworks/base/tools/aapt2/
Resources.proto 293 INTEGER = 0x04; // Allows any integer BinaryPrimitive values.
309 // The smallest integer allowed for this XML attribute. Only makes sense if the format includes
310 // FormatFlags::INTEGER.
313 // The largest integer allowed for this XML attribute. Only makes sense if the format includes
314 // FormatFlags::INTEGER.
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Tag.java 31 public static final Asn1Tag INTEGER = new Asn1Tag(Asn1TagClass.UNIVERSAL, 2);
55 public static final BigInteger MAX_INTEGER_VALUE = BigInteger.valueOf(Integer.MAX_VALUE);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 446 case INTEGER:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatter.java 179 cv = ECountVariant.INTEGER;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 178 cv = ECountVariant.INTEGER;
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypedBlock.java 223 return TypeTag.INTEGER;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Decoder.java 50 private static final Map<Integer, Asn1Tag> sTagMap = new HashMap<>();
55 sTagMap.put(TAG_INTEGER, Asn1Tag.INTEGER);

Completed in 1424 milliseconds

1 2 3 4 56 7 8 91011>>