HomeSort by relevance Sort by last modified time
    Searched refs:crLength (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 450 int crLength = clients.size();
451 if (crLength == 1) {
478 // crlength >= 2
479 for (int crIndex=0; crIndex < crLength; crIndex++) {
483 if (crIndex == crLength - 1) {
530 for (int nextIndex = crIndex + 1; nextIndex < crLength; nextIndex++) {
  /external/icu4c/test/cintltst/
ucsdetst.c 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
476 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM424", &brLength);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
554 char *bytes_r = extractBytes(chars_reverse, crLength, "IBM420", &brLength);

Completed in 155 milliseconds