Home
last modified time | relevance | path

Searched refs:FIELD_NAME (Results 1 - 17 of 17) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A 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()
H A DJapaneseTest.java331 final String[] FIELD_NAME = { in checkExpected()
346 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
348 errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal); in checkExpected()
H A 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++]] + in TestJ9()
H A 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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A 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()
H A DJapaneseTest.java334 final String[] FIELD_NAME = { in checkExpected()
349 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
351 errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal); in checkExpected()
H A 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++]] + in TestJ9()
H A 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()
/third_party/icu/icu4c/source/test/intltest/
H A 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()
H A Dcalregts.h100 static const char* FIELD_NAME[]; member in CalendarRegressionTest
H A Dcalregts.cpp106 const char* CalendarRegressionTest::FIELD_NAME [] = { member in CalendarRegressionTest
1710 errln(UnicodeString("Test failed with field ") + FIELD_NAME[field] + in test4147269()
2264 (action==ADD?"add ":"roll ") + FIELD_NAME[DATA[i].field] + in TestJ81()
2278 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
2286 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor()
268 << AMDHSA_BITS_GET(KERNEL_DESC.MEMBER_NAME, FIELD_NAME) << '\n'; in EmitAmdhsaKernelDescriptor()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java2373 result.append(FIELD_NAME[i]); in showMask()
2391 private static final String[] FIELD_NAME = { field in DateTimePatternGenerator
2445 String name = FIELD_NAME[types[i][1]]; in getName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java2235 result.append(FIELD_NAME[i]); in showMask()
2253 private static final String[] FIELD_NAME = { field in DateTimePatternGenerator
2307 String name = FIELD_NAME[types[i][1]]; in getName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java6426 private static final String[] FIELD_NAME = { field in Calendar
6441 return FIELD_NAME[field]; in fieldName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java6149 private static final String[] FIELD_NAME = { field in Calendar
6163 return FIELD_NAME[field]; in fieldName()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 59 milliseconds