Searched refs:sGeoPattern (Results 1 – 1 of 1) sorted by relevance
45 private static final Pattern sGeoPattern = Pattern.compile(geoPattern); field in GpsCoordinatesTextClassifier108 return sGeoPattern.matcher(text).matches(); in isGeoSequence()