Searched refs:delims (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c163 FcStrCaseWalkerNextNonDelim (FcCaseWalker *w, const char *delims) argument
176 } while (r != 0 && delims && strchr (delims, r));
467 FcStrMatchIgnoreCaseAndDelims (const FcChar8 *s1, const FcChar8 *s2, const FcChar8 *delims) argument
479 c1 = FcStrCaseWalkerNextNonDelim (&w1, (const char *)delims);
480 c2 = FcStrCaseWalkerNextNonDelim (&w2, (const char *)delims);
H A Dfcint.h1318 FcStrCmpIgnoreCaseAndDelims (const FcChar8 *s1, const FcChar8 *s2, const FcChar8 *delims);
1330 FcStrMatchIgnoreCaseAndDelims (const FcChar8 *s1, const FcChar8 *s2, const FcChar8 *delims);
/xsrc/external/mit/xcmsdb/dist/
H A DloadData.c1333 const char *delims = DATA_DELIMS ":";
1336 key = strtok(pbuf, delims);
1339 char *value = strtok(NULL, delims);
1445 key = strtok(NULL, delims);
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h1335 FcStrCmpIgnoreCaseAndDelims (const FcChar8 *s1, const FcChar8 *s2, const FcChar8 *delims);
1347 FcStrMatchIgnoreCaseAndDelims (const FcChar8 *s1, const FcChar8 *s2, const FcChar8 *delims);

Completed in 9 milliseconds