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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/text/
TextCodec.cpp 39 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
43 replacement[0] = '?';
44 replacement[1] = 0;
47 snprintf(replacement, sizeof(UnencodableReplacementArray), "&#%u;", codePoint);
48 return static_cast<int>(strlen(replacement));
50 snprintf(replacement, sizeof(UnencodableReplacementArray), "%%26%%23%u%%3B", codePoint);
51 return static_cast<int>(strlen(replacement));
54 replacement[0] = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compatibility.h 227 * *ptr=replacement and return @c true, return @c false otherwise.
232 * @param replacement Replacement value.
235 compare_and_swap_32(volatile int32* ptr, int32 comparand, int32 replacement)
238 return _InterlockedCompareExchange((void*)ptr, replacement,
241 return _InterlockedCompareExchange((void*)ptr, replacement,
245 replacement, comparand) == comparand;
247 return __sync_bool_compare_and_swap(ptr, comparand, replacement);
250 replacement) == comparand;
258 *ptr = replacement;
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ReplacementTransformationMethodTest.java 39 private final char[] REPLACEMENT = new char[] { '3', '4' };
61 new MyReplacementTransformationMethod(ORIGINAL, REPLACEMENT);
81 REPLACEMENT);
99 // replacement has same chars
108 // replacement has more chars than original
125 + "when threre is more chars in the original than replacement.")
129 new MyReplacementTransformationMethod(ORIGINAL_WITH_SAME_CHARS, REPLACEMENT);
136 // original has more chars than replacement
137 method = new MyReplacementTransformationMethod(ORIGINAL_WITH_MORE_CHARS, REPLACEMENT);
140 fail("Threre is more chars in the original than replacement.")
    [all...]
  /external/doclava/res/assets/templates/
components.cs 2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
  /external/llvm/test/Transforms/ScalarRepl/
2003-09-12-IncorrectPromote.ll 1 ; Scalar replacement was incorrectly promoting this alloca!!
  /ndk/sources/host-tools/sed-4.2.1/m4/
regex.m4 178 [Define to rpl_re_syntax_options if the replacement should be used.])
180 [Define to rpl_re_set_syntax if the replacement should be used.])
182 [Define to rpl_re_compile_pattern if the replacement should be used.])
184 [Define to rpl_re_compile_fastmap if the replacement should be used.])
186 [Define to rpl_re_search if the replacement should be used.])
188 [Define to rpl_re_search_2 if the replacement should be used.])
190 [Define to rpl_re_match if the replacement should be used.])
192 [Define to rpl_re_match_2 if the replacement should be used.])
194 [Define to rpl_re_set_registers if the replacement should be used.])
196 [Define to rpl_re_comp if the replacement should be used.]
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 59 * the problematic input with the byte sequence returned by {@link #replacement}. The disposition
63 * <p>The default replacement bytes depend on the charset but can be overridden using the
99 // decoder instance for this encoder's charset, used for replacement value checking
104 * the replacement byte array {@code { (byte) '?' }}.
112 * <code>Charset</code>, replacement byte array, average number and
123 * @param replacement
124 * the replacement byte array, cannot be null or empty, its
126 * and must be a legal replacement, which can be justified by
131 protected CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement) {
132 this(cs, averageBytesPerChar, maxBytesPerChar, replacement, false)
679 public final byte[] replacement() { method in class:CharsetEncoder
    [all...]
  /frameworks/base/core/java/android/text/method/
ReplacementTransformationMethod.java 42 * Returns a parallel array of replacement characters for the ones
54 char[] replacement = getReplacement(); local
85 original, replacement));
89 replacement).toString();
96 original, replacement);
98 return new ReplacementCharSequence(source, original, replacement);
113 char[] replacement) {
116 mReplacement = replacement;
174 char[] replacement) {
175 super(source, original, replacement);
    [all...]
HideReturnsTransformationMethod.java 34 private static char[] REPLACEMENT = new char[] { '\uFEFF' };
47 return REPLACEMENT;
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 41 * Creates a message from the specified key and replacement
45 * @param args The arguments to be used as replacement text
59 * Creates a message from the specified key and replacement
63 * @param args The arguments to be used as replacement text
77 * Creates a message from the specified key and replacement
82 * @param args The arguments to be used as replacement text
  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 42 // if a Replacement marker contains non-empty description, a reversion UI will be shown.
43 Replacement = 1 << 3,
45 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
46 // marker. For instance, after some text has been corrected, it will have both Replacement
48 // CorrectionIndicator marker, but retain Replacement marker.
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLMessages.java 39 * Creates a message from the specified key and replacement
43 * @param args The arguments to be used as replacement text
57 * Creates a message from the specified key and replacement
61 * @param args The arguments to be used as replacement text
  /external/chromium/chrome/common/
thumbnail_score.cc 87 const ThumbnailScore& replacement) {
89 int replacement_type = GetThumbnailType(replacement.good_clipping,
90 replacement.at_top);
94 return replacement.boring_score <
102 double replacement_interesting_score = 1.0 - replacement.boring_score;
110 1.0 / (replacement.redirect_hops_from_dest + 1);
116 replacement.time_at_snapshot - current.time_at_snapshot;
127 // requirements, but the replacement does, always replace the
130 replacement.boring_score < ThumbnailScore::kThumbnailMaximumBoringness;
  /external/chromium/net/base/
mock_host_resolver.h 36 // Replacement doesn't have to be string representing an IP address. It can
101 // a replacement host string. It then uses the system host resolver to return
102 // a socket address. Generally the replacement should be an IPv4 literal so
109 // replacement value. Usually, replacement should be an IP address literal.
111 const std::string& replacement);
116 const std::string& replacement);
118 // Same as AddRule(), but the replacement is expected to be an IPv4 or IPv6
128 const std::string& replacement,
mock_host_resolver.cc 133 std::string replacement; member in struct:net::RuleBasedHostResolverProc::Rule
141 const std::string& replacement,
148 replacement(replacement),
158 const std::string& replacement) {
160 replacement);
166 const std::string& replacement) {
167 DCHECK(!replacement.empty());
171 replacement, "", 0);
195 const std::string& replacement,
    [all...]
  /external/valgrind/main/tests/
