OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_utf8
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/net/
url_fixer_upper.cc
34
const std::string&
text_utf8
,
40
text_utf8
.substr(0, component_utf8.begin);
41
std::string component_string =
text_utf8
.substr(component_utf8.begin,
50
void UTF8PartsToUTF16Parts(const std::string&
text_utf8
,
53
if (IsStringASCII(
text_utf8
)) {
59
UTF8ComponentToUTF16Component(
text_utf8
, parts_utf8.scheme);
61
UTF8ComponentToUTF16Component(
text_utf8
, parts_utf8.username);
63
UTF8ComponentToUTF16Component(
text_utf8
, parts_utf8.password);
65
UTF8ComponentToUTF16Component(
text_utf8
, parts_utf8.host);
67
UTF8ComponentToUTF16Component(
text_utf8
, parts_utf8.port)
568
std::string
text_utf8
= WideToUTF8(text.value());
local
570
std::string
text_utf8
= text.value();
local
577
std::string
text_utf8
= UTF16ToUTF8(text);
local
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc
206
// UTF-16 offsets in the classification into
text_utf8
byte offsets.
208
std::string
text_utf8
= prefix_text + UTF16ToUTF8(localized_text);
local
243
text_utf8
.insert(offset, lre);
264
pango_layout_set_text(layout,
text_utf8
.data(),
text_utf8
.size());
Completed in 159 milliseconds