OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text_end
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc
325
const size_t
text_end
= (i < (classifications.size() - 1)) ?
local
327
if (
text_end
<= current_run->run_start)
333
current_data->text = text.substr(text_start,
text_end
- text_start);
/external/elfutils/libasm/
asm_end.c
46
text_end
(AsmCtx_t *ctx __attribute__ ((unused)))
function
507
result = unlikely (ctx->textp) ?
text_end
(ctx) : binary_end (ctx);
/ndk/sources/host-tools/sed-4.2.1/sed/
compile.c
786
char *
text_end
;
795
text_end
= base + length;
798
for (p=base; p<
text_end
; ++p)
811
if (p ==
text_end
)
874
if (base <
text_end
)
876
new_replacement(base, CAST(size_t)(
text_end
- base), repl_type);
779
char *
text_end
;
local
[
all
...]
Completed in 221 milliseconds