Searched refs:nameLength (Results 1 – 4 of 4) sorted by relevance
236 final int nameLength = displayName.length(); in matchesCombination() local239 if (nameLength < queryLength) { in matchesCombination()265 while (nameStart < nameLength && queryStart < queryLength) { in matchesCombination()296 while (nameStart < nameLength in matchesCombination()327 for (j = nameStart; j < nameLength; j++) { in matchesCombination()335 if (j < nameLength - 1) { in matchesCombination()
58 int nameLength = nameBytes.length; in advertiseDataToBytes() local62 if (nameLength > DEVICE_NAME_MAX) { in advertiseDataToBytes()63 nameLength = DEVICE_NAME_MAX; in advertiseDataToBytes()69 ret.write(nameLength + 1); in advertiseDataToBytes()71 ret.write(nameBytes, 0, nameLength); in advertiseDataToBytes()
143 final int nameLength = name.length(); in replaceFileNameDangerousCharacters() local144 for (int i = 0; i < nameLength; i = name.offsetByCodePoints(i, 1)) { in replaceFileNameDangerousCharacters()
380 int nameLength = payload.get(); in parseNokia() local381 byte[] nameBytes = new byte[nameLength]; in parseNokia()