Home
last modified time | relevance | path

Searched refs:FIELD_NAME (Results 1 – 18 of 18) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java58 private static final String[] FIELD_NAME = { field in CalendarTestFmwk
69 return (f>=0 && f<FIELD_NAME.length) ? in fieldName()
70 FIELD_NAME[f] : ("<Field " + f + ">"); in fieldName()
189 + " " + FIELD_NAME[test[3]] + " by " + test[4] in doRollAdd()
195 + " " + FIELD_NAME[test[3]] + " by " + test[4] in doRollAdd()
285 " Range for min of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
291 " Range for max of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
297 " " + FIELD_NAME[f] + "(" + f + ")=" + v + in doLimitsTest()
312 buf.append(FIELD_NAME[f]); in doLimitsTest()
DJapaneseTest.java263 final String[] FIELD_NAME = { in checkExpected() local
278 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
280 … errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal); in checkExpected()
DCompatibilityTest.java36 static final String[] FIELD_NAME = { field in CompatibilityTest
385 if (!cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is not set"); in TestGenericAPI()
388 if (cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is set"); in TestGenericAPI()
DCalendarRegressionTest.java53 static final String[] FIELD_NAME = { field in CalendarRegressionTest
1170 errln("Test failed with field " + FIELD_NAME[field] + in Test4147269()
1427 " (" + FIELD_NAME[field] + in Test4173516()
1464 logln((op == 0 ? "add(" : "roll(") + FIELD_NAME[field] + in Test4173516()
1912 logln("set(" + FIELD_NAME[DATA[start++]] +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java55 private static final String[] FIELD_NAME = { field in CalendarTestFmwk
66 return (f>=0 && f<FIELD_NAME.length) ? in fieldName()
67 FIELD_NAME[f] : ("<Field " + f + ">"); in fieldName()
186 + " " + FIELD_NAME[test[3]] + " by " + test[4] in doRollAdd()
192 + " " + FIELD_NAME[test[3]] + " by " + test[4] in doRollAdd()
282 " Range for min of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
288 " Range for max of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
294 " " + FIELD_NAME[f] + "(" + f + ")=" + v + in doLimitsTest()
309 buf.append(FIELD_NAME[f]); in doLimitsTest()
DJapaneseTest.java260 final String[] FIELD_NAME = { in checkExpected() local
275 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
277 … errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal); in checkExpected()
DCompatibilityTest.java33 static final String[] FIELD_NAME = { field in CompatibilityTest
382 if (!cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is not set"); in TestGenericAPI()
385 if (cal.isSet(i)) errln("FAIL: " + FIELD_NAME[i] + " is set"); in TestGenericAPI()
DCalendarRegressionTest.java50 static final String[] FIELD_NAME = { field in CalendarRegressionTest
1167 errln("Test failed with field " + FIELD_NAME[field] + in Test4147269()
1424 " (" + FIELD_NAME[field] + in Test4173516()
1461 logln((op == 0 ? "add(" : "roll(") + FIELD_NAME[field] + in Test4173516()
1909 logln("set(" + FIELD_NAME[DATA[start++]] +
/external/icu/icu4c/source/test/intltest/
Dcallimts.cpp326 static const char* FIELD_NAME[] = { in doLimitsTest() local
414 " Range for min of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
424 " Range for max of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
430 " Range for max of " + FIELD_NAME[f] + "(" + f + in doLimitsTest()
442 " " + FIELD_NAME[f] + "(" + f + ")=" + v + in doLimitsTest()
451 " " + FIELD_NAME[f] + "(" + f + ")=" + v + in doLimitsTest()
458 " " + FIELD_NAME[f] + "(" + f + ")=" + v + in doLimitsTest()
480 buf.append((UnicodeString)"[" + cal.getType() + "] " + FIELD_NAME[f]); in doLimitsTest()
Dcalregts.h92 static const char* FIELD_NAME[]; variable
Dcalregts.cpp100 const char* CalendarRegressionTest::FIELD_NAME [] = { member in CalendarRegressionTest
1668 errln(UnicodeString("Test failed with field ") + FIELD_NAME[field] + in test4147269()
2228 (action==ADD?"add ":"roll ") + FIELD_NAME[DATA[i].field] + in TestJ81()
2242 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
2250 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DFieldWithLocationTest.java36 private static final String FIELD_NAME = "testIntField"; field in FieldWithLocationTest
93 fieldId = debuggeeWrapper.vmMirror.getFieldID(debuggeeClassId, FIELD_NAME); in createEventBuilder()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStopTest.java71 debuggeeWrapper.vmMirror.getFieldID(classID, StopDebuggee.FIELD_NAME); in testStop001()
DStopDebuggee.java66 public static final String FIELD_NAME = "exception"; field in StopDebuggee
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java2038 result.append(FIELD_NAME[i]); in showMask()
2056 private static final String[] FIELD_NAME = { field in DateTimePatternGenerator
2110 String name = FIELD_NAME[types[i][1]]; in getName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2063 result.append(FIELD_NAME[i]); in showMask()
2081 private static final String[] FIELD_NAME = { field in DateTimePatternGenerator
2135 String name = FIELD_NAME[types[i][1]]; in getName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java6422 private static final String[] FIELD_NAME = { field in Calendar
6437 return FIELD_NAME[field]; in fieldName()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java6226 private static final String[] FIELD_NAME = { field in Calendar
6240 return FIELD_NAME[field]; in fieldName()