HomeSort by relevance Sort by last modified time
    Searched defs:pIndex (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 720 int32_t pIndex = plen - 1;
759 while (pIndex >= 0) {
760 uint32_t pce = (*patCEs)[pIndex];
768 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex];
773 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1);
789 pIndex -= 1;
792 if (pIndex < 0) {
  /external/icu4c/i18n/
bmsearch.cpp 673 int32_t pIndex = plen - 1;
712 while (pIndex >= 0) {
713 uint32_t pce = (*patCEs)[pIndex];
721 int32_t gsOffset = tOffset + (*goodSuffixTable)[pIndex];
726 tOffset += (*badCharacterTable)[tcei->order] - badCharacterTable->minLengthInChars(pIndex + 1);
742 pIndex -= 1;
745 if (pIndex < 0) {
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java 653 int pIndex = subStr.indexOf(PhoneNumberUtils.PAUSE);
655 if (wIndex > 0 && (wIndex < pIndex || pIndex <= 0)) {
657 } else if (pIndex > 0) {
658 subStr = subStr.substring(0, pIndex);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 289 int pIndex, wIndex;
295 pIndex = a.indexOf(PAUSE);
298 trimIndex = minPositive(pIndex, wIndex);
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 162 milliseconds