Lines Matching refs:attrVal
1497 String attrVal;
1498 p2 = getQuoted(p, attrVal, true);
1500 //printf("name:'%s' value:'%s'\n",attrName.c_str(),attrVal.c_str());
1503 n->addNamespace(attrName, attrVal);
1505 n->addAttribute(attrName, attrVal);
5425 String attrVal;
5453 attrVal.append(prefix);
5460 attrVal.append(subVal);
5464 attrVal.push_back((char)ch);
5468 attrVal = trim(attrVal);
5469 attrs[attrName] = attrVal;
5474 name = attrVal;
5476 description = attrVal;
5478 cflags = attrVal;
5480 libs = attrVal;
5482 requires = attrVal;
5484 version = attrVal;
5487 // attrName.c_str(), attrVal.c_str());
9769 String attrVal = attrs[i].getValue();
9778 properties[attrVal] = val;
9785 properties[attrVal] = val;
9789 specifiedProperties.find(attrVal);
9794 attrVal.c_str(), val.c_str());
9795 properties[attrVal] = val;
9813 if (attrVal.find('.') != attrVal.npos)
9818 envPrefix = attrVal;
9823 if (attrVal.find('.') != attrVal.npos)
9828 pcPrefix = attrVal;
9833 if (attrVal.find('.') != attrVal.npos)
9838 pccPrefix = attrVal;
9843 if (attrVal.find('.') != attrVal.npos)
9848 pclPrefix = attrVal;
9853 if (attrVal.find('.') != attrVal.npos)
9858 bzrPrefix = attrVal;