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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 334 // Message replacement.
342 { "__MSG_LoNg__", "A pretty long replacement",
348 { "A __MSG_simple____MSG_long__", "A simpleA pretty long replacement",
352 // Placeholder replacement.
359 { "$LONG_V$", "A pretty long replacement",
365 { "A $simple$$long_v$", "A simpleA pretty long replacement",
376 messages.insert(std::make_pair("long", "A pretty long replacement"));
377 messages.insert(std::make_pair("long_v", "A pretty long replacement"));
  /external/icu4c/i18n/unicode/
unirepl.h 29 * text. The replacement is done via the Replaceable API so as to
50 * replacement text.
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 27 static char ID; // Pass identification, replacement for typeid
45 static char ID; // Pass identification, replacement for typeid
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegettextcontent09.js 101 txt = doc.createTextNode("Replacement Text");
105 assertEquals("nodegettextcontent09","Replacement Text",textContent);
  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 58 // Computes an auto-corrected replacement for a misspelled word. If no
59 // replacement is found, then an empty string is returned.
  /frameworks/compile/libbcc/runtime/test/Unit/
endianness.h 1 /* ===-- endianness.h - configuration header for libgcc replacement --------===
10 * This file is a configuration header for libgcc replacement.
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 92 [Define to rpl_gmtime if the replacement function should be used.])
94 [Define to rpl_localtime if the replacement function should be used.])
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 156 static NEVER_INLINE UString substituteBackreferencesSlow(const UString& replacement, const UString& source, const int* ovector, RegExp* reg, size_t i)
161 if (i + 1 == replacement.length())
164 UChar ref = replacement[i + 1];
168 substitutedReplacement.append(replacement.characters() + offset, i - offset);
190 if (replacement.length() > i + 2) {
191 ref = replacement[i + 2];
208 substitutedReplacement.append(replacement.characters() + offset, i - offset);
213 } while ((i = replacement.find('$', i + 1)) != notFound);
215 if (replacement.length() - offset)
216 substitutedReplacement.append(replacement.characters() + offset, replacement.length() - offset)
302 JSValue replacement = exec->argument(1); local
    [all...]
  /bionic/libc/bionic/
time64_config.h 16 Should we use a 64 bit safe replacement for tm? This will
  /external/bison/m4/
strndup.m4 43 [Define to rpl_strndup if the replacement function should be used,])
  /external/bluetooth/glib/glib/
gregex.h 187 /* String replacement. */
192 const gchar *replacement,
199 const gchar *replacement,
210 gboolean g_regex_check_replacement (const gchar *replacement,
  /external/chromium/chrome/common/net/
raw_host_resolver_proc.h 9 // RawHostResolverProc will eventually be a getaddrinfo() replacement. It
  /external/icu4c/layout/
CharSubstitutionFilter.h 41 * The replacement operator. Not allowed!
  /external/icu4c/test/intltest/
utxttest.h 57 const UnicodeString &repStr); // The replacement string
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeOptimizer.java 36 // handle replacement, go leaves-first.
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AOptimizedMultipleCommand.java 8 * Replacement for SableCC generated AMultipleCommand. Iterates much faster. Important because this
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 27 static char ID; // Pass identifcation, replacement for typeid
50 static char ID; // Pass identifcation, replacement for typeid
74 static char ID; // Pass identification, replacement for typeid
108 static char ID; // Pass identification, replacement for typeid
  /external/llvm/lib/Support/
Regex.cpp 105 // Otherwise splice in the replacement string, starting with the prefix before
109 // Then the replacement string, honoring possible substitutions.
121 *Error = "replacement string contained trailing backslash";
125 // Otherwise update the replacement string and interpret escapes.
  /external/skia/src/ports/
SkFontHost_mac.cpp 26 ** The replacement API, CoreText, supports both 32-bit and 64-bit builds
  /frameworks/base/core/java/android/text/
MeasuredText.java 185 ReplacementSpan replacement = null; local
189 replacement = (ReplacementSpan)span;
196 if (replacement == null) {
200 wid = replacement.getSize(workPaint, mText, mTextStart + mPos,
  /frameworks/base/core/java/android/text/format/
DateFormat.java 455 String replacement; local
459 replacement = DateUtils.getAMPMString(inDate.get(Calendar.AM_PM));
464 replacement = DateUtils.getAMPMString(inDate.get(Calendar.AM_PM));
468 replacement = zeroPad(inDate.get(Calendar.DATE), count);
473 replacement = DateUtils.getDayOfWeekString(temp,
485 replacement = zeroPad(temp, count);
489 replacement = zeroPad(inDate.get(Calendar.HOUR_OF_DAY), count);
493 replacement = zeroPad(inDate.get(Calendar.MINUTE), count);
497 replacement = getMonthString(inDate, count);
501 replacement = zeroPad(inDate.get(Calendar.SECOND), count)
    [all...]
  /frameworks/base/core/res/res/values-mcc204/
strings.xml 23 <!-- whose locale we don't natively support. A 0 length string triggers no replacement. Do not translate -->
  /frameworks/base/core/res/res/values-mcc230/
strings.xml 23 <!-- whose locale we don't natively support. A 0 length string triggers no replacement. Do not translate -->
  /frameworks/base/core/res/res/values-mcc232/
strings.xml 23 <!-- whose locale we don't natively support. A 0 length string triggers no replacement. Do not translate -->
  /frameworks/base/core/res/res/values-mcc234/
strings.xml 23 <!-- whose locale we don't natively support. A 0 length string triggers no replacement. Do not translate -->

Completed in 3387 milliseconds

1 23 4 5 6 7 8 91011>>