Home
last modified time | relevance | path

Searched defs:sNode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLDMLUtilities.java1769 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode()
1784 public static String getAttributeValue(Node sNode, String attribName) { in getAttributeValue()
1803 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue()
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue()