HomeSort by relevance Sort by last modified time
    Searched refs:skip_sep (Results 1 - 6 of 6) sorted by null

  /external/skia/src/utils/
SkParsePath.cpp 41 static const char* skip_sep(const char str[]) { function
71 str = skip_sep(str);
99 data = skip_sep(data);
108 data = skip_sep(data);
169 && (data = skip_sep(data))
171 && (data = skip_sep(data))
173 && (data = skip_sep(data))
175 && (data = skip_sep(data))
SkParse.cpp 58 static const char* skip_sep(const char str[]) function
230 str = skip_sep(str);
  /external/skqp/src/utils/
SkParsePath.cpp 41 static const char* skip_sep(const char str[]) { function
71 str = skip_sep(str);
99 data = skip_sep(data);
108 data = skip_sep(data);
169 && (data = skip_sep(data))
171 && (data = skip_sep(data))
173 && (data = skip_sep(data))
175 && (data = skip_sep(data))
SkParse.cpp 58 static const char* skip_sep(const char str[]) function
230 str = skip_sep(str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.c 257 static int skip_sep (LexState *ls) { function
281 if (skip_sep(ls) == sep) {
419 int sep = skip_sep(ls);
420 luaZ_resetbuffer(ls->buff); /* `skip_sep' may dirty the buffer */
433 int sep = skip_sep(ls);
  /external/syslinux/com32/lua/src/
llex.c 261 static int skip_sep (LexState *ls) { function
285 if (skip_sep(ls) == sep) {
423 int sep = skip_sep(ls);
424 luaZ_resetbuffer(ls->buff); /* `skip_sep' may dirty the buffer */
437 int sep = skip_sep(ls);

Completed in 147 milliseconds