HomeSort by relevance Sort by last modified time
    Searched refs:appendReplacement (Results 1 - 11 of 11) sorted by null

  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 109 matcher.appendReplacement(result, "");
  /external/vogar/src/vogar/util/
Strings.java 112 matcher.appendReplacement(result, "");
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 143 fSetRefsMatcher.appendReplacement(expandedDef, "");
206 fSetRefsMatcher.appendReplacement(expandedDefsRule, "");
223 fPropertyMatcher.appendReplacement(expandedRule, propExpansion.toString());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 140 fSetRefsMatcher.appendReplacement(expandedDef, "");
203 fSetRefsMatcher.appendReplacement(expandedDefsRule, "");
220 fPropertyMatcher.appendReplacement(expandedRule, propExpansion.toString());
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]
rematch.cpp 274 // appendReplacement
277 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest,
288 appendReplacement(&resultText, &replacementText, status);
298 // appendReplacement, UText mode
300 RegexMatcher &RegexMatcher::appendReplacement(UText *dest,
483 // appendTail Intended to be used in conjunction with appendReplacement()
487 // Note: Match ranges do not affect appendTail or appendReplacement
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 127 fSetRefsMatcher->appendReplacement(expandedDef, emptyString, status);
182 fSetRefsMatcher->appendReplacement(thisRule->fExpandedRule, emptyString, status);
    [all...]
regextst.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 629 mAmps.appendReplacement(result, replacement, status);
  /external/cldr/tools/java/org/unicode/cldr/tool/
CLDRModify.java 203 valueMatch.regexMatch.appendReplacement(buffer, newValue.exactMatch);
    [all...]

Completed in 3922 milliseconds