Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1709 public static Node getAttributeNode(Node sNode, String attribName) { in getAttributeNode()
1725 public static String getAttributeValue(Node sNode, String attribName) { in getAttributeValue()
1745 public static void setAttributeValue(Node sNode, String attribName, String val) { in setAttributeValue()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java807 private String getAttributeValue(Node sNode, String attribName){ in getAttributeValue()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11351 SEMAPHORE_NODE *sNode = &device_data->semaphoreMap[*pSemaphore]; in PostCallRecordCreateSemaphore() local