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 | 553 String idVal = id.getNodeValue(); in getLanguageName() local 555 if(!name.equals(idVal)){ in getLanguageName()
|
/external/libxml2/ |
D | tree.c | 2817 xmlChar *idVal = xmlNodeListGetString(doc, prop->children, in xmlSetTreeDoc() 2819 xmlAddID(NULL, doc, idVal, prop); in xmlSetTreeDoc() 9739 xmlChar *idVal; in xmlDOMWrapCloneNode() local 9741 idVal = xmlNodeListGetString(cur->doc, cur->children, 1); in xmlDOMWrapCloneNode() 9742 if (idVal != NULL) { in xmlDOMWrapCloneNode() 9743 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode() 9745 xmlFree(idVal); in xmlDOMWrapCloneNode() 9748 xmlFree(idVal); in xmlDOMWrapCloneNode()
|