Searched refs:inputLength (Results 1 – 2 of 2) sorted by relevance
35 int inputLength = keyValuePairs.length; in create() local36 if (inputLength % 2 != 0) { in create()40 BidirectionalSparseIntArray biMap = new BidirectionalSparseIntArray(inputLength / 2); in create()
144 final int inputLength = input.length(); in getTokens() local153 for (int i = 0; i < inputLength; i++) { in getTokens()