OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FALSESTR
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java
149
String
FALSESTR
= "False";
XMPUtils.java
254
* <li>{@link XMPConst#TRUESTR} and {@link XMPConst#
FALSESTR
}
293
* {@link XMPConst#
FALSESTR
}.
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 375 milliseconds