OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:penultimate_dot
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/files/
file_path.cc
128
const StringType::size_type
penultimate_dot
=
local
134
if (
penultimate_dot
== StringType::npos ||
136
penultimate_dot
< last_separator)) {
141
StringType extension(path,
penultimate_dot
+ 1);
143
return
penultimate_dot
;
149
if ((last_dot -
penultimate_dot
) <= 5U &&
150
(last_dot -
penultimate_dot
) > 1U) {
151
return
penultimate_dot
;
[
all
...]
Completed in 76 milliseconds