HomeSort by relevance Sort by last modified time
    Searched full:reverseext (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 92 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
93 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
644 UBool reverseExt = FALSE;
665 * reverseExt is FALSE if the suffix should be the version number.
668 reverseExt = TRUE;
672 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
776 result = pkg_archiveLibrary(targetDir, o->version, reverseExt);
892 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 128 milliseconds