Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstSlash

1446         int32_t firstSlash = nsDesc.indexOf(gSlash);
1448 if ( lastSlash > firstSlash ) {
1451 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status);
1452 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1);