Searched refs:nsDesc (Results 1 – 3 of 3) sorted by relevance
1363 String nsDesc; in createInstance() local1369 nsDesc = ns.getDescription(); in createInstance()1370 int firstSlash = nsDesc.indexOf("/"); in createInstance()1371 int lastSlash = nsDesc.lastIndexOf("/"); in createInstance()1374 String nsLocID = nsDesc.substring(0,firstSlash); in createInstance()1375 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash); in createInstance()1376 nsRuleSetName = nsDesc.substring(lastSlash+1); in createInstance()1384 nsRuleSetName = nsDesc; in createInstance()
1419 UnicodeString nsDesc; in makeInstance() local1425 nsDesc.setTo(ns->getDescription()); in makeInstance()1426 int32_t firstSlash = nsDesc.indexOf(gSlash); in makeInstance()1427 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); in makeInstance()1431 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()1432 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1); in makeInstance()1433 nsRuleSetName.setTo(nsDesc,lastSlash+1); in makeInstance()1443 nsRuleSetName.setTo(nsDesc); in makeInstance()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...