Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java315 XPathAPI_eval(context, fullPath.toString()); in convertXPath2ICU()
317 XPathAPI_eval(context, xpath); in convertXPath2ICU()
320 XPathAPI_eval(context, fullPath.toString(), namespaceNode); in convertXPath2ICU()
322 XPathAPI_eval(context, xpath, namespaceNode); in convertXPath2ICU()
334 XPathAPI_eval(context, fullPath.toString()); in convertXPath2ICU()
2327 private static void XPathAPI_eval(Node context, String string, in XPathAPI_eval() method in LDMLUtilities
2332 private static void XPathAPI_eval(Node context, String string) throws TransformerException { in XPathAPI_eval() method in LDMLUtilities