Searched refs:localeIdString (Results 1 – 1 of 1) sorted by relevance
1632 final String localeIdString = Group.localeId.get(matcher); in handlePathValue() local1633 if (localeIdString != null) { in handlePathValue()1634 voterInfo.addLocale(localeIdString.split("_")[0]); in handlePathValue()