Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNumberParser.java116 {1, 10, SignStyle.NORMAL, 0, "2147483647", 0, 10, Integer.MAX_VALUE}, in provider_parseData()
117 {1, 10, SignStyle.NORMAL, 0, "-2147483648", 0, 11, Integer.MIN_VALUE}, in provider_parseData()
118 {1, 10, SignStyle.NORMAL, 0, "2147483648", 0, 10, 2147483648L}, in provider_parseData()
119 {1, 10, SignStyle.NORMAL, 0, "-2147483649", 0, 11, -2147483649L}, in provider_parseData()
120 {1, 10, SignStyle.NORMAL, 0, "987659876598765", 0, 10, 9876598765L}, in provider_parseData()
121 {1, 19, SignStyle.NORMAL, 0, "999999999999999999", 0, 18, 999999999999999999L}, in provider_parseData()
122 {1, 19, SignStyle.NORMAL, 0, "-999999999999999999", 0, 19, -999999999999999999L}, in provider_parseData()
123 {1, 19, SignStyle.NORMAL, 0, "1000000000000000000", 0, 19, 1000000000000000000L}, in provider_parseData()
124 {1, 19, SignStyle.NORMAL, 0, "-1000000000000000000", 0, 20, -1000000000000000000L}, in provider_parseData()
125 {1, 19, SignStyle.NORMAL, 0, "000000000000000000", 0, 18, 0L}, in provider_parseData()
[all …]
DTestDateTimeFormatterBuilder.java192 builder.appendValue(DAY_OF_MONTH, 2, 3, SignStyle.NORMAL); in test_appendValue_3arg()
199 builder.appendValue(null, 2, 3, SignStyle.NORMAL); in test_appendValue_3arg_nullField()
204 builder.appendValue(DAY_OF_MONTH, 0, 2, SignStyle.NORMAL); in test_appendValue_3arg_minWidthTooSmall()
209 builder.appendValue(DAY_OF_MONTH, 20, 2, SignStyle.NORMAL); in test_appendValue_3arg_minWidthTooBig()
214 builder.appendValue(DAY_OF_MONTH, 2, 0, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthTooSmall()
219 builder.appendValue(DAY_OF_MONTH, 2, 20, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthTooBig()
224 builder.appendValue(DAY_OF_MONTH, 4, 2, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthMinWidth()
235 builder.appendValue(MONTH_OF_YEAR, 1, 2, SignStyle.NORMAL).appendValue(DAY_OF_MONTH, 2); in test_appendValue_subsequent2_parse3()
245 builder.appendValue(MONTH_OF_YEAR, 1, 2, SignStyle.NORMAL).appendValue(DAY_OF_MONTH, 2); in test_appendValue_subsequent2_parse4()
255 …builder.appendValue(MONTH_OF_YEAR, 1, 2, SignStyle.NORMAL).appendValue(DAY_OF_MONTH, 2).appendLite… in test_appendValue_subsequent2_parse5()
[all …]
DTestNumberPrinter.java220 …getFormatter(DAY_OF_MONTH, minPad, maxPad, SignStyle.NORMAL).formatTo(new MockFieldValue(DAY_OF_MO… in test_pad_NORMAL()
271 … assertEquals(getFormatter(HOUR_OF_DAY, 1, 19, SignStyle.NORMAL).toString(), "Value(HourOfDay)");
DTestTextParserWithLocale.java209 .appendValue(ChronoField.YEAR_OF_ERA, 1, 9, SignStyle.NORMAL)
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DLambdaTestMode.java32 NORMAL, enumConstant
61 return IS_LAMBDA_SERIALIZATION_MODE ? SERIALIZATION : NORMAL; in getMode()
69 return getMode() == NORMAL; in isNormalMode()
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DLambdaTestMode.java32 NORMAL, enumConstant
61 return IS_LAMBDA_SERIALIZATION_MODE ? SERIALIZATION : NORMAL; in getMode()
69 return getMode() == NORMAL; in isNormalMode()
/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKSignStyle.java97 {LocalDate.of(2001, 10, 2), SignStyle.NORMAL, null, "2001"}, in data_signStyle()
98 {LocalDate.of(-2001, 10, 2), SignStyle.NORMAL, null, "-2001"}, in data_signStyle()
111 {LocalDate.of(20001, 10, 2), SignStyle.NORMAL, DateTimeException.class, ""}, in data_signStyle()
DTCKPadPrinterParser.java131 builder.padNext(3, '#').appendValue(MONTH_OF_YEAR, 1, 3, SignStyle.NORMAL); in test_parseStrict()
172 builder.parseLenient().padNext(3, '#').appendValue(MONTH_OF_YEAR, 1, 3, SignStyle.NORMAL); in test_parseLenient()
196 builder.padNext(3, '-').appendValue(MONTH_OF_YEAR, 1, 2, SignStyle.NORMAL); in test_parse_decoratedStartsWithPad_number()
DTCKDateTimeFormatterBuilder.java170 builder.appendValue(null, 2, 3, SignStyle.NORMAL); in test_appendValue_3arg_nullField()
175 builder.appendValue(DAY_OF_MONTH, 0, 2, SignStyle.NORMAL); in test_appendValue_3arg_minWidthTooSmall()
180 builder.appendValue(DAY_OF_MONTH, 20, 2, SignStyle.NORMAL); in test_appendValue_3arg_minWidthTooBig()
185 builder.appendValue(DAY_OF_MONTH, 2, 0, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthTooSmall()
190 builder.appendValue(DAY_OF_MONTH, 2, 20, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthTooBig()
195 builder.appendValue(DAY_OF_MONTH, 4, 2, SignStyle.NORMAL); in test_appendValue_3arg_maxWidthMinWidth()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DMockAbstractPreferences.java28 static final int NORMAL = 0; field in MockAbstractPreferences
36 int result = NORMAL;
100 case NORMAL: in checkException()
/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java95 private static final int NORMAL = 2; field in FutureTask
118 if (s == NORMAL) in report()
231 STATE.setRelease(this, NORMAL); // final state in set()
498 case NORMAL: in toString()
/libcore/ojluni/src/main/java/java/time/format/
DSignStyle.java84 NORMAL, enumConstant
DDateTimeFormatterBuilder.java416 appendValue(new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL)); in appendValue()
1960 appendValue(field, count, 19, SignStyle.NORMAL); in parseField()
2068 appendValue(field, count, 19, SignStyle.NORMAL); in parseField()
2825 case NORMAL: in format()
2983 if (minWidth == 1 && maxWidth == 19 && signStyle == SignStyle.NORMAL) { in toString()
3461 numberPrinterParser = new NumberPrinterParser(field, 1, 19, SignStyle.NORMAL); in numberPrinterParser()
5120 (count < 4) ? SignStyle.NORMAL : SignStyle.EXCEEDS_PAD, in printerParser()
5152 .append((count < 4) ? SignStyle.NORMAL : SignStyle.EXCEEDS_PAD); in toString()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java58 private static final int[] NORMAL = new int[] { field in ZoneInfo
215 int[] mlen = isLeap ? LEAP : NORMAL; in getOffset()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java126 private static final int NORMAL = 2; // 0x2 field in FutureTask
/libcore/ojluni/src/main/java/java/time/
DYear.java151 .appendValue(YEAR, 1, 10, SignStyle.NORMAL)
/libcore/api/
Dcurrent.txt12742 enum_constant public static final java.time.format.SignStyle NORMAL;