OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reverseext
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp
90
static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool
reverseExt
);
91
static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool
reverseExt
, UBool noVersion);
642
UBool
reverseExt
= FALSE;
663
*
reverseExt
is FALSE if the suffix should be the version number.
666
reverseExt
= TRUE;
670
createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName,
reverseExt
, noVersion);
774
result = pkg_archiveLibrary(targetDir, o->version,
reverseExt
);
890
static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool
reverseExt
, UBool noVersion) {
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 471 milliseconds