Searched refs:rStart (Results 1 – 3 of 3) sorted by relevance
1483 const char *rStart = getKeyString(bundle, rPos); in compareKeySuffixes() local1484 const char *rLimit = rStart; in compareKeySuffixes()1489 while (lStart < lLimit && rStart < rLimit) { in compareKeySuffixes()1496 diff = (int32_t)(rLimit - rStart) - (int32_t)(lLimit - lStart); in compareKeySuffixes()1640 const UChar *rStart = right->u.fString.fChars; in compareStringSuffixes() local1641 const UChar *rLimit = rStart + right->u.fString.fLength; in compareStringSuffixes()1644 while (lStart < lLimit && rStart < rLimit) { in compareStringSuffixes()
533 final int rStart = kBlock * BLOCK_SIZE; in multiply()540 int r = rStart; in multiply()
544 final int rStart = kBlock * BLOCK_SIZE; in multiply()551 int r = rStart; in multiply()