Home
last modified time | relevance | path

Searched refs:newSuffix (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp68 const char *newSuffix,
672 const char *newSuffix, in getOutFilename() argument
697 outFilenameBuilder.append(newSuffix, status); in getOutFilename()
723 outFilenameBuilder.append(newSuffix, status); in getOutFilename()
889 const char *newSuffix; in writeObjectCode() local
1122 newSuffix=".o"; in writeObjectCode()
1143 newSuffix=".obj"; in writeObjectCode()
1178 newSuffix, in writeObjectCode()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassPathResolver.java389 …tic List<String> replaceElementsSuffix(List<String> bcp, String originalSuffix, String newSuffix) { in replaceElementsSuffix() argument
393 … bcp.set(i, entry.substring(0, entry.length() - originalSuffix.length()) + newSuffix); in replaceElementsSuffix()
/external/bzip2/
Dbzip2.c1122 const Char* newSuffix ) in mapSuffix() argument
1126 strcat ( name, newSuffix ); in mapSuffix()