Home
last modified time | relevance | path

Searched refs:nameLength (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialNameMatcher.java267 final int nameLength = displayName.length(); in matchesCombination() local
270 if (nameLength < queryLength) { in matchesCombination()
296 while (nameStart < nameLength && queryStart < queryLength) { in matchesCombination()
324 while (nameStart < nameLength && in matchesCombination()
354 for (j = nameStart; j < nameLength; j++) { in matchesCombination()
361 if (j < nameLength - 1) { in matchesCombination()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java356 int nameLength = payload.get(); in parseNokia() local
357 byte[] nameBytes = new byte[nameLength]; in parseNokia()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDictionaryInfoUtils.java143 final int nameLength = name.length(); in replaceFileNameDangerousCharacters() local
144 for (int i = 0; i < nameLength; i = name.offsetByCodePoints(i, 1)) { in replaceFileNameDangerousCharacters()