Home
last modified time | relevance | path

Searched refs:getLongId (Results 1 – 12 of 12) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DUnitPathType.java104 …tId = CLDRConfig.getInstance().getSupplementalDataInfo().getUnitConverter().getLongId(shortUnitId); in getTranslationPath()
107 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
112 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
117 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
120 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
126 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
127 return pathPrefix + "unit[@type=\"" + uc.getLongId(shortUnitId) + "\"]/gender"; in getTranslationPath()
H A DUnitConverter.java1393 String longId = getLongId(longOrShortId);
1436 public String getLongId(String shortUnitId) {
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Dsecuredht.h63 PkId getLongId() const { in getLongId() function
64 return key_ ? key_->getPublicKey().getLongId() : PkId(); in getLongId()
H A Dcrypto.h97 PkId getLongId() const;
417 PkId getLongId() const;
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Dsecuredht.h63 PkId getLongId() const { in getLongId() function
64 return key_ ? key_->getPublicKey().getLongId() : PkId(); in getLongId()
H A Dcrypto.h97 PkId getLongId() const;
417 PkId getLongId() const;
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DPARSE_DEC.ML212 fun getLongId (kind, fsys, lex): string * location =
308 val idLoc as (id, location) = getLongId (sys, fsys, lex);
414 val (originalTypeName, repLocn) = getLongId (ident, fsys, lex);
691 val (id, loc) = getLongId (opSys, fsys, lex)
1545 val (oldIden, oldIdenLoc) = getLongId (variableSys, fsys, lex);
1589 val (id, idLoc) = getLongId (variableSys, fsys, lex);
1665 val (typeName, nameLoc) = getLongId (ident, fsys ++ equalsSign, lex);
1857 … val (id, loc) = getLongId (declarableVarSys, fsys ++ rightParenEqualsSignSy, lex)
1949 val (iden, idLoc) = getLongId (declarableVarSys, fsysPcolon ++ leftParen, lex);
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DChartGrammaticalForms.java489 …SH.getStringValue("//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"" + uc.getLongId(shortUnit)
516 … String unitPath = "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"" + uc.getLongId(bestUnit)
/dports/devel/opendht/opendht-1.10.1/src/
H A Dvalue.cpp59 auto h = crypto::Certificate(v.data).getPublicKey().getLongId(); in operator <<()
H A Dcrypto.cpp533 PublicKey::getLongId() const in getLongId() function in dht::crypto::PublicKey
828 Certificate::getLongId() const in getLongId() function in dht::crypto::Certificate
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dvalue.cpp59 auto h = crypto::Certificate(v.data).getPublicKey().getLongId(); in operator <<()
H A Dcrypto.cpp533 PublicKey::getLongId() const in getLongId() function in dht::crypto::PublicKey
828 Certificate::getLongId() const in getLongId() function in dht::crypto::Certificate