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

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java63 private static int numberOfPlatformLocales = 0; field in class:FileLookup
70 numberOfPlatformLocales++; // one for the entire localename
77 numberOfPlatformLocales++; // and one for each variant
81 platformLocales = new String[numberOfPlatformLocales];
179 int numberOfLocales = numberOfPlatformLocales;
223 for (int j = 0; j < numberOfPlatformLocales; j++) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java63 private static int numberOfPlatformLocales = 0; field in class:FileLookup
70 numberOfPlatformLocales++; // one for the entire localename
77 numberOfPlatformLocales++; // and one for each variant
81 platformLocales = new String[numberOfPlatformLocales];
179 int numberOfLocales = numberOfPlatformLocales;
223 for (int j = 0; j < numberOfPlatformLocales; j++) {

Completed in 35 milliseconds