Searched defs:possibleLengths (Results 1 – 4 of 4) sorted by relevance
36 private static final int[] possibleLengths = {8}; field in MetadataFilterTest875 assertContentsEqual(desc.getPossibleLengthList(), possibleLengths); in testFilterMetadata_liteBuild() local902 assertContentsEqual(desc.getPossibleLengthList(), possibleLengths); in testFilterMetadata_specialBuild() local936 assertContentsEqual(desc.getPossibleLengthList(), possibleLengths); in testFilterMetadata_emptyFilter() local
34 protected final TreeSet<Integer> possibleLengths = new TreeSet<Integer>(); field in PhonePrefixMapStorageStrategy
156 int32_t* possibleLengths = (int32_t*)malloc(sizeof(int32_t) * lengthsSize); in AddPrefixDescriptions() local224 void UpdateGeocoding::ModifyPossibleLengths(int32_t* possibleLengths, PrefixesInfo& prefixesInfo, i… in ModifyPossibleLengths()
405 private static boolean arePossibleLengthsEqual(TreeSet<Integer> possibleLengths, in arePossibleLengthsEqual()596 NodeList possibleLengths = data.getElementsByTagName(POSSIBLE_LENGTHS); in populatePossibleLengthSets() local