Searched refs:ROOM_LOCATION_PATTERN (Results 1 – 1 of 1) sorted by relevance
23 private static final Pattern ROOM_LOCATION_PATTERN = field in EventLocations28 return !ROOM_LOCATION_PATTERN.matcher(locationText).find(); in isValidLocation()