Searched refs:delims (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstr.c | 163 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 D | fcint.h | 1318 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 D | loadData.c | 1333 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 D | fcint.h | 1335 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