Home | History | Annotate | Download | only in common

Lines Matching refs:suffix

391                       const char *item, const char *suffix, UBool doCheckLastFour,
399 const char *suffix; /* item suffix (can be null) */
408 * to match, checks last 4 chars of suffix with
417 * @param suffix Optional item suffix, if not-null (ex. ".dat") then 'path' can contain 'item' explicitly.
455 fprintf(stderr, "SUFFIX=%s [%p]\n", inSuffix, inSuffix);
458 /** Suffix **/
460 suffix = inSuffix;
462 suffix = "";
475 suffix,
547 uprv_strncmp(pathBuffer.data() +(pathLen-4), suffix, 4)==0 && /* suffix matches */
549 uprv_strlen(pathBasename)==(basenameLen+4)) { /* base+suffix = full len */
552 fprintf(stderr, "Have %s file on the path: %s\n", suffix, pathBuffer.data());
583 if(*suffix) /* tack on suffix */
585 pathBuffer.append(suffix, *pErrorCode);
1198 tocEntryPathSuffix = tocEntryPath.data()+tocEntrySuffixIndex; /* suffix starts here */