malloc.h 0 // Replacement for malloc.h which factors out platform differences.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CDATASectionImpl.java 79 * @return the replacement node.
82 TextImpl replacement = new TextImpl(document, getData()); local
83 parent.insertBefore(replacement, this);
85 return replacement;
  /external/v8/test/mjsunit/regress/
regress-317.js 28 // Ensure replacement with string allows $ in replacement string.
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.h 35 : original(in_original), replacement(in_replacement) {}
38 return (rhs.original == original) && (rhs.replacement == replacement);
41 ModifierKey replacement; // this key. member in struct:chromeos::input_method::ModifierKeyPair
100 // Returns true if |key| is in |modifier_map| as replacement.
  /external/skia/src/svg/
SkSVGGradient.cpp 103 SkString replacement; local
104 replacement.set("0x");
105 replacement.append(color.c_str() + 1, 2); // add stop colors using given color, turning existing stop color into alpha
108 replacement.append(baseColor.c_str() + 1);
109 color.set(replacement);
  /external/icu4c/common/
locresdata.cpp 93 const char* replacement = NULL; local
98 replacement = uloc_getCurrentCountryID(itemKey);
100 replacement = uloc_getCurrentLanguageID(itemKey);
102 /*pointer comparison is ok since uloc_getCurrentCountryID & uloc_getCurrentLanguageID return the key itself is replacement is not found*/
103 if(replacement!=NULL && itemKey != replacement){
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
  /external/kernel-headers/original/asm-x86/
alternative_32.h 10 u8 *replacement; member in struct:alt_instr
11 u8 cpuid; /* cpuid bit set for replacement */
58 "663:\n\t" newinstr "\n664:\n" /* replacement */\
69 * replacement maake sure to pad to the worst case length.
82 "663:\n\t" newinstr "\n664:\n" /* replacement */\
97 "663:\n\t" newinstr "\n664:\n" /* replacement */ \
123 * separate table which is a pure address list without replacement ptr
  /external/genext2fs/m4/
ac_func_snprintf.m4 8 dnl or vsnprintf is found, request a replacement and warn the user
9 dnl about it. Note: the mentioned replacement is freely available and
72 AC_DEFINE(PREFER_PORTABLE_SNPRINTF, 1, "enable replacement (v)snprintf if system (v)snprintf is broken")
  /external/guava/src/com/google/common/base/
CharMatcher.java 258 CharSequence sequence, char replacement) {
260 Arrays.fill(array, replacement);
264 CharSequence sequence, CharSequence replacement) {
265 StringBuilder retval = new StringBuilder(sequence.length() * replacement.length());
267 retval.append(replacement);
271 @Override public String collapseFrom(CharSequence sequence, char replacement) {
272 return (sequence.length() == 0) ? "" : String.valueOf(replacement);
326 CharSequence sequence, char replacement) {
330 CharSequence sequence, CharSequence replacement) {
331 checkNotNull(replacement);
    [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

Completed in 1235 milliseconds

1 2 3 4 5 6 7 8 91011>>