OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qualValue
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java
501
String
qualValue
= result[1];
503
parentNode, qualName,
qualValue
, nextStep.getAliasForm());
646
* @param
qualValue
the qualifier value
653
String
qualValue
, int aliasForm) throws XMPException
657
qualValue
= Utils.normalizeLangValue(
qualValue
);
658
int index = XMPNodeUtils.lookupLanguageItem(arrayNode,
qualValue
);
682
qualValue
.equals(qualifier.getValue()))
XMPMetaImpl.java
1142
String
qualValue
, PropertyOptions options) throws XMPException
1153
setProperty(schemaNS, qualPath,
qualValue
, options);
1161
String
qualValue
) throws XMPException
1163
setQualifier(schemaNS, propName, qualNS, qualName,
qualValue
, null);
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
410
* @param
qualValue
A pointer to the <code>null</code> terminated UTF-8 string that is the
421
String
qualValue
,
432
* @param
qualValue
the value of the qualifier
440
String
qualValue
) throws XMPException;
[
all
...]
Completed in 54 milliseconds