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

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
619 UBool reverseExt = FALSE;
640 * reverseExt is FALSE if the suffix should be the version number.
643 reverseExt = TRUE;
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
747 result = pkg_archiveLibrary(targetDir, o->version, reverseExt);
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
905 reverseExt ? version : pkgDataFlags[SOBJ_EXT],
906 reverseExt ? pkgDataFlags[SOBJ_EXT] : version)
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 77 static int32_t pkg_archiveLibrary(const char *targetDir, const char *version, UBool reverseExt);
78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
629 UBool reverseExt = FALSE;
650 * reverseExt is FALSE if the suffix should be the version number.
653 reverseExt = TRUE;
657 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
758 result = pkg_archiveLibrary(targetDir, o->version, reverseExt);
867 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
908 reverseExt ? version : pkgDataFlags[SOBJ_EXT],
909 reverseExt ? pkgDataFlags[SOBJ_EXT] : version)
    [all...]

Completed in 583 milliseconds