Searched refs:strLocale (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DLocaleSupportedCharsetsEntry.java39 public String strLocale; field in class:LocaleSupportedCharsetsEntry
51 strLocale = token.substring(
69 return (strLocale != null) && (strCharsets != null);
76 public static void validate(Set allCharSets, String strLocale) argument
82 if (entry.strLocale.equals(strLocale)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DLocaleSupportedCharsetsEntry.java39 public String strLocale; field in class:LocaleSupportedCharsetsEntry
51 strLocale = token.substring(
69 return (strLocale != null) && (strCharsets != null);
76 public static void validate(Set allCharSets, String strLocale) argument
82 if (entry.strLocale.equals(strLocale)) {
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCommandManager.java674 String strLocale = argv[nextIdx];
675 if (strLocale.startsWith(
681 locale = getLocale(strLocale);
702 private static Locale getLocale(String strLocale) { argument
703 StringTokenizer st = new StringTokenizer(strLocale, "_");
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCommandManager.java679 String strLocale = argv[nextIdx];
680 if (strLocale.startsWith(
686 locale = getLocale(strLocale);
707 private static Locale getLocale(String strLocale) { argument
708 StringTokenizer st = new StringTokenizer(strLocale, "_");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DG11NSupportedCharsetsViewBeanBase.java154 propertySheetModel.setValue(ATTR_LOCALE, entry.strLocale);
H A DSMG11NViewBean.java309 entry.strLocale);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DG11NSupportedCharsetsViewBeanBase.java154 propertySheetModel.setValue(ATTR_LOCALE, entry.strLocale);
H A DSMG11NViewBean.java309 entry.strLocale);

Completed in 60 milliseconds