Searched refs:oldChars (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstFinderStore.java240 private String replaceChars(String replaceStr, char[] oldChars, argument
244 if (replaceStr != null && oldChars != null) {
247 int l2 = oldChars.length;
250 if (replaceStrChar[i] == oldChars[j]) {
H A DMigrateFromInstFinderStore.java191 private String replaceChars(String replaceStr, char[] oldChars, argument
194 if (replaceStr != null && oldChars != null) {
197 int l2 = oldChars.length;
200 if (replaceStrChar[i] == oldChars[j]) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DStringUtils.java220 public static String replaceChars(String replaceStr, char[] oldChars, argument
224 if (replaceStr != null && oldChars != null) {
227 int l2 = oldChars.length;
230 if (replaceStrChar[i] == oldChars[j]) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstFinderStore.java240 private String replaceChars(String replaceStr, char[] oldChars, argument
244 if (replaceStr != null && oldChars != null) {
247 int l2 = oldChars.length;
250 if (replaceStrChar[i] == oldChars[j]) {
H A DMigrateFromInstFinderStore.java191 private String replaceChars(String replaceStr, char[] oldChars, argument
194 if (replaceStr != null && oldChars != null) {
197 int l2 = oldChars.length;
200 if (replaceStrChar[i] == oldChars[j]) {

Completed in 32 milliseconds