OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_copy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter.cc
147
std::string
text_copy
= base::UTF16ToUTF8(text);
local
152
text_copy
.substr(iter->location, iter->length))) {
/external/openssl/crypto/ui/
ui_lib.c
372
char *
text_copy
=NULL;
local
376
text_copy
=BUF_strdup(text);
377
if (
text_copy
== NULL)
384
return general_allocate_string(ui,
text_copy
, 1, UIT_INFO, 0, NULL,
396
char *
text_copy
=NULL;
local
400
text_copy
=BUF_strdup(text);
401
if (
text_copy
== NULL)
407
return general_allocate_string(ui,
text_copy
, 1, UIT_ERROR, 0, NULL,
Completed in 356 milliseconds