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

  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 113 public Matcher appendReplacement(StringBuffer buffer, String replacement) {
276 * {@link #find()} and {@link #appendReplacement(StringBuffer, String)} to
305 appendReplacement(buffer, replacement);
322 appendReplacement(buffer, replacement);
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 109 matcher.appendReplacement(result, "");
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 46 method = "appendReplacement",
55 m.appendReplacement(sb, new Integer(i * 10 + i).toString());
66 m.appendReplacement(null, "dog");
74 m.appendReplacement(sb, null);
116 m.appendReplacement(sb, "dog");
125 m.appendReplacement(sb, "dog");
135 m.appendReplacement(sb, "dog");
  /external/icu4c/i18n/unicode/
regex.h     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h     [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]
rematch.cpp 267 // appendReplacement
270 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest,
281 appendReplacement(&resultText, &replacementText, status);
291 // appendReplacement, UText mode
293 RegexMatcher &RegexMatcher::appendReplacement(UText *dest,
454 // appendTail Intended to be used in conjunction with appendReplacement()
458 // Note: Match ranges do not affect appendTail or appendReplacement
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 755 // Note: Seperate error code variables for findNext() and appendReplacement()
757 // in appendReplacement won't stop findNext() from working.
758 // appendReplacement() and appendTail() special case incoming buffer
828 inline static int32_t appendReplacement(URegularExpression *regexp,
873 // appendReplacement, the actual implementation.
875 int32_t RegexCImpl::appendReplacement(URegularExpression *regexp,
    [all...]
rematch.cpp 191 // appendReplacement
194 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest,
306 // appendTail Intended to be used in conjunction with appendReplacement()
310 // Note: Match ranges do not affect appendTail or appendReplacement
835 appendReplacement(destString, replacement, status);
867 appendReplacement(destString, replacement, status);
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regextst.cpp     [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp 627 mAmps.appendReplacement(result, replacement, status);
  /external/icu4c/tools/toolutil/
xmlparser.cpp 627 mAmps.appendReplacement(result, replacement, status);
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 153 milliseconds