Lines Matching full:suffix
415 const char *item, const char *suffix, UBool doCheckLastFour,
423 const char *suffix; /* item suffix (can be null) */
432 * to match, checks last 4 chars of suffix with
441 * @param suffix Optional item suffix, if not-null (ex. ".dat") then 'path' can contain 'item' explicitly.
479 fprintf(stderr, "SUFFIX=%s [%p]\n", inSuffix, inSuffix);
482 /** Suffix **/
484 suffix = inSuffix;
486 suffix = "";
499 suffix,
571 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix, 4)==0 && /* suffix matches */
573 uprv_strlen(pathBasename)==(basenameLen+4)) { /* base+suffix = full len */
576 fprintf(stderr, "Have %s file on the path: %s\n", suffix, pathBuffer.data());
607 if(*suffix) /* tack on suffix */
609 pathBuffer.append(suffix, *pErrorCode);
1230 tocEntryPathSuffix = tocEntryPath.data()+tocEntrySuffixIndex; /* suffix starts here */