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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 189 int year2, month2, dom2; local
202 dom2 = cal.get(Calendar.DAY_OF_MONTH);
206 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
208 dom != dom2) errln(s + " FAIL");
223 dom2 = cal.get(Calendar.DAY_OF_MONTH);
227 year2 + "-" + (month2+1-Calendar.JANUARY) + "-" + dom2;
229 dom != dom2) errln(s + " FAIL");
257 int dom2 = cal.get(Calendar.DAY_OF_MONTH); local
258 if (y != year2 || m != month2 || dom2 != d)
260 year2 + "-" + (month2+1) + "-" + dom2);
    [all...]
  /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 73 milliseconds