HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 51 - 75 of 2295) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharMatcher.java 270 CharSequence sequence, char replacement) {
272 Arrays.fill(array, replacement);
276 CharSequence sequence, CharSequence replacement) {
277 StringBuilder retval = new StringBuilder(sequence.length() * replacement.length());
279 retval.append(replacement);
283 @Override public String collapseFrom(CharSequence sequence, char replacement) {
284 return (sequence.length() == 0) ? "" : String.valueOf(replacement);
338 CharSequence sequence, char replacement) {
342 CharSequence sequence, CharSequence replacement) {
343 checkNotNull(replacement);
    [all...]
CharEscaperBuilder.java 31 * Simple decorator that turns an array of replacement char[]s into a CharEscaper, this results in
63 // Replacement mappings.
102 * @return a "sparse" array that holds the replacement mappings.
114 * of replacement char[]s.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 270 CharSequence sequence, char replacement) {
272 Arrays.fill(array, replacement);
276 CharSequence sequence, CharSequence replacement) {
277 StringBuilder retval = new StringBuilder(sequence.length() * replacement.length());
279 retval.append(replacement);
283 @Override public String collapseFrom(CharSequence sequence, char replacement) {
284 return (sequence.length() == 0) ? "" : String.valueOf(replacement);
338 CharSequence sequence, char replacement) {
342 CharSequence sequence, CharSequence replacement) {
343 checkNotNull(replacement);
    [all...]
CharEscaperBuilder.java 32 * Simple decorator that turns an array of replacement char[]s into a CharEscaper, this results in
64 // Replacement mappings.
103 * @return a "sparse" array that holds the replacement mappings.
115 * of replacement char[]s.
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 41 String replacements[] = { "", "X", "test", "longer replacement" };
44 for (String replacement: replacements) {
45 replace(original, replacement);
50 private void replace(String original, String replacement) {
59 replPositionSet.addPosition(replacement.length() / 3);
60 replPositionSet.addPosition(2 * replacement.length() / 3);
61 replPositionSet.addPosition(replacement.length());
69 replacement,
78 String replacement, int replacementStart, int replacementEnd) {
85 replacement, replacementStart, replacementEnd, flag)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 68 * Creates a message from the specified key and replacement
72 * @param args The arguments to be used as replacement text
86 * Creates a message from the specified key and replacement
91 * @param args The arguments to be used as replacement text
  /external/bison/lib/
getline.c 1 /* getline.c --- Implementation of replacement getline function.
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 16 // Replacement for the standard <stdint.h>, to be used only when the
  /external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
style.js 5 // A drop-in replacement for one method that we could use from Closure.
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
stdint.h 16 // Replacement for the standard <stdint.h>, to be used only when the
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
spellcheck-on-contraction-when-autocorrection-is-off.html 16 <p><b>Step 1:</b> Bring up contextual manual, and uncheck "Spelling and Grammar -> Correct Spelling Automatically" and "Substitutions -> Text Replacement".</p>
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
intmax.m4 9 dnl find a replacement if it is lacking.
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 23 static Replacement replaceStmtWithText(SourceManager &Sources,
26 return tooling::Replacement(Sources, CharSourceRange::getTokenRange(
29 static Replacement replaceStmtWithStmt(SourceManager &Sources,
43 Replace.insert(tooling::Replacement(
  /external/open-vcdiff/vsprojects/
stdint.h 16 // Replacement for the standard <stdint.h>, to be used only when the
  /external/openssh/
fixpaths 18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
  /external/valgrind/main/include/
pub_tool_redir.h 36 /* The following macros facilitate function replacement and wrapping.
38 Function wrapping and function replacement are similar but not
41 A replacement for some function F simply diverts all calls to F
42 to the stated replacement. There is no way to get back to F itself
43 from the replacement.
49 You may notice that replacement is a special case of wrapping, in
52 correctly: in particular, if you want to write a replacement, make
62 available specifications yields more than one replacement or
67 If two replacement/wrapper functions have the same tag and
77 other replacement/wrapper function". Hence if you wish to write
    [all...]
  /external/valgrind/main/tests/
sys_mman.h 0 // Replacement for sys/mman.h which factors out platform differences.
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
MimeTypeUtil.h 34 * replacement mimetype otherwise the original mimetype
  /hardware/invensense/60xx/mlsdk/platform/linux/
log_printf_linux.c 29 * @brief printf replacement for _MLWriteLog.
  /ndk/sources/host-tools/sed-4.2.1/m4/
lstat.m4 14 dnl If lstat does not exist, the replacement <sys/stat.h> does
strnlen.m4 25 [Define to rpl_strnlen if the replacement function should be used.])
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac_unittest.cc 33 result.replacement = remote_suggestion;
43 EXPECT_EQ(remote_suggestion, remote_results[1].replacement);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 55 [RaisesException] void setRangeText(DOMString replacement);
56 [RaisesException] void setRangeText(DOMString replacement,
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 38 using clang::tooling::Replacement;
131 replacements_->insert(Replacement(*result.SourceManager, range, ""));
142 replacements_->insert(Replacement(*result.SourceManager, call, ""));
159 replacements_->insert(Replacement(*result.SourceManager, literal, ""));
162 Replacement(*result.SourceManager,
187 // Each replacement line should have the following format:
188 // r:<file path>:<offset>:<length>:<replacement text>
189 // Only the <replacement text> field can contain embedded ":" characters.
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 38 using clang::tooling::Replacement;
132 replacements_->insert(Replacement(*result.SourceManager, range, ""));
142 replacements_->insert(Replacement(*result.SourceManager, call, ""));
151 // this replacement, but getTokenRange(call->getParenRange()) and the obvious
160 Replacement(*result.SourceManager,
184 // Each replacement line should have the following format:
185 // r:<file path>:<offset>:<length>:<replacement text>
186 // Only the <replacement text> field can contain embedded ":" characters.

Completed in 945 milliseconds

1 23 4 5 6 7 8 91011>>