Searched defs:doq (Results  1 – 2 of 2) sorted by relevance
| /libcore/ojluni/src/test/java/time/tck/java/time/temporal/ | 
| D | TCKIsoFields.java | 127     public void test_DOQ(LocalDate date, int doq, int qoy) {  in test_DOQ()128         assertEquals(IsoFields.DAY_OF_QUARTER.getFrom(date), doq);  in test_DOQ()  local
 129         assertEquals(date.get(IsoFields.DAY_OF_QUARTER), doq);  in test_DOQ()  local
 141     public void test_QOY(LocalDate date, int doq, int qoy) {  in test_QOY()
 155     public void test_parse_quarters(LocalDate date, int doq, int qoy) {  in test_parse_quarters()
 166     public void test_parse_quarters_SMART(LocalDate date, int doq, int qoy) {  in test_parse_quarters_SMART()
 177     public void test_parse_quarters_LENIENT(LocalDate date, int doq, int qoy) {  in test_parse_quarters_LENIENT()
 
 | 
| /libcore/ojluni/src/main/java/java/time/temporal/ | 
| D | IsoFields.java | 358                 long doq = fieldValues.get(DAY_OF_QUARTER);  in resolve()  local
 |