/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscaper.java | 133 // Get a replacement for the current character. 136 // If no replacement is needed, just continue. 142 // This is the size needed to add the replacement, not the full size needed by the string. We 156 // Copy the replacement string into the dest buffer as needed. 192 * @return the replacement characters, or {@code null} if no escaping was needed
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
LineBreakTest.txt | 45 × 0023 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 46 × 0023 × 0020 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 47 × 0023 × 0308 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 48 × 0023 × 0308 × 0020 ÷ FFFC ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 189 × 2014 ÷ FFFC ÷ # × [0.3] EM DASH (B2) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 190 × 2014 × 0020 ÷ FFFC ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 191 × 2014 × 0308 ÷ FFFC ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) ÷ [20.01] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] 192 × 2014 × 0308 × 0020 ÷ FFFC ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] OBJECT REPLACEMENT CHARACTER (CB) ÷ [0.3] [all...] |
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 453 String replacement; local 457 replacement = localeData.amPm[inDate.get(Calendar.AM_PM) - Calendar.AM]; 460 replacement = zeroPad(inDate.get(Calendar.DATE), count); 464 replacement = getDayOfWeekString(localeData, 474 replacement = zeroPad(hour, count); 487 replacement = zeroPad(hour, count); 492 replacement = getMonthString(localeData, 496 replacement = zeroPad(inDate.get(Calendar.MINUTE), count); 499 replacement = zeroPad(inDate.get(Calendar.SECOND), count); 502 replacement = getYearString(inDate.get(Calendar.YEAR), count) [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url.h | 131 // Returns true if this URL supports search term replacement. 141 // If this TemplateURLRef does not support replacement (SupportsReplacement 192 // Returns true if this TemplateURLRef has a replacement term of 257 struct Replacement { 258 Replacement(ReplacementType type, size_t index) 262 // Indicates the location in where the replacement is replaced. If 269 typedef std::vector<struct Replacement> Replacements; 274 // TemplateURLRef internally caches values to make replacement quick. This 324 // Handles a replacement by using real term data. If the replacement [all...] |
/frameworks/base/core/java/android/text/ |
TextLine.java | 161 // Replace the first character of each replacement run with the 162 // object-replacement character and the remainder with zero width 649 ReplacementSpan replacement = null; local 653 replacement = (ReplacementSpan)span; 659 if (replacement != null) { 660 // If we have a replacement span, we're moving either to 797 * Utility function for measuring and rendering a replacement. 800 * @param replacement the replacement 806 * @param x the edge of the replacement closest to the leading margi 919 ReplacementSpan replacement = null; local [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 94 * Appends a literal part of the input plus a replacement for the current 103 * @param replacement 104 * the replacement text. 109 public Matcher appendReplacement(StringBuffer buffer, String replacement) { 111 appendEvaluated(buffer, replacement); 296 * @param replacement 297 * the replacement text. 300 public String replaceFirst(String replacement) { 304 appendReplacement(buffer, replacement); 313 * @param replacement [all...] |
/external/chromium_org/third_party/lcov/bin/ |
genpng | 226 # image width. TAB_SIZE specifies the number of spaces to use as replacement 236 my $tab_size = shift(@_); # Replacement string for tab signs 258 my $replacement; # Replacement string for tabulator chars 282 $replacement = " "x($tab_size - ((length($1) - 1) % 284 $line =~ s/^([^\t]*)(\t)/$1$replacement/;
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
genpng | 229 # image width. TAB_SIZE specifies the number of spaces to use as replacement 239 my $tab_size = shift(@_); # Replacement string for tab signs 261 my $replacement; # Replacement string for tabulator chars 285 $replacement = " "x($tab_size - ((length($1) - 1) % 287 $line =~ s/^([^\t]*)(\t)/$1$replacement/;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher_with_stub.cc | 98 // replacement - target offset is > 2GB, we can't JMP to the replacement 101 // that will then do the absolute jump to the replacement function. By 250 // replacement function. 254 // Find offset from instruction after jmp, to the replacement function. 289 // perform an absolute jump to the replacement function. The preamble stub
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher_with_stub.cc | 98 // replacement - target offset is > 2GB, we can't JMP to the replacement 101 // that will then do the absolute jump to the replacement function. By 250 // replacement function. 254 // Find offset from instruction after jmp, to the replacement function. 289 // perform an absolute jump to the replacement function. The preamble stub
|
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher.h | 143 // @param replacement_function Your replacement function which 147 // pointer that can be used (e.g. in the replacement function) to call the 190 // replace the target function. The replacement function must have 195 // pointer that can be used (e.g. in the replacement function) to call the 199 // pointer that can be used (e.g. in the replacement function) to call the 259 // replace the target function. The replacement function must have
|
/ndk/docs/tools/ |
ndk-markdown-substitutions.py | 12 def __init__(self,pattern,replacement): 14 self.replacement = replacement 17 return self.pattern.sub(self.replacement, line) 22 def add_filter(pattern, replacement): 24 filter = Filter(pattern, replacement)
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
StringExtensions.cs | 112 public static string replaceFirst( string str, string regex, string replacement ) 114 return System.Text.RegularExpressions.Regex.Replace( str, regex, replacement );
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
StringExtensions.cs | 108 public static string replaceFirst( this string str, string regex, string replacement ) 110 return Regex.Replace( str, regex, replacement );
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_handle.cc | 119 PrerenderContents* contents, PrerenderContents* replacement) { 129 replacement->AddObserver(this);
|
/external/chromium_org/chrome/common/extensions/ |
message_bundle_unittest.cc | 341 // Message replacement. 349 { "__MSG_LoNg__", "A pretty long replacement", 355 { "A __MSG_simple____MSG_long__", "A simpleA pretty long replacement", 359 // Placeholder replacement. 366 { "$LONG_V$", "A pretty long replacement", 372 { "A $simple$$long_v$", "A simpleA pretty long replacement", 383 messages.insert(std::make_pair("long", "A pretty long replacement")); 384 messages.insert(std::make_pair("long_v", "A pretty long replacement"));
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils.h | 60 // Returns the replacement string for |placeholder| in 73 // replacement strings are obtained from |substitution|.
|
/external/chromium_org/content/test/data/indexeddb/ |
key_types_test.js | 44 "'\uFFFD'", // U+FFFD REPLACEMENT CHARACTER 72 "['\uFFFD']", // U+FFFD REPLACEMENT CHARACTER
|
/external/chromium_org/sync/util/ |
data_type_histogram.h | 32 // TODO(zea): Once visual studio supports proper variadic argument replacement 35 // variadic-macro-replacement#details
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.idl | 81 [RaisesException] void setRangeText(DOMString replacement); 82 [RaisesException] void setRangeText(DOMString replacement,
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodec.h | 45 // Substitutes the replacement character "?". 77 // unencodable character into the given replacement buffer.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebSpellCheckClient.h | 70 // Computes an auto-corrected replacement for a misspelled word. If no 71 // replacement is found, then an empty string is returned.
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8statetable.h | 17 // in making a string replacement, how many bytes to add 0..255, and the offset 18 // 0..64k-1 of the replacement string in remap_string.
|
/external/chromium_org/third_party/mach_override/ |
mach_override.h | 102 (void*)mach_override_class__##ORIGINAL_FUNCTION_NAME::replacement, \ 107 static ORIGINAL_FUNCTION_RETURN_TYPE replacement ORIGINAL_FUNCTION_ARGS {
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGPaintState.cpp | 151 SkString replacement("url(#mask"); 152 replacement.append(current.f_fill.c_str() + 1); 153 replacement.appendUnichar(')'); 154 current.f_fill.set(replacement); 158 SkString replacement("url(#mask"); 159 replacement.append(current.f_stroke.c_str() + 1); 160 replacement.appendUnichar(')'); 161 current.f_stroke.set(replacement);
|