OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRUESTR
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java
144
String
TRUESTR
= "True";
XMPUtils.java
254
* <li>{@link XMPConst#
TRUESTR
} and {@link XMPConst#FALSESTR}
292
* given by the constnts {@link XMPConst#
TRUESTR
} and
297
return value ? XMPConst.
TRUESTR
: XMPConst.FALSESTR;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
771
setProperty(schemaNS, propName, propValue ?
TRUESTR
: FALSESTR, options);
781
setProperty(schemaNS, propName, propValue ?
TRUESTR
: FALSESTR, null);
[
all
...]
Completed in 52 milliseconds