Home
last modified time | relevance | path

Searched refs:getMajor (Results 1 – 25 of 38) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVersionInfo.java397 result.append(getMajor()); in toString()
412 public int getMajor() in getMajor() method in VersionInfo
610 if (ICU_VERSION.getMajor() <= 4) { in main()
613 int major = ICU_VERSION.getMajor(); in main()
626 icuApiVer = "" + ICU_VERSION.getMajor() + "M" + ICU_VERSION.getMilli(); in main()
660 digits[0] = getMajor(); in getVersionString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DVersionInfo.java398 result.append(getMajor()); in toString()
412 public int getMajor() in getMajor() method in VersionInfo
594 if (ICU_VERSION.getMajor() <= 4) { in main()
597 int major = ICU_VERSION.getMajor(); in main()
610 icuApiVer = "" + ICU_VERSION.getMajor() + "M" + ICU_VERSION.getMilli(); in main()
645 digits[0] = getMajor(); in getVersionString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationTailoring.java78 VersionInfo.UCOL_BUILDER_VERSION.getMajor(), in makeBaseVersion()
79 (ucaVersion.getMajor() << 3) + ucaVersion.getMinor(), in makeBaseVersion()
89 version = (VersionInfo.UCOL_BUILDER_VERSION.getMajor() << 24) | in setVersion()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationTailoring.java76 VersionInfo.UCOL_BUILDER_VERSION.getMajor(), in makeBaseVersion()
77 (ucaVersion.getMajor() << 3) + ucaVersion.getMinor(), in makeBaseVersion()
87 version = (VersionInfo.UCOL_BUILDER_VERSION.getMajor() << 24) | in setVersion()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptIDModuleWriter.java240 …private static String ICUVersion = "ICU Version="+VersionInfo.ICU_VERSION.getMajor()+"."+VersionIn…
261 …updateFile.println(" ICU_"+VersionInfo.ICU_VERSION.getMajor()+"."+VersionInfo.ICU_VERSION.… in updateScriptAndLanguages()
270 …updateFile.println(" ICU_"+VersionInfo.ICU_VERSION.getMajor()+"."+VersionInfo.ICU_VERSIO… in updateScriptAndLanguages()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPackedVersion.h34 unsigned getMajor() const { return Version >> 16; } in getMajor() function
/third_party/vk-gl-cts/framework/egl/
DegluDefs.hpp67 int getMajor (void) const { return m_major; } in getMajor() function in eglu::Version
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVersionTuple.cpp28 Out << V.getMajor(); in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DPackedVersion.cpp105 OS << format("%d", getMajor()); in print()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DVersionInfoTest.java161 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
172 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
DCodePointTrieTest.java1079 value = (version.getMajor() << 4) | version.getMinor(); in testIntProperty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DVersionInfoTest.java152 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
163 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
DCodePointTrieTest.java1082 value = (version.getMajor() << 4) | version.getMinor(); in testIntProperty()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableWriter.java39 int major = VersionInfo.ICU_VERSION.getMajor(); in folderName()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableWriter.java42 int major = VersionInfo.ICU_VERSION.getMajor(); in folderName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVersionTuple.h67 unsigned getMajor() const { return Major; } in getMajor() function
/third_party/vk-gl-cts/modules/egl/
DteglInfoTests.cpp98 const int dispMajor = m_version.getMajor(); in validateString()
DteglQuerySurfaceTests.cpp473 if (version.getMajor() == 1 && version.getMinor() == 0) in testAttributes()
518 if (version.getMajor() == 1 && version.getMinor() <= 3) return; in testAttributes()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java47 if (ucdVersion.getMajor() > 0) { in initCharFromDirProps()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DBidiFmwk.java50 if (ucdVersion.getMajor() > 0) { in initCharFromDirProps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp872 assert(V.getMajor() < 65536 && "unencodable major target version"); in writeObject()
873 return Update | (Minor << 8) | (V.getMajor() << 16); in writeObject()
DMCAsmStreamer.cpp543 OS << '\t' << "sdk_version " << SDKVersion.getMajor(); in EmitSDKVersionSuffix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp577 Entries.push_back(V.getMajor()); in setSDKVersion()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1795 int rtVersion = VersionInfo.UCOL_RUNTIME_VERSION.getMajor(); in getVersion()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRuleBasedCollator.java1756 int rtVersion = VersionInfo.UCOL_RUNTIME_VERSION.getMajor(); in getVersion()

12