Searched refs:newSuffix (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 68 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/ |
D | ClassPathResolver.java | 389 …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/ |
D | bzip2.c | 1122 const Char* newSuffix ) in mapSuffix() argument 1126 strcat ( name, newSuffix ); in mapSuffix()
|