Searched defs:replaceWith (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DDictionaryBasedBreakIteratorBuilder.java61 protected void handleSpecialSubstitution(String replace, String replaceWith, argument
63 super.handleSpecialSubstitution(replace, replaceWith, startPos, description);
66 if (replaceWith.charAt(0) == '(') {
69 dictionaryExpression = replaceWith;
70 dictionaryChars = CharSet.parseString(replaceWith);
H A DRuleBasedBreakIteratorBuilder.java475 String replaceWith;
478 replaceWith = substitutionRule.substring(equalPos + 1);
484 handleSpecialSubstitution(replace, replaceWith, startPos, description);
487 if (replaceWith.length() == 0) {
500 if (!(replaceWith.charAt(0) == '[' &&
501 replaceWith.charAt(replaceWith.length() - 1) == ']') &&
502 !(replaceWith.charAt(0) == '(' &&
503 replaceWith.charAt(replaceWith
533 handleSpecialSubstitution(String replace, String replaceWith, int startPos, String description) argument
[all...]

Completed in 1384 milliseconds