OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeLangValue
(Results
1 - 5
of
5
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java
184
return arrayName + "[?xml:lang=\"" + Utils.
normalizeLangValue
(langName) + "\"]";
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java
62
public static String
normalizeLangValue
(String value)
XMPMetaImpl.java
390
genericLang = genericLang != null ? Utils.
normalizeLangValue
(genericLang) : null;
391
specificLang = Utils.
normalizeLangValue
(specificLang);
450
genericLang = genericLang != null ? Utils.
normalizeLangValue
(genericLang) : null;
451
specificLang = Utils.
normalizeLangValue
(specificLang);
[
all
...]
XMPNodeUtils.java
333
node.setValue(Utils.
normalizeLangValue
(strValue));
657
qualValue = Utils.
normalizeLangValue
(qualValue);
ParseRDF.java
[
all
...]
Completed in 507 milliseconds