Searched refs:stringformat (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DI18n.java146 * @param stringformat
150 public static java.util.Locale getLocale(String stringformat) { argument
151 if (stringformat == null)
154 StringTokenizer tk = new StringTokenizer(stringformat, "_");
178 private synchronized ResourceBundle getResourceBundle(String stringformat) { argument
180 .get(stringformat);
184 getLocale(stringformat), ucl);
187 getLocale(stringformat));
190 resourceBundles.put(stringformat, bundle);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DI18n.java146 * @param stringformat
150 public static java.util.Locale getLocale(String stringformat) { argument
151 if (stringformat == null)
154 StringTokenizer tk = new StringTokenizer(stringformat, "_");
178 private synchronized ResourceBundle getResourceBundle(String stringformat) { argument
180 .get(stringformat);
184 getLocale(stringformat), ucl);
187 getLocale(stringformat));
190 resourceBundles.put(stringformat, bundle);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/tools/deployablewar/
H A DWarCreator.java236 private static Locale getLocale(String stringformat) { argument
237 if (stringformat == null) {
241 StringTokenizer tk = new StringTokenizer(stringformat, "_");
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/tools/deployablewar/
H A DWarCreator.java236 private static Locale getLocale(String stringformat) { argument
237 if (stringformat == null) {
241 StringTokenizer tk = new StringTokenizer(stringformat, "_");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DLocale.java119 * @param stringformat
124 public static java.util.Locale getLocale(String stringformat) { argument
126 if (stringformat == null) {
135 if (stringformat.indexOf(HYPHEN) != -1) {
136 tk = new StringTokenizer(stringformat,HYPHEN);
138 tk = new StringTokenizer(stringformat,UNDERSCORE);
246 * @param stringformat
253 String stringformat) {
254 return ResourceBundle.getBundle(bundle, getLocale(stringformat));
252 getResourceBundle(String bundle, String stringformat) argument
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/locale/
H A DLocale.java119 * @param stringformat
124 public static java.util.Locale getLocale(String stringformat) { argument
126 if (stringformat == null) {
135 if (stringformat.indexOf(HYPHEN) != -1) {
136 tk = new StringTokenizer(stringformat,HYPHEN);
138 tk = new StringTokenizer(stringformat,UNDERSCORE);
246 * @param stringformat
253 String stringformat) {
254 return ResourceBundle.getBundle(bundle, getLocale(stringformat));
252 getResourceBundle(String bundle, String stringformat) argument

Completed in 29 milliseconds