Home | History | Annotate | Download | only in i18n

Lines Matching defs:firstSlash

1255         int32_t firstSlash = nsDesc.indexOf(gSlash);
1257 if ( lastSlash > firstSlash ) {
1260 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status);
1261 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1);