Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLDMLUtilities.java338 XPathAPI_eval(context, fullPath.toString()); in convertXPath2ICU()
340 XPathAPI_eval(context, xpath); in convertXPath2ICU()
343 XPathAPI_eval(context, fullPath.toString(), namespaceNode); in convertXPath2ICU()
345 XPathAPI_eval(context, xpath, namespaceNode); in convertXPath2ICU()
357 XPathAPI_eval(context, fullPath.toString()); in convertXPath2ICU()
2290 private static void XPathAPI_eval(Node context, String string, Node namespaceNode) in XPathAPI_eval() method in LDMLUtilities
2295 private static void XPathAPI_eval(Node context, String string) throws TransformerException { in XPathAPI_eval() method in LDMLUtilities