Lines Matching refs:lengths
84 const RepeatedField<int>& lengths = desc.possible_length(); in MatchesPossibleNumberAndNationalNumber() local
86 std::find(lengths.begin(), lengths.end(), number.length()) == in MatchesPossibleNumberAndNationalNumber()
87 lengths.end()) { in MatchesPossibleNumberAndNationalNumber()
118 const RepeatedField<int>& lengths = in IsPossibleShortNumberForRegion() local
120 return (std::find(lengths.begin(), lengths.end(), short_number.length()) != in IsPossibleShortNumberForRegion()
121 lengths.end()); in IsPossibleShortNumberForRegion()
135 const RepeatedField<int>& lengths = in IsPossibleShortNumber() local
137 if (std::find(lengths.begin(), lengths.end(), short_number.length()) != in IsPossibleShortNumber()
138 lengths.end()) { in IsPossibleShortNumber()
196 const RepeatedField<int>& lengths = in GetExpectedCostForRegion() local
198 if (std::find(lengths.begin(), lengths.end(), short_number.length()) == in GetExpectedCostForRegion()
199 lengths.end()) { in GetExpectedCostForRegion()