OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEscapeChar
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc
48
const char UrlToFilenameEncoder::
kEscapeChar
= ',';
55
dest->append(1,
kEscapeChar
);
68
if ((*segment)[segment_size - 1] ==
kEscapeChar
) {
70
} else if ((*segment)[segment_size - 2] ==
kEscapeChar
) {
74
dest->append(1,
kEscapeChar
);
109
// Special case the first / to avoid adding a leading
kEscapeChar
.
134
encoded[0] =
kEscapeChar
;
156
segment +=
kEscapeChar
;
160
//
kEscapeChar
above. We won't need to check it again for size
187
if (ch ==
kEscapeChar
) {
[
all
...]
url_to_filename_encoder.h
166
static const char
kEscapeChar
;
url_to_filename_encoder_unittest.cc
30
UrlToFilenameEncoderTest() : escape_(1, UrlToFilenameEncoder::
kEscapeChar
),
78
// We always suffix the leaf with
kEscapeChar
, unless the leaf is empty.
83
// We always suffix the leaf with
kEscapeChar
, unless the leaf is empty.
85
const char escape = UrlToFilenameEncoder::
kEscapeChar
;
/external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc
48
const char UrlToFilenameEncoder::
kEscapeChar
= ',';
55
dest->append(1,
kEscapeChar
);
68
if ((*segment)[segment_size - 1] ==
kEscapeChar
) {
70
} else if ((*segment)[segment_size - 2] ==
kEscapeChar
) {
74
dest->append(1,
kEscapeChar
);
109
// Special case the first / to avoid adding a leading
kEscapeChar
.
134
encoded[0] =
kEscapeChar
;
156
segment +=
kEscapeChar
;
160
//
kEscapeChar
above. We won't need to check it again for size
186
if (ch ==
kEscapeChar
) {
[
all
...]
url_to_filename_encoder.h
165
static const char
kEscapeChar
;
url_to_filename_encoder_unittest.cc
30
UrlToFilenameEncoderTest() : escape_(1, UrlToFilenameEncoder::
kEscapeChar
),
80
// We always suffix the leaf with
kEscapeChar
, unless the leaf is empty.
85
// We always suffix the leaf with
kEscapeChar
, unless the leaf is empty.
87
const char escape = UrlToFilenameEncoder::
kEscapeChar
;
Completed in 25 milliseconds