OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:langQual
(Results
1 - 4
of
4
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java
[
all
...]
XMPNodeUtils.java
781
XMPNode
langQual
= new XMPNode(XML_LANG, itemLang, null);
782
newItem.addQualifier(
langQual
);
784
if (!X_DEFAULT.equals(
langQual
.getValue()))
XMPNormalizer.java
428
XMPNode
langQual
= new XMPNode(XMPConst.XML_LANG, XMPConst.X_DEFAULT, null);
429
childNode.addQualifier(
langQual
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java
[
all
...]
Completed in 343 milliseconds