OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
Printing.c
79
PyObject*
end_string
;
local
92
end_string
= PyUnicode_FromStringAndSize(" ", 1);
93
if (unlikely(!
end_string
))
95
if (PyDict_SetItem(kwargs, PYIDENT("end"),
end_string
) < 0) {
96
Py_DECREF(
end_string
);
99
Py_DECREF(
end_string
);
106
end_string
= PyUnicode_FromStringAndSize(" ", 1);
107
if (unlikely(!
end_string
))
109
if (PyDict_SetItem($print_function_kwargs, PYIDENT("end"),
end_string
) < 0) {
110
Py_DECREF(
end_string
);
[
all
...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py
518
end_string
= htmlutil.StripTags(end_token.string).strip()
519
while (
end_string
== '' and not
523
end_string
= htmlutil.StripTags(end_token.string).rstrip()
525
if not (
end_string
.endswith('.') or
end_string
.endswith('?') or
526
end_string
.endswith('!')):
[
all
...]
Completed in 55 milliseconds