Home
last modified time | relevance | path

Searched refs:newContext (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
DDateTimeParseContext.java131 DateTimeParseContext newContext = new DateTimeParseContext(formatter); in copy() local
132 newContext.caseSensitive = caseSensitive; in copy()
133 newContext.strict = strict; in copy()
134 return newContext; in copy()
/libcore/luni/src/test/java/libcore/xml/
DJaxenXPathTestSuite.java175 Node newContext = (Node) xpath.evaluate( in createFromTest()
178 xpath.evaluate(valueOfSelect, newContext, XPathConstants.STRING)); in createFromTest()