/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 238 const char *to_s, Py_ssize_t to_len, in stringlib_replace_interleave() argument 278 memcpy(result_s, to_s, to_len); in stringlib_replace_interleave() 284 memcpy(result_s, to_s, to_len); in stringlib_replace_interleave() 289 result_s[0] = to_s[0]; in stringlib_replace_interleave() 294 result_s[0] = to_s[0]; in stringlib_replace_interleave() 453 const char *to_s, Py_ssize_t to_len, in stringlib_replace_substring_in_place() argument 484 memcpy(start, to_s, from_len); in stringlib_replace_substring_in_place() 494 memcpy(start + offset, to_s, from_len); in stringlib_replace_substring_in_place() 505 const char *to_s, Py_ssize_t to_len, in stringlib_replace_single_character() argument 547 memcpy(result_s, to_s, to_len); in stringlib_replace_single_character() [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/ |
D | template-group | 9 <%= attribute( *attr ).to_s.chomp %> 22 % case @access.to_s.downcase
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1569 const char *to_s, Py_ssize_t to_len, in replace_interleave() argument 1609 Py_MEMCPY(result_s, to_s, to_len); in replace_interleave() 1615 Py_MEMCPY(result_s, to_s, to_len); in replace_interleave() 1770 const char *to_s, Py_ssize_t to_len, in replace_substring_in_place() argument 1800 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 1810 Py_MEMCPY(start+offset, to_s, from_len); in replace_substring_in_place() 1821 const char *to_s, Py_ssize_t to_len, in replace_single_character() argument 1866 Py_MEMCPY(result_s, to_s, to_len); in replace_single_character() 1873 Py_MEMCPY(result_s, to_s, to_len); in replace_single_character() 1888 const char *to_s, Py_ssize_t to_len, in replace_substring() argument [all …]
|
D | stringobject.c | 2356 const char *to_s, Py_ssize_t to_len, in replace_interleave() argument 2396 Py_MEMCPY(result_s, to_s, to_len); in replace_interleave() 2402 Py_MEMCPY(result_s, to_s, to_len); in replace_interleave() 2556 const char *to_s, Py_ssize_t to_len, in replace_substring_in_place() argument 2586 Py_MEMCPY(start, to_s, from_len); in replace_substring_in_place() 2596 Py_MEMCPY(start+offset, to_s, from_len); in replace_substring_in_place() 2607 const char *to_s, Py_ssize_t to_len, in replace_single_character() argument 2652 Py_MEMCPY(result_s, to_s, to_len); in replace_single_character() 2659 Py_MEMCPY(result_s, to_s, to_len); in replace_single_character() 2674 const char *to_s, Py_ssize_t to_len, in replace_substring() argument [all …]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ST.stg | 117 @input.to_s(return_value.start, @input.look(-1))
|
D | Ruby.stg | 1114 @input.token_stream.to_s( 1120 ( <scope; format="label"> && @input.to_s( <scope; format="label">.start, <scope; format="label">.st… 1404 rulePropertyRef_text(scope, attr) ::= "@input.to_s( return_value.start, @input.look( -1 ) )"
|
/external/protobuf/ |
D | CHANGES.txt | 444 - The usual well-known methods, such as `#to_s`, `#dup`, and the like, are
|
/external/protobuf/util/ |
D | CHANGES.txt | 444 - The usual well-known methods, such as `#to_s`, `#dup`, and the like, are
|