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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java114 private static int initLocaleLevel; // Default locale level field in class:ISLocaleContext
173 initLocaleLevel = CORE_AUTH_LOCALE;
177 initLocaleLevel = PLATFORM_LOCALE;
181 initLocaleLevel = OS_LOCALE;
189 initLocaleLevel = OS_LOCALE;
204 localeLevel = initLocaleLevel;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DISLocaleContext.java114 private static int initLocaleLevel; // Default locale level field in class:ISLocaleContext
173 initLocaleLevel = CORE_AUTH_LOCALE;
177 initLocaleLevel = PLATFORM_LOCALE;
181 initLocaleLevel = OS_LOCALE;
189 initLocaleLevel = OS_LOCALE;
204 localeLevel = initLocaleLevel;

Completed in 32 milliseconds