Home
last modified time | relevance | path

Searched refs:getVersionInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java247 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
255 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
291 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
292 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringPrep.java232 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() method in StringPrep
240 private static VersionInfo getVersionInfo(byte[] version){ in getVersionInfo() method in StringPrep
275 sprepUniVer = getVersionInfo(reader.getUnicodeVersion()); in StringPrep()
276 normCorrVer = getVersionInfo(indexes[NORM_CORRECTNS_LAST_UNI_VERSION]); in StringPrep()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-visualstudio.js180 var ret = this.getVersionInfo(info)
240 getVersionInfo: function getVersionInfo (info) {
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverterConfig.java110 IcuVersionInfo getVersionInfo(); in getVersionInfo() method
DLdmlConverter.java283 String cldrVersion = config.getVersionInfo().getCldrVersion(); in processLdml()
554 icuData.add(RB_CLDR_VERSION, config.getVersionInfo().getCldrVersion()); in processSupplemental()
582 IcuVersionInfo versionInfo = config.getVersionInfo(); in writeIcuVersionInfo()
DIcuConverterConfig.java193 public IcuVersionInfo getVersionInfo() { in getVersionInfo() method in IcuConverterConfig
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAssembler.h255 const VersionInfoType &getVersionInfo() const { return VersionInfo; } in getVersionInfo() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp764 Layout.getAssembler().getVersionInfo(); in writeObject()