OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineMatcher
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
RegexModify.java
117
protected Matcher
lineMatcher
;
121
lineMatcher
= Pattern.compile(getPattern()).matcher("");
133
if (
lineMatcher
.reset(line).matches()) {
140
System.out.println(RegexUtilities.showMismatch(
lineMatcher
, line));
166
String value = convertToCldr(
lineMatcher
.group(2));
167
String value2 = convertToCldr(
lineMatcher
.group(4));
168
//return
lineMatcher
.replaceAll("$1"+value+"$3"); // TODO modify to be cleaner
169
return
lineMatcher
.replaceAll("$1" + value + "$3" + value2 + "$5"); // TODO modify to be cleaner
/external/icu/icu4c/source/test/intltest/
rbbitst.cpp
[
all
...]
Completed in 611 milliseconds