/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VersionInfo.java | 397 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/ |
D | VersionInfo.java | 398 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/ |
D | CollationTailoring.java | 78 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/ |
D | CollationTailoring.java | 76 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/ |
D | ScriptIDModuleWriter.java | 240 …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/ |
D | PackedVersion.h | 34 unsigned getMajor() const { return Version >> 16; } in getMajor() function
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluDefs.hpp | 67 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/ |
D | VersionTuple.cpp | 28 Out << V.getMajor(); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | PackedVersion.cpp | 105 OS << format("%d", getMajor()); in print()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 161 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter() 172 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
|
D | CodePointTrieTest.java | 1079 value = (version.getMajor() << 4) | version.getMinor(); in testIntProperty()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | VersionInfoTest.java | 152 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter() 163 if (v.getMajor() != GET_RESULT_[i << 2] || in TestGetter()
|
D | CodePointTrieTest.java | 1082 value = (version.getMajor() << 4) | version.getMinor(); in testIntProperty()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableWriter.java | 39 int major = VersionInfo.ICU_VERSION.getMajor(); in folderName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | SerializableWriter.java | 42 int major = VersionInfo.ICU_VERSION.getMajor(); in folderName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VersionTuple.h | 67 unsigned getMajor() const { return Major; } in getMajor() function
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglInfoTests.cpp | 98 const int dispMajor = m_version.getMajor(); in validateString()
|
D | teglQuerySurfaceTests.cpp | 473 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/ |
D | BidiFmwk.java | 47 if (ucdVersion.getMajor() > 0) { in initCharFromDirProps()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | BidiFmwk.java | 50 if (ucdVersion.getMajor() > 0) { in initCharFromDirProps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 872 assert(V.getMajor() < 65536 && "unencodable major target version"); in writeObject() 873 return Update | (Minor << 8) | (V.getMajor() << 16); in writeObject()
|
D | MCAsmStreamer.cpp | 543 OS << '\t' << "sdk_version " << SDKVersion.getMajor(); in EmitSDKVersionSuffix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 577 Entries.push_back(V.getMajor()); in setSDKVersion()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 1795 int rtVersion = VersionInfo.UCOL_RUNTIME_VERSION.getMajor(); in getVersion()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedCollator.java | 1756 int rtVersion = VersionInfo.UCOL_RUNTIME_VERSION.getMajor(); in getVersion()
|