Searched refs:LOCATION_PAT (Results 1 – 1 of 1) sorted by relevance
34 private static final Pattern LOCATION_PAT = Pattern.compile( field in LocationServiceParser47 m = LOCATION_PAT.matcher(line); in parse()