HomeSort by relevance Sort by last modified time
    Searched refs:setLocalizedText (Results 1 - 3 of 3) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 607 * The SetLocalizedText function has several special features related to the x-default item, see
609 * and SetLocalizedText:
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 606 xmp.setLocalizedText(XMPConst.NS_DC, "rights", "", XMPConst.X_DEFAULT, dmValue,
617 xmp.setLocalizedText (XMPConst.NS_DC, "rights", "", XMPConst.X_DEFAULT,
XMPMetaImpl.java 440 * @see XMPMeta#setLocalizedText(String, String, String, String, String,
443 public void setLocalizedText(String schemaNS, String altTextName, String genericLang,
625 * @see XMPMeta#setLocalizedText(String, String, String, String, String)
627 public void setLocalizedText(String schemaNS, String altTextName, String genericLang,
630 setLocalizedText(schemaNS, altTextName, genericLang, specificLang, itemValue, null);
    [all...]

Completed in 159 milliseconds