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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 191 int year2, month2, dom2; local
204 dom2 = cal.get(Calendar.DAY_OF_MONTH);
208 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
210 dom != dom2) errln(s + " FAIL");
225 dom2 = cal.get(Calendar.DAY_OF_MONTH);
229 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
231 dom != dom2) errln(s + " FAIL");
259 int dom2 = cal.get(Calendar.DAY_OF_MONTH); local
260 if (y != year2 || m != month2 || dom2 != d)
262 year2 + "-" + (month2+1) + "-" + dom2);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 190 int year2, month2, dom2; local
203 dom2 = cal.get(Calendar.DAY_OF_MONTH);
207 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
209 dom != dom2) errln(s + " FAIL");
224 dom2 = cal.get(Calendar.DAY_OF_MONTH);
228 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
230 dom != dom2) errln(s + " FAIL");
258 int dom2 = cal.get(Calendar.DAY_OF_MONTH); local
259 if (y != year2 || m != month2 || dom2 != d)
261 year2 + "-" + (month2+1) + "-" + dom2);
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 329 milliseconds