Home | History | Annotate | Download | only in text

Lines Matching defs:firstSlash

1411             int firstSlash = nsDesc.indexOf("/");
1414 if ( lastSlash > firstSlash ) {
1415 String nsLocID = nsDesc.substring(0,firstSlash);
1416 nsRuleSetGroup = nsDesc.substring(firstSlash+1,lastSlash);