OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextColon
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp
196
const char*
nextColon
= strchr(name, ':');
197
if (
nextColon
&& (size_t)(
nextColon
- name) < len)
/external/skia/src/svg/
SkSVGParser.cpp
196
const char*
nextColon
= strchr(name, ':');
197
if (
nextColon
&& (size_t)(
nextColon
- name) < len)
Completed in 69 milliseconds