Searched refs:allCharSets (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DLocaleSupportedCharsetsEntry.java73 * Here are we checking if the allCharSets all ready contains the locale
76 public static void validate(Set allCharSets, String strLocale) argument
78 if ((allCharSets != null) && !allCharSets.isEmpty()) {
79 for (Iterator i = allCharSets.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DLocaleSupportedCharsetsEntry.java73 * Here are we checking if the allCharSets all ready contains the locale
76 public static void validate(Set allCharSets, String strLocale) argument
78 if ((allCharSets != null) && !allCharSets.isEmpty()) {
79 for (Iterator i = allCharSets.iterator(); i.hasNext(); ) {

Completed in 45 milliseconds