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

  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.h 84 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath);
pkg_genc.cpp 655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) {
678 if(optMatchArch != NULL) {
679 filename=optMatchArch;
778 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath) {
1040 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch);
1041 if (optMatchArch)
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 86 static void pkg_createOptMatchArch(char *optMatchArch);
87 static void pkg_destroyOptMatchArch(char *optMatchArch);
754 char optMatchArch[10] = { 0 };
755 pkg_createOptMatchArch(optMatchArch);
756 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath);
757 pkg_destroyOptMatchArch(optMatchArch);
    [all...]

Completed in 359 milliseconds