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

/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java138 private final Pattern SPECIFIER_PATTERN = Pattern.compile(SPECIFIER_REGEX); field in class:GenerateMessageFile
431 Matcher m = SPECIFIER_PATTERN.matcher(s);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java139 private final Pattern SPECIFIER_PATTERN = Pattern.compile(SPECIFIER_REGEX); field in class:GenerateMessageFile
432 Matcher m = SPECIFIER_PATTERN.matcher(s);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java139 private final Pattern SPECIFIER_PATTERN = Pattern.compile(SPECIFIER_REGEX); field in class:GenerateMessageFile
432 Matcher m = SPECIFIER_PATTERN.matcher(s);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java138 private final Pattern SPECIFIER_PATTERN = Pattern.compile(SPECIFIER_REGEX); field in class:GenerateMessageFile
431 Matcher m = SPECIFIER_PATTERN.matcher(s);
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DGenerateMessageFile.java139 private final Pattern SPECIFIER_PATTERN = Pattern.compile(SPECIFIER_REGEX); field in class:GenerateMessageFile
432 Matcher m = SPECIFIER_PATTERN.matcher(s);

Completed in 1310 milliseconds