Home
last modified time | relevance | path

Searched refs:voterInfo (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java1617 VoterInfo voterInfo = testVoterToInfo.get(id); in handlePathValue() local
1618 if (voterInfo == null) { in handlePathValue()
1619 testVoterToInfo.put(id, voterInfo = new VoterInfo()); in handlePathValue()
1624 voterInfo.setOrganization(org); in handlePathValue()
1627 voterInfo.setName(value); in handlePathValue()
1630 voterInfo.setLevel(Level.valueOf(level)); in handlePathValue()
1634 voterInfo.addLocale(localeIdString.split("_")[0]); in handlePathValue()
1695 VoterInfo voterInfo = getInfoForVoter(voter); in toString() local
1700 if (voterInfo != null) { in toString()
1701 voterString.append(" ").append(voterInfo); in toString()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DUserRegistry.java417 public VoterInfo voterInfo() { in voterInfo() method in UserRegistry.User
719 voterInfo = null; in userModified()
2148 if (voterInfo == null) { in getVoterToInfo()
2179 voterInfo = map; in getVoterToInfo()
2191 return voterInfo; in getVoterToInfo()
2197 private Map<Integer, VoterInfo> voterInfo = null; field in UserRegistry
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
H A DTestUtilities.java357 public final VoterInfo voterInfo; field in TestUtilities.TestUser
361 voterInfo = new VoterInfo(organization, level, name()); in TestUser()
367 temp.put(testUser.voterId, testUser.voterInfo); in temp.put() argument