Searched refs:activeName (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DPrivacy.java44 /** activeName is the name associated with the active list set for the session **/
45 private String activeName; field in class:Privacy
182 return activeName;
189 * @param activeName is the name of the active list.
191 public void setActiveName(String activeName) { argument
192 this.activeName = activeName;
/external/smack/src/org/jivesoftware/smack/provider/
H A DPrivacyProvider.java51 String activeName = parser.getAttributeValue("", "name");
52 if (activeName == null) {
55 privacy.setActiveName(activeName);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp286 const char *activeName = NULL; local
288 while ((activeName = uenum_next(eActive.getAlias(), NULL, status))) {
295 if (strcmp(activeName, name) == 0) {
302 errln(UnicodeString(activeName) + " is not included in the all charset list.");
308 if (strcmp(activeName, defDisabled[i]) == 0) {
314 errln(UnicodeString(activeName) + " should not be included in the default charset list.");

Completed in 123 milliseconds