OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_sep
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkParse.cpp
35
static inline bool
is_sep
(int c)
function
68
while (
is_sep
(*str))
83
} while (
is_sep
(c) == false);
88
} while (
is_sep
(c));
SkParsePath.cpp
16
static inline bool
is_sep
(int c) {
function
37
while (
is_sep
(*str))
/external/skia/src/animator/
SkParseSVGPath.cpp
78
static inline bool
is_sep
(int c)
function
94
while (
is_sep
(*str))
/external/icu4c/common/
ucase.c
532
#define
is_sep
(c) ((c)=='_' || (c)=='-' || (c)==0)
macro
568
if(
is_sep
(c)) {
580
if(
is_sep
(c)) {
592
if(
is_sep
(c)) {
604
if(
is_sep
(c)) {
[
all
...]
Completed in 770 milliseconds