HomeSort by relevance Sort by last modified time
    Searched defs:abd (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HolidayTest.java 246 Date abd = getDate(1992, Calendar.SEPTEMBER, 16); local
258 logln("first between " + nbd + " and " + abd + " is " + rdr.firstBetween(nbd, abd));
259 logln("first between " + abd + " and " + xbd + " is " + rdr.firstBetween(abd, xbd));
260 logln("first between " + abd + " and " + null + " is " + rdr.firstBetween(abd, null));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HolidayTest.java 243 Date abd = getDate(1992, Calendar.SEPTEMBER, 16); local
255 logln("first between " + nbd + " and " + abd + " is " + rdr.firstBetween(nbd, abd));
256 logln("first between " + abd + " and " + xbd + " is " + rdr.firstBetween(abd, xbd));
257 logln("first between " + abd + " and " + null + " is " + rdr.firstBetween(abd, null));
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 11291 IRTemp abd = math_ABD(isU, size+1, mkexpr(argL), mkexpr(argR)); local
    [all...]

Completed in 184 milliseconds