Searched refs:nameLength (Results 1 – 3 of 3) sorted by relevance
267 final int nameLength = displayName.length(); in matchesCombination() local270 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()
356 int nameLength = payload.get(); in parseNokia() local357 byte[] nameBytes = new byte[nameLength]; in parseNokia()
143 final int nameLength = name.length(); in replaceFileNameDangerousCharacters() local144 for (int i = 0; i < nameLength; i = name.offsetByCodePoints(i, 1)) { in replaceFileNameDangerousCharacters()