OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmaxDOWIM
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTestFmwk.java
368
int
lmaxDOWIM
= cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH);
402
if (
lmaxDOWIM
!= expected) {
403
errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " +
lmaxDOWIM
+ "/expected: " + expected);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTestFmwk.java
367
int
lmaxDOWIM
= cal.getLeastMaximum(Calendar.DAY_OF_WEEK_IN_MONTH);
401
if (
lmaxDOWIM
!= expected) {
402
errln("FAIL: Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: " +
lmaxDOWIM
+ "/expected: " + expected);
/external/icu/icu4c/source/test/intltest/
callimts.cpp
244
int32_t
lmaxDOWIM
= cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
283
if (
lmaxDOWIM
!= expected) {
285
+
lmaxDOWIM
+ "/expected: " + expected);
Completed in 232 milliseconds