OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDot
(Results
1 - 6
of
6
) sorted by null
/external/chromium/googleurl/src/
url_canon_path.cc
75
//
IsDot
. Therefore, we don't need the "escape" flag, and even the "unescape"
140
int second_dot_len =
IsDot
(spec, after_dot, end);
228
if ((dotlen =
IsDot
(spec, i, end)) > 0) {
url_canon_internal.h
125
inline int
IsDot
(const CHAR* spec, int offset, int end) {
/external/chromium_org/url/
url_canon_path.cc
49
//
IsDot
. Therefore, we don't need the "escape" flag, and even the "unescape"
114
int second_dot_len =
IsDot
(spec, after_dot, end);
202
if ((dotlen =
IsDot
(spec, i, end)) > 0) {
url_canon_internal.h
107
inline int
IsDot
(const CHAR* spec, int offset, int end) {
/external/chromium/base/
file_util.cc
195
bool
IsDot
(const FilePath& path) {
407
return
IsDot
(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
file_util.h
308
BASE_API bool
IsDot
(const FilePath& path);
Completed in 151 milliseconds