/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/ |
H A D | UnitPathType.java | 104 …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 D | UnitConverter.java | 1393 String longId = getLongId(longOrShortId); 1436 public String getLongId(String shortUnitId) {
|
/dports/devel/opendht/opendht-1.10.1/include/opendht/ |
H A D | securedht.h | 63 PkId getLongId() const { in getLongId() function 64 return key_ ? key_->getPublicKey().getLongId() : PkId(); in getLongId()
|
H A D | crypto.h | 97 PkId getLongId() const; 417 PkId getLongId() const;
|
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/ |
H A D | securedht.h | 63 PkId getLongId() const { in getLongId() function 64 return key_ ? key_->getPublicKey().getLongId() : PkId(); in getLongId()
|
H A D | crypto.h | 97 PkId getLongId() const; 417 PkId getLongId() const;
|
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/ |
H A D | PARSE_DEC.ML | 212 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 D | ChartGrammaticalForms.java | 489 …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 D | value.cpp | 59 auto h = crypto::Certificate(v.data).getPublicKey().getLongId(); in operator <<()
|
H A D | crypto.cpp | 533 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 D | value.cpp | 59 auto h = crypto::Certificate(v.data).getPublicKey().getLongId(); in operator <<()
|
H A D | crypto.cpp | 533 PublicKey::getLongId() const in getLongId() function in dht::crypto::PublicKey 828 Certificate::getLongId() const in getLongId() function in dht::crypto::Certificate
|