OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_next
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/strings/
pattern.cc
39
const CHAR*
string_next
= *string;
local
41
if (pattern_char == next(&
string_next
, string_end) &&
44
*string =
string_next
;
Completed in 3695 milliseconds