Searched refs:idVal (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 555 String idVal = id.getNodeValue(); in getLanguageName() local 557 if(!name.equals(idVal)){ in getLanguageName()
|
/external/libxml2/ |
D | tree.c | 2818 xmlChar *idVal = xmlNodeListGetString(doc, prop->children, in xmlSetTreeDoc() 2820 xmlAddID(NULL, doc, idVal, prop); in xmlSetTreeDoc() 9740 xmlChar *idVal; in xmlDOMWrapCloneNode() local 9742 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode() 9743 if (idVal != NULL) { in xmlDOMWrapCloneNode() 9744 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode() 9746 xmlFree(idVal); in xmlDOMWrapCloneNode() 9749 xmlFree(idVal); in xmlDOMWrapCloneNode()
|