Searched refs:index2 (Results 1 – 8 of 8) sorted by relevance
236 int index2 = number2.indexOf('@'); in compareSipAddresses() local239 if (index2 != -1) { in compareSipAddresses()240 userinfo2 = number2.substring(0, index2); in compareSipAddresses()241 rest2 = number2.substring(index2); in compareSipAddresses()
292 final int index2 = header.indexOf("/"); in getChunkSize() local293 if ((index1 != -1) && (index2 != -1)) { in getChunkSize()295 final String highByteValue = header.substring(index1 + 1, index2); in getChunkSize()
328 int index2; in handleCpbrCommand() local343 index2 = index1; in handleCpbrCommand()345 index2 = Integer.parseInt(indices[1]); in handleCpbrCommand()355 mCpbrIndex2 = index2; in handleCpbrCommand()
264 private Builder buildSplitContactDiffHelper(int index1, int index2, int[] backRefs) { in buildSplitContactDiffHelper() argument279 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()280 int backRef2 = backRefs[index2]; in buildSplitContactDiffHelper()
154 int index2 = MIME_TYPE_ORDER.indexOf(mimeType2); in compare() local157 if (index1 < 0 && index2 < 0) return mimeType1.compareTo(mimeType2); in compare()159 if (index2 < 0) return -1; in compare()161 return index1 < index2 ? -1 : 1; in compare()
582 const int index0, const int index1, const int index2) { in getPointsAngle() argument593 if (index2 < 0 || index2 > sampledInputSize - 1) { in getPointsAngle()597 const float nextDirection = getDirection(sampledInputXs, sampledInputYs, index1, index2); in getPointsAngle()
147 const int index2);
1216 Landroid/icu/impl/Trie2Writable;->index2:[I