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/
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.java331 final String[] FIELD_NAME = { in checkExpected() local
346 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
348 … 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++]] +
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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.java334 final String[] FIELD_NAME = { in checkExpected() local
349 logln(FIELD_NAME[fieldNum]+": "+ actualVal); in checkExpected()
351 … 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++]] +
/third_party/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.h96 static const char* FIELD_NAME[]; variable
Dcalregts.cpp104 const char* CalendarRegressionTest::FIELD_NAME [] = { member in CalendarRegressionTest
1708 errln(UnicodeString("Test failed with field ") + FIELD_NAME[field] + in test4147269()
2262 (action==ADD?"add ":"roll ") + FIELD_NAME[DATA[i].field] + in TestJ81()
2276 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
2284 amount + " " + FIELD_NAME[DATA[i].field] + " -> {" + in TestJ81()
/third_party/gstreamer/gstreamer/docs/random/
Dcaps_grammar19 FIELD = FIELD_NAME '=' TYPED_VALUE
21 FIELD_NAME = SIMPLE_STRING
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument
268 << AMDHSA_BITS_GET(KERNEL_DESC.MEMBER_NAME, FIELD_NAME) << '\n'; in EmitAmdhsaKernelDescriptor()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
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/text/
DDateTimePatternGenerator.java2286 result.append(FIELD_NAME[i]); in showMask()
2304 private static final String[] FIELD_NAME = { field in DateTimePatternGenerator
2358 String name = FIELD_NAME[types[i][1]]; in getName()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java6381 private static final String[] FIELD_NAME = { field in Calendar
6396 return FIELD_NAME[field]; in fieldName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCalendar.java6149 private static final String[] FIELD_NAME = { field in Calendar
6163 return FIELD_NAME[field]; in fieldName